| Commit message (Expand) | Author | Age | Files | Lines |
| * | QmlCompiler: Don't read out of bounds when analyzing splice() | Ulf Hermann | 23 hours | 1 | -0/+11 |
| * | Compiler: Stop std::move-ing the changed register in certain cases | Olivier De Cannière | 4 days | 1 | -0/+17 |
| * | QtQml: Don't mark QJSValues on the AOT stack | Ulf Hermann | 7 days | 1 | -0/+7 |
| * | QmlCompiler: Fix rejection of dynamic properties in object literals | Ulf Hermann | 2025-11-11 | 1 | -3/+16 |
| * | QtQml: Fix marking of values on AOT stack | Ulf Hermann | 2025-11-05 | 1 | -0/+7 |
| * | QmlCompiler: Fix side effect detection for calls | Ulf Hermann | 2025-10-31 | 1 | -0/+13 |
| * | QtQml: Fix resolution of aliases to local aliases | Ulf Hermann | 2025-10-13 | 1 | -0/+22 |
| * | QtQml: Reset scope object call lookup if it fails | Ulf Hermann | 2025-10-09 | 1 | -0/+23 |
| * | QmlCompiler: Expect singleton members to be shadowable | Ulf Hermann | 2025-10-08 | 1 | -0/+12 |
| * | QmlCompiler: Fix write access to QVariantMap | Ulf Hermann | 2025-10-07 | 1 | -0/+6 |
| * | QtQml: Add test for writing to delayed properties | Ulf Hermann | 2025-10-06 | 1 | -1/+83 |
| * | QtQml: Fix assigning to QML-defined list properties | Ulf Hermann | 2025-10-02 | 1 | -0/+28 |
| * | QmlCompiler: Don't adjust the same conversion multiple times | Ulf Hermann | 2025-09-23 | 1 | -0/+49 |
| * | QmlCompiler: Properly handle uncertain component status | Ulf Hermann | 2025-09-18 | 1 | -0/+14 |
| * | 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 | 1 | -0/+51 |
| * | QtQml: Avoid double-wrapping when converting to QVariantList | Ulf Hermann | 2025-09-11 | 1 | -0/+14 |
| * | QmlCompiler: Ensure QObjects returned to AOT-compiled code are wrapped | Ulf Hermann | 2025-09-02 | 1 | -0/+14 |
| * | QtQml: Mark values on the AOT-compiled stack during gc | Ulf Hermann | 2025-09-02 | 1 | -0/+20 |
| * | QtQml: Store detached Sequence objects on the JS heap | Ulf Hermann | 2025-09-02 | 1 | -4/+28 |
| * | QmlCompiler: Fix access to optional QVariantMap | Ulf Hermann | 2025-09-01 | 1 | -0/+1 |
| * | QtQml: Store detached VariantAssociation objects on the JS heap | Ulf Hermann | 2025-08-21 | 1 | -0/+55 |
| * | Compiler: Detect calls on partially deleted objects and throw | Olivier De Cannière | 2025-08-18 | 1 | -0/+10 |
| * | qmltyperegistrar: Manually register names for Q_ENUMS | Ulf Hermann | 2025-07-07 | 1 | -0/+11 |
| * | QtQml: Correctly track alias resolutions skips | Olivier De Cannière | 2025-07-02 | 1 | -0/+11 |
| * | QmlCompiler: Preserve external side effects across jumps | Ulf Hermann | 2025-06-27 | 1 | -0/+11 |
| * | compiler: Avoid invalid C++ code generation | Fabian Kosmale | 2025-06-26 | 1 | -2/+7 |
| * | QmlCompiler: Discern between different kinds of side effects | Ulf Hermann | 2025-06-23 | 1 | -0/+19 |
| * | QmlCompiler: Sharpen side effect detection | Ulf Hermann | 2025-06-23 | 1 | -1/+20 |
| * | QmlCompiler: Restore support for writing to temporary arrays | Ulf Hermann | 2025-06-23 | 1 | -0/+15 |
| * | Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key> | Olivier De Cannière | 2025-05-31 | 1 | -8/+2 |
| * | Compiler: Deduplicate conversion origins based on register's content | Olivier De Cannière | 2025-05-01 | 1 | -0/+10 |
| * | Compiler: Skip bindings to properties of type QQmlScriptString | Olivier De Cannière | 2025-04-17 | 1 | -0/+15 |
| * | QmlCompiler: Error out on unstorable types | Ulf Hermann | 2025-04-14 | 1 | -0/+11 |
| * | Compiler: Use regular lookup for redundant optional lookups | Olivier De Cannière | 2025-04-10 | 1 | -0/+11 |
| * | QmlCompiler: Do not re-resolve iterator value types | Ulf Hermann | 2025-03-31 | 1 | -0/+15 |
| * | QML: Add final property attribute | Olivier De Cannière | 2025-03-06 | 1 | -0/+11 |
| * | QtQml: Support url and date in 'instanceof' and 'as' | Ulf Hermann | 2025-02-28 | 1 | -0/+4 |
| * | QtQml: Clean up qmldir redirection | Ulf Hermann | 2025-02-26 | 1 | -0/+13 |
| * | QtQml: Fix AOT compiled context for destroy() and toString() methods | Ulf Hermann | 2025-02-26 | 1 | -0/+68 |
| * | QmlCompiler: Tighten detection of assignment to unknown properties | Ulf Hermann | 2025-02-21 | 1 | -0/+14 |
| * | QmlCompiler: Extend the listConversion test | Ulf Hermann | 2025-02-19 | 1 | -0/+36 |
| * | QmlCompiler: Only import hardcoded builtins by default | Ulf Hermann | 2025-02-18 | 1 | -0/+12 |
| * | Compiler: Add missing conversion for variant equality comparisons | Olivier De Cannière | 2025-02-18 | 1 | -0/+15 |
| * | QtQml: Add conversion code for QQmlListProperty to other lists | Ulf Hermann | 2025-01-24 | 1 | -7/+53 |
| * | QtQml: Check 'this' for null in callObjectPropertyLookup | Ulf Hermann | 2025-01-06 | 1 | -0/+20 |
| * | QtQml: Do not crash when loading .js files as QML | Ulf Hermann | 2025-01-06 | 1 | -0/+12 |
| * | QtQml: Accept .js and .mjs files in directory-listing qmldirs | Ulf Hermann | 2025-01-06 | 1 | -0/+12 |
| * | QmlCompiler: Round towards 0 when coercing to 64bit integers | Ulf Hermann | 2024-12-20 | 1 | -62/+41 |
| * | QmlCompiler: Name types when initializing structured value types | Ulf Hermann | 2024-12-19 | 1 | -0/+10 |