| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove tracing JIT infrastructure | Ulf Hermann | 2019-04-29 | 1 | -3/+0 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-04-17 | 1 | -1/+0 |
| |\ |
|
| | * | QMLJS: Remove unused boolean field hasTry from compiler context | Erik Verbruggen | 2019-04-15 | 1 | -1/+0 |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -5/+1 |
| |\| |
|
| | * | Remove dead compile time QML context/scope property and id object code | Simon Hausmann | 2019-03-20 | 1 | -5/+0 |
| | * | Implement dummy QML lookups for "global" variables | Simon Hausmann | 2019-03-20 | 1 | -0/+1 |
| * | | V4: Generate labels for backward jumps | Erik Verbruggen | 2019-01-31 | 1 | -0/+1 |
| * | | V4: Collect trace information in the interpreter | Erik Verbruggen | 2019-01-25 | 1 | -0/+3 |
| |/ |
|
| * | Create proper template objects for tagged templates | Lars Knoll | 2018-11-05 | 1 | -0/+9 |
| * | Clone ContextType::Global as ContextType::ScriptImportedByQML | Jüri Valdmann | 2018-11-01 | 1 | -2/+3 |
| * | Fix error reporting when imports or re-exports in modules fail | Simon Hausmann | 2018-10-11 | 1 | -0/+2 |
| * | ES7: Detect Tail Position Calls and pass that to the runtime | Erik Verbruggen | 2018-10-04 | 1 | -0/+11 |
| * | Make a method const | Erik Verbruggen | 2018-09-28 | 1 | -1/+1 |
| * | Fix new.target access from eval() | Lars Knoll | 2018-09-07 | 1 | -0/+1 |
| * | fix accesses to this in arrow functions | Lars Knoll | 2018-09-05 | 1 | -0/+1 |
| * | Optimize access to lexically scoped variables | Simon Hausmann | 2018-08-29 | 1 | -2/+7 |
| * | Implement the dead temporal zone | Simon Hausmann | 2018-08-28 | 1 | -0/+4 |
| * | Fix initialization of default exported functions and generators | Simon Hausmann | 2018-08-15 | 1 | -1/+1 |
| * | Fix module dependency handling | Simon Hausmann | 2018-08-14 | 1 | -0/+2 |
| * | Fix support for default exports in modules | Simon Hausmann | 2018-08-10 | 1 | -0/+1 |
| * | Add initial basic support for ES6 modules | Simon Hausmann | 2018-08-09 | 1 | -2/+28 |
| * | Various fixes for class support | Lars Knoll | 2018-06-26 | 1 | -4/+4 |
| * | throw a type error when trying to write to a const variable | Lars Knoll | 2018-06-26 | 1 | -0/+1 |
| * | Add basic support for EcmaScript classes | Yulong Bai | 2018-06-26 | 1 | -0/+19 |
| * | Remove some dead code | Lars Knoll | 2018-06-21 | 1 | -1/+0 |
| * | Cleanup handling of direct evals | Lars Knoll | 2018-05-23 | 1 | -0/+1 |
| * | Simplify Push and PopContext instructions | Lars Knoll | 2018-05-23 | 1 | -2/+2 |
| * | Support destructuring inside catch() | Lars Knoll | 2018-05-11 | 1 | -1/+1 |
| * | Cleanup handling of with() statements | Lars Knoll | 2018-05-02 | 1 | -2/+1 |
| * | Rework catch context handling | Lars Knoll | 2018-05-02 | 1 | -0/+2 |
| * | Add support for proper lexical scoping | Lars Knoll | 2018-05-02 | 1 | -9/+12 |
| * | Remove unused method | Lars Knoll | 2018-05-02 | 1 | -7/+0 |
| * | Split out the generation of indices for locals and registers | Lars Knoll | 2018-05-02 | 1 | -1/+4 |
| * | Refactor variable resolving | Lars Knoll | 2018-05-02 | 1 | -27/+24 |
| * | Rename the CompilationMode enum to ContextType | Lars Knoll | 2018-05-02 | 1 | -9/+10 |
| * | Fix crashes when parsing functions with no parameters | Simon Hausmann | 2018-05-02 | 1 | -1/+1 |
| * | Use a PatternElement for VariableDeclarations | Lars Knoll | 2018-04-27 | 1 | -5/+5 |
| * | Added support for generator functions and yield expressions to the AST | Lars Knoll | 2018-04-27 | 1 | -0/+1 |
| * | Add support for arrow functions | Lars Knoll | 2018-04-26 | 1 | -0/+1 |
| * | Partially support binding patterns | Lars Knoll | 2018-04-25 | 1 | -3/+2 |
| * | Properly handle redeclarations of variables | Lars Knoll | 2018-04-16 | 1 | -20/+23 |
| * | Handle function expressions as signal handlers | Erik Verbruggen | 2018-03-20 | 1 | -0/+1 |
| * | init variables where they are declared when possible (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -3/+3 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -5/+5 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-02-02 | 1 | -0/+1 |
| * | Minor data structure cleanup | Simon Hausmann | 2018-01-22 | 1 | -1/+0 |
| * | Don't create a CallContext if arguments are being used in strict mode | Lars Knoll | 2017-11-15 | 1 | -1/+1 |
| * | Refactor Call/Construct instructions | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Get rid of the hack for named expressions | Lars Knoll | 2017-09-02 | 1 | -2/+2 |
| * | Fix line number mapping to work with non increasing line numbers | Lars Knoll | 2017-08-29 | 1 | -1/+2 |