| Commit message (Expand) | Author | Age | Files | Lines |
| * | QmlCompiler: Get length from strings wrapped in QJSPrimitiveValue | Ulf Hermann | 13 days | 2 | -0/+9 |
| * | QtQml: Invalidate fallback lookups after each call from AOT code | Ulf Hermann | 2025-12-05 | 4 | -0/+91 |
| * | QmlCompiler: Don't read out of bounds when analyzing splice() | Ulf Hermann | 2025-11-30 | 3 | -0/+19 |
| * | Compiler: Stop std::move-ing the changed register in certain cases | Olivier De Cannière | 2025-11-27 | 3 | -0/+31 |
| * | CMake: Allow qmlls.build.ini generation to be skipped | Ulf Hermann | 2025-11-26 | 1 | -0/+1 |
| * | QtQml: Don't mark QJSValues on the AOT stack | Ulf Hermann | 2025-11-24 | 3 | -0/+38 |
| * | QmlCompiler: Fix rejection of dynamic properties in object literals | Ulf Hermann | 2025-11-11 | 4 | -4/+38 |
| * | QtQml: Fix marking of values on AOT stack | Ulf Hermann | 2025-11-05 | 4 | -0/+55 |
| * | QmlCompiler: Fix side effect detection for calls | Ulf Hermann | 2025-10-31 | 5 | -29/+67 |
| * | Fix configure warnings | Ulf Hermann | 2025-10-29 | 1 | -1/+3 |
| * | QtQml: Fix resolution of aliases to local aliases | Ulf Hermann | 2025-10-13 | 3 | -0/+34 |
| * | QtQml: Reset scope object call lookup if it fails | Ulf Hermann | 2025-10-09 | 3 | -0/+65 |
| * | QmlCompiler: Expect singleton members to be shadowable | Ulf Hermann | 2025-10-08 | 5 | -0/+91 |
| * | QmlCompiler: Fix write access to QVariantMap | Ulf Hermann | 2025-10-07 | 3 | -4/+41 |
| * | QtQml: Add test for writing to delayed properties | Ulf Hermann | 2025-10-06 | 4 | -1/+196 |
| * | QtQml: Fix assigning to QML-defined list properties | Ulf Hermann | 2025-10-02 | 3 | -0/+71 |
| * | QmlCompiler: Don't adjust the same conversion multiple times | Ulf Hermann | 2025-09-23 | 3 | -0/+75 |
| * | QmlCompiler: Properly handle uncertain component status | Ulf Hermann | 2025-09-18 | 4 | -0/+42 |
| * | tst_qmlcppcodegen: Adjust to fixed binding behavior in qtbase | Ulf Hermann | 2025-09-18 | 1 | -1/+2 |
| * | QmlCompiler: Guard against disappearing arrow functions | Ulf Hermann | 2025-09-15 | 3 | -0/+80 |
| * | QtQml: Avoid double-wrapping when converting to QVariantList | Ulf Hermann | 2025-09-11 | 4 | -1/+29 |
| * | QmlCompiler: Ensure QObjects returned to AOT-compiled code are wrapped | Ulf Hermann | 2025-09-02 | 4 | -0/+72 |
| * | QtQml: Mark values on the AOT-compiled stack during gc | Ulf Hermann | 2025-09-02 | 4 | -0/+88 |
| * | QtQml: Store detached Sequence objects on the JS heap | Ulf Hermann | 2025-09-02 | 3 | -4/+46 |
| * | QmlCompiler: Fix access to optional QVariantMap | Ulf Hermann | 2025-09-01 | 3 | -0/+10 |
| * | QtQml: Store detached VariantAssociation objects on the JS heap | Ulf Hermann | 2025-08-21 | 4 | -0/+129 |
| * | Compiler: Detect calls on partially deleted objects and throw | Olivier De Cannière | 2025-08-18 | 3 | -0/+43 |
| * | qmltyperegistrar: Manually register names for Q_ENUMS | Ulf Hermann | 2025-07-07 | 4 | -0/+47 |
| * | QtQml: Correctly track alias resolutions skips | Olivier De Cannière | 2025-07-02 | 3 | -0/+26 |
| * | QmlCompiler: Preserve external side effects across jumps | Ulf Hermann | 2025-06-27 | 3 | -0/+32 |
| * | compiler: Avoid invalid C++ code generation | Fabian Kosmale | 2025-06-26 | 2 | -2/+19 |
| * | QmlCompiler: Discern between different kinds of side effects | Ulf Hermann | 2025-06-23 | 2 | -1/+46 |
| * | QmlCompiler: Sharpen side effect detection | Ulf Hermann | 2025-06-23 | 3 | -1/+50 |
| * | QmlCompiler: Restore support for writing to temporary arrays | Ulf Hermann | 2025-06-23 | 3 | -0/+26 |
| * | Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key> | Olivier De Cannière | 2025-05-31 | 2 | -10/+4 |
| * | Compiler: Deduplicate conversion origins based on register's content | Olivier De Cannière | 2025-05-01 | 3 | -0/+20 |
| * | Compiler: Skip bindings to properties of type QQmlScriptString | Olivier De Cannière | 2025-04-17 | 3 | -0/+44 |
| * | Tests: include QTest, not QtTest | Giuseppe D'Angelo | 2025-04-15 | 1 | -1/+1 |
| * | QmlCompiler: Error out on unstorable types | Ulf Hermann | 2025-04-14 | 4 | -0/+33 |
| * | Compiler: Use regular lookup for redundant optional lookups | Olivier De Cannière | 2025-04-10 | 3 | -0/+18 |
| * | QmlCompiler: Do not re-resolve iterator value types | Ulf Hermann | 2025-03-31 | 4 | -0/+52 |
| * | QML: Add final property attribute | Olivier De Cannière | 2025-03-06 | 4 | -0/+27 |
| * | tst_qmlcppcodegen: Avoid cmake warning | Fabian Kosmale | 2025-03-04 | 1 | -0/+1 |
| * | QtQml: Support url and date in 'instanceof' and 'as' | Ulf Hermann | 2025-02-28 | 2 | -0/+15 |
| * | QtQml: Clean up qmldir redirection | Ulf Hermann | 2025-02-26 | 7 | -0/+57 |
| * | QtQml: Fix AOT compiled context for destroy() and toString() methods | Ulf Hermann | 2025-02-26 | 3 | -0/+133 |
| * | QmlCompiler: Tighten detection of assignment to unknown properties | Ulf Hermann | 2025-02-21 | 3 | -0/+30 |
| * | QmlCompiler: Extend the listConversion test | Ulf Hermann | 2025-02-19 | 2 | -0/+44 |
| * | QmlCompiler: Only import hardcoded builtins by default | Ulf Hermann | 2025-02-18 | 3 | -0/+18 |
| * | Compiler: Add missing conversion for variant equality comparisons | Olivier De Cannière | 2025-02-18 | 4 | -0/+50 |