| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | Fix sanity checks when declaring variables | Lars Knoll | 2018-05-02 | 1 | -8/+1 |
| * | | Avoid excessive creation of contexts | Lars Knoll | 2018-05-02 | 1 | -0/+6 |
| * | | Cleanup handling of with() statements | Lars Knoll | 2018-05-02 | 1 | -31/+47 |
| * | | Rework catch context handling | Lars Knoll | 2018-05-02 | 1 | -8/+23 |
| * | | Add support for proper lexical scoping | Lars Knoll | 2018-05-02 | 1 | -5/+25 |
| * | | Split out the generation of indices for locals and registers | Lars Knoll | 2018-05-02 | 1 | -4/+5 |
| * | | Refactor variable resolving | Lars Knoll | 2018-05-02 | 1 | -3/+35 |
| * | | Rename the CompilationMode enum to ContextType | Lars Knoll | 2018-05-02 | 1 | -7/+8 |