| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgpl | Tarja Sundqvist | 2023-06-09 | 1 | -4/+1 |
| |\ |
|
| | * | QML: Port QV4::CompiledData::Location to new special integer bitfield | Ulf Hermann | 2022-06-24 | 1 | -4/+1 |
| * | | Revert "Update commercial license headers"v5.15.3-lts-lgpl | Tarja Sundqvist | 2021-03-24 | 1 | -20/+20 |
| |/ |
|
| * | Update commercial license headers | Tarja Sundqvist | 2021-02-02 | 1 | -20/+20 |
| * | Restore offset/length in QQmlJS::DiagnosticMessage | Simon Hausmann | 2020-03-02 | 1 | -3/+3 |
| * | Disentangle includes and namespaces | Ulf Hermann | 2019-07-11 | 1 | -0/+1 |
| * | Add support for C++ accessible typed parameters and return types in qml funct... | Simon Hausmann | 2019-07-09 | 1 | -8/+3 |
| * | Collect type information for function parameters | Simon Hausmann | 2019-07-09 | 1 | -1/+5 |
| * | Fix internal boundNames() API to expose optional types | Simon Hausmann | 2019-07-09 | 1 | -13/+13 |
| * | Add basic type annotation support for QML functions to the grammar | Simon Hausmann | 2019-07-09 | 1 | -0/+5 |
| * | Move AST -> CompiledData location transformation to scan functions | Ulf Hermann | 2019-06-13 | 1 | -9/+18 |
| * | Remove unused includes and Q_DECLARE_METATYPEs re: QLinkedList | Marc Mutz | 2019-06-06 | 1 | -1/+0 |
| * | Move qv4string{_p.h|.cpp} out of the devtools | Ulf Hermann | 2019-05-10 | 1 | -1/+0 |
| * | Prevent CoW detaches from happening | Erik Verbruggen | 2019-04-15 | 1 | -12/+15 |
| * | Unify the JavaScript parsing recursion checks | Ulf Hermann | 2019-03-15 | 1 | -20/+7 |
| * | QMLJS: Have ScanFunctions iterate over ArrayPattern nodes | Erik Verbruggen | 2019-02-05 | 1 | -0/+8 |
| * | JS: Limit expression and statement nesting level | Erik Verbruggen | 2018-11-29 | 1 | -0/+19 |
| * | Clone ContextType::Global as ContextType::ScriptImportedByQML | Jüri Valdmann | 2018-11-01 | 1 | -1/+1 |
| * | Fix error reporting when imports or re-exports in modules fail | Simon Hausmann | 2018-10-11 | 1 | -0/+9 |
| * | Fix new.target access from eval() | Lars Knoll | 2018-09-07 | 1 | -5/+40 |
| * | fix accesses to this in arrow functions | Lars Knoll | 2018-09-05 | 1 | -7/+19 |
| * | Always generate a context if an inner function uses super | Lars Knoll | 2018-09-04 | 1 | -0/+11 |
| * | Fix accessing of arguments inside eval and arrow functions | Lars Knoll | 2018-09-04 | 1 | -6/+9 |
| * | Optimize access to lexically scoped variables | Simon Hausmann | 2018-08-29 | 1 | -1/+8 |
| * | Fix function name bindings for function declarations | Simon Hausmann | 2018-08-20 | 1 | -1/+1 |
| * | Fix initialization of default exported functions and generators | Simon Hausmann | 2018-08-15 | 1 | -8/+20 |
| * | Fix usage of const in for declarations | Simon Hausmann | 2018-08-15 | 1 | -1/+1 |
| * | Fix module dependency handling | Simon Hausmann | 2018-08-14 | 1 | -2/+11 |
| * | Implement initial support for import namespaces | Simon Hausmann | 2018-08-14 | 1 | -3/+0 |
| * | Fix support for default exports in modules | Simon Hausmann | 2018-08-10 | 1 | -9/+18 |
| * | Add initial basic support for ES6 modules | Simon Hausmann | 2018-08-09 | 1 | -0/+129 |
| * | throw a type error when trying to write to a const variable | Lars Knoll | 2018-06-26 | 1 | -2/+2 |
| * | Properly distinguish between class expressions and declarations | Lars Knoll | 2018-06-26 | 1 | -1/+16 |
| * | Add basic support for EcmaScript classes | Yulong Bai | 2018-06-26 | 1 | -2/+20 |
| * | Fix string memory leak in JavaScript AST | Simon Hausmann | 2018-06-25 | 1 | -1/+1 |
| * | Variables declared in strict eval code don't all escape | Lars Knoll | 2018-06-21 | 1 | -1/+1 |
| * | Fix const expressions containing destructuring patterns | Lars Knoll | 2018-06-21 | 1 | -1/+1 |
| * | Remove some dead code | Lars Knoll | 2018-06-21 | 1 | -25/+0 |
| * | Fix handling of elisions in destructuring expressions | Lars Knoll | 2018-06-21 | 1 | -4/+0 |
| * | Set the usesThis flag on the function context | Lars Knoll | 2018-05-23 | 1 | -0/+11 |
| * | Cleanup handling of direct evals | Lars Knoll | 2018-05-23 | 1 | -10/+20 |
| * | Set the name of the context as early as possible | Lars Knoll | 2018-05-23 | 1 | -17/+12 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-05-11 | 1 | -0/+6 |
| |\ |
|
| * | | Give case blocks a proper scope | Lars Knoll | 2018-05-11 | 1 | -0/+12 |
| * | | Give for loops a proper block scope for it's lexically declared vars | Lars Knoll | 2018-05-11 | 1 | -0/+7 |
| * | | Unify AST for the different 'for' statements | Lars Knoll | 2018-05-11 | 1 | -10/+0 |
| * | | Improve for-in and for-of support | Lars Knoll | 2018-05-11 | 1 | -0/+7 |
| * | | Unify ForeachStatement and LocalForeachStatement in the AST | Lars Knoll | 2018-05-11 | 1 | -11/+1 |
| * | | Support destructuring inside catch() | Lars Knoll | 2018-05-11 | 1 | -3/+14 |
| * | | Ensure we have a lexical scope for global code | Lars Knoll | 2018-05-11 | 1 | -14/+16 |