| Commit message (Expand) | Author | Age | Files | Lines |
| * | qmllint: Also lint inner functions | Olivier De Cannière | 2025-11-05 | 1 | -38/+47 |
| * | IRBuilder: Drop pointless visit overrides | Olivier De Cannière | 2025-10-14 | 1 | -30/+0 |
| * | Improve error message for invalid import qualifier | Dheerendra Purohit | 2025-08-08 | 1 | -1/+1 |
| * | Revert "QtQml: Remove dependency hashing" | Ulf Hermann | 2025-05-15 | 1 | -1/+9 |
| * | QtQml: Remove dependency hashing | Ulf Hermann | 2025-05-13 | 1 | -9/+1 |
| * | QML: Add final property attribute | Olivier De Cannière | 2025-03-06 | 1 | -0/+1 |
| * | QV4: Reserve a bit in CompiledData::Property | Olivier De Cannière | 2025-03-06 | 1 | -6/+6 |
| * | QtQml: Fix assignment of fileName and URL during compilation | Ulf Hermann | 2025-02-04 | 1 | -2/+2 |
| * | QtQml: Generalize the global/illegal names | Ulf Hermann | 2024-12-17 | 1 | -14/+12 |
| * | QML: Deprecate coercion on type assertions | Ulf Hermann | 2024-05-24 | 1 | -0/+13 |
| * | QtQml: Make base CU a member of ExecutableCompilationUnit | Ulf Hermann | 2024-01-10 | 1 | -6/+10 |
| * | Add pragma syntax to support translation context | Lucie Gérard | 2023-10-26 | 1 | -0/+9 |
| * | Replace signal name manipulations with QQmlSignalNames | Sami Shalayel | 2023-08-15 | 1 | -32/+0 |
| * | QML: Revert the default for enforcing function signatures | Ulf Hermann | 2023-06-26 | 1 | -2/+1 |
| * | V4: Discern between named builtins and optimizations for common types | Ulf Hermann | 2023-05-16 | 1 | -22/+24 |
| * | QML: Add an "Addressable" value to ValueTypeBehavior | Ulf Hermann | 2023-03-02 | 1 | -8/+25 |
| * | QML: Allow pragmas with multiple values | Ulf Hermann | 2023-02-22 | 1 | -48/+75 |
| * | Fix CMake Unity (Jumbo) builds on Windows | Friedemann Kleint | 2023-02-15 | 1 | -2/+2 |
| * | QML: Add a pragma for value type behavior | Ulf Hermann | 2023-01-20 | 1 | -6/+33 |
| * | QQmlIRBuilder: Clean up QStringView oddities | Fabian Kosmale | 2023-01-17 | 1 | -3/+3 |
| * | qqmlirbuilder: Remove dead code | Fabian Kosmale | 2023-01-17 | 1 | -4/+0 |
| * | QObjectWrapper: Fix calling attached methods on different objects | Ulf Hermann | 2023-01-02 | 1 | -0/+25 |
| * | QmlCompiler: Fix recognition of builtin list types | Ulf Hermann | 2022-12-15 | 1 | -26/+24 |
| * | Port to new Q_UNREACHABLE_RETURN() | Marc Mutz | 2022-10-20 | 1 | -6/+3 |
| * | Add option to enforce function signatures | Ulf Hermann | 2022-10-14 | 1 | -0/+26 |
| * | Qml: Analyze qsTranslate at compile time | Ulf Hermann | 2022-10-13 | 1 | -6/+14 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -4/+4 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -12/+12 |
| * | QQmlIRBuilder: Introduce a more extensible Pragma parser | Ulf Hermann | 2022-09-29 | 1 | -42/+100 |
| * | Qml: Fix crash by function definition in grouped property, reject it | Yuya Nishihara | 2022-09-15 | 1 | -4/+13 |
| * | qqmltypecompiler: align runtime function table order to qmlcachegen | Andrei Golubev | 2022-07-22 | 1 | -50/+12 |
| * | QmlCompiler: Handle trivial signal handler constructions | Ulf Hermann | 2022-07-07 | 1 | -4/+6 |
| * | QtQml: Move idIndex into bitfield union of Alias | Ulf Hermann | 2022-06-20 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | QML: Add an option to bind components to files | Ulf Hermann | 2022-05-23 | 1 | -0/+33 |
| * | QML: Port QV4::CompiledData::Property to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -7/+7 |
| * | QML: Port QV4::CompiledData::Binding to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -34/+39 |
| * | QML: Port QV4::CompiledData::Location to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -39/+23 |
| * | QML: Port QV4::CompiledData::Alias to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -6/+6 |
| * | QML: Port QV4::CompiledData::Object to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -3/+3 |
| * | QML: Port QV4::CompiledData::ParameterType to new special integer bitfield | Ulf Hermann | 2022-05-11 | 1 | -7/+5 |
| * | Replace uses of deprecated _qs with _s/QStringLiteral | Sona Kurazyan | 2022-04-29 | 1 | -1/+3 |
| * | Fix typo and apply some cosmetics | Ulf Hermann | 2022-04-11 | 1 | -2/+2 |
| * | Allow custom named value types in QML | Ulf Hermann | 2022-01-25 | 1 | -34/+10 |
| * | Remove unused enumTableSize variable | Shawn Rutledge | 2021-12-09 | 1 | -2/+0 |
| * | qmllint: Initial translation binding support | Fabian Kosmale | 2021-12-08 | 1 | -112/+10 |
| * | Clean up property attributes (1/2) | Fabian Kosmale | 2021-11-17 | 1 | -5/+5 |
| * | Handle function as default arguments in toplevel functions | Fabian Kosmale | 2021-11-10 | 1 | -0/+6 |
| * | Add a Pragma for list assign behavior | Ulf Hermann | 2021-10-13 | 1 | -14/+53 |
| * | QmlIR::Object: Get rid of isInlineComponent member | Fabian Kosmale | 2021-08-25 | 1 | -3/+2 |