| Commit message (Expand) | Author | Age | Files | Lines |
| * | qmllint: Implement WarnFunctionUsedBeforeDeclaration | Sami Shalayel | 2025-04-24 | 1 | -1/+2 |
| * | Make UsesArgumentsObject a scoped enumeration | Luca Di Sera | 2025-04-10 | 1 | -13/+13 |
| * | qv4compilerscanfunctions: Avoid QList detach | Fabian Kosmale | 2025-02-18 | 1 | -1/+1 |
| * | Add Q_ASSERT for _context pointer to avoid null pointer dereference | Lu YaNing | 2023-01-08 | 1 | -1/+2 |
| * | QmlCompiler: Fix recognition of builtin list types | Ulf Hermann | 2022-12-15 | 1 | -1/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -10/+10 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QML: Port QV4::CompiledData::Location to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -4/+1 |
| * | Fix scoping of JavaScript function names | Ulf Hermann | 2021-09-29 | 1 | -8/+17 |
| * | Add Q_ASSERT for _context pointer to pacify code checker | Volker Hilsheimer | 2021-05-20 | 1 | -2/+21 |
| * | QV4CompilerScanFunctions: Silence code checker warning | Fabian Kosmale | 2021-03-30 | 1 | -1/+3 |
| * | QML: Warn about usage of injected signal parameters | Ulf Hermann | 2021-02-12 | 1 | -8/+10 |
| * | QML: Warn about variables being used before their declaration | Ulf Hermann | 2021-02-11 | 1 | -4/+8 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -4/+4 |
| * | 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 |