| Commit message (Expand) | Author | Age | Files | Lines |
| * | qmllint: Implement WarnFunctionUsedBeforeDeclaration | Sami Shalayel | 2025-04-24 | 1 | -0/+1 |
| * | Make UsesArgumentsObject a scoped enumeration | Luca Di Sera | 2025-04-10 | 1 | -5/+5 |
| * | QtQml: Fix assignment of fileName and URL during compilation | Ulf Hermann | 2025-02-04 | 1 | -2/+4 |
| * | QmlCompiler: Fix recognition of builtin list types | Ulf Hermann | 2022-12-15 | 1 | -1/+1 |
| * | QML: Require TDZ checks variables declared in case blocks | Ulf Hermann | 2022-11-15 | 1 | -0/+5 |
| * | QML: Track the statement indices together with line numbers | Ulf Hermann | 2022-10-13 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QtQml: Do not depend on transitive includes | Fabian Kosmale | 2022-03-04 | 1 | -0/+3 |
| * | qv4bytecodegenerator: Supply SourceLocations in compiler context | Maximilian Goldstein | 2021-07-13 | 1 | -0/+13 |
| * | QML: Warn about usage of injected signal parameters | Ulf Hermann | 2021-02-12 | 1 | -4/+17 |
| * | QML: Warn about variables being used before their declaration | Ulf Hermann | 2021-02-11 | 1 | -3/+3 |
| * | Restore offset/length in QQmlJS::DiagnosticMessage | Simon Hausmann | 2020-03-02 | 1 | -6/+6 |
| * | Split compiler and runtime more clearly | Ulf Hermann | 2019-07-11 | 1 | -1/+5 |
| * | Add support for C++ accessible typed parameters and return types in qml funct... | Simon Hausmann | 2019-07-09 | 1 | -0/+1 |
| * | Collect type information for function parameters | Simon Hausmann | 2019-07-09 | 1 | -2/+2 |
| * | 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 |