| Commit message (Expand) | Author | Age | Files | Lines |
| * | QmlCompiler: Support construction of value types with 'new' | Ulf Hermann | 2024-11-06 | 1 | -1/+0 |
| * | QmlCompiler: Handle non-resettable undefined assignment | Ulf Hermann | 2024-01-25 | 1 | -6/+0 |
| * | QmlCompiler: When rejecting empty constants, don't crash afterwards | Ulf Hermann | 2023-11-18 | 1 | -0/+2 |
| * | QmlCompiler: Prohibit writing to readonly properties | Ulf Hermann | 2023-10-18 | 1 | -0/+3 |
| * | QmlCompiler: Error out when writing to property of unknown type | Ulf Hermann | 2023-09-28 | 1 | -0/+8 |
| * | QmlCompiler: Do not crash when trying to iterate non-iterables | Ulf Hermann | 2023-09-28 | 1 | -0/+7 |
| * | QmlCompiler: Allow write-back to members of objects | Ulf Hermann | 2023-08-24 | 1 | -5/+0 |
| * | QmlCompiler: Allow creation of structured value types | Ulf Hermann | 2023-07-06 | 1 | -0/+5 |
| * | QmlCompiler: Do check specificType on SetLookup | Ulf Hermann | 2023-05-15 | 1 | -0/+5 |
| * | QmlCompiler: Optimize list manipulations | Ulf Hermann | 2023-05-10 | 1 | -0/+5 |
| * | QmlCompiler: Re-allow conversion from QObject to QString | Ulf Hermann | 2023-05-09 | 1 | -2/+0 |
| * | QmlCompiler: Implement ConvertThisToObject and basic DTZ | Ulf Hermann | 2023-04-25 | 1 | -0/+14 |
| * | QmlCompiler: Don't crash on bad list type in signature | Ulf Hermann | 2023-04-19 | 1 | -0/+4 |
| * | QmlCompiler: Don't crash when checking for enum problems | Ulf Hermann | 2023-04-19 | 1 | -0/+4 |
| * | QML: Fix the most blatant TDZ violations | Ulf Hermann | 2022-11-14 | 1 | -0/+6 |
| * | QmlCompiler: Ignore InitializeDeadTemporalZone instruction | Ulf Hermann | 2022-11-11 | 1 | -0/+12 |
| * | QmlCompiler: Prevent lookup of value type where we need an object type | Ulf Hermann | 2022-08-30 | 1 | -0/+4 |
| * | QmlCompiler: Allow storeNameSloppy to reset a property | Ulf Hermann | 2022-07-11 | 1 | -0/+6 |
| * | QmlCompiler: Handle trivial signal handler constructions | Ulf Hermann | 2022-07-07 | 1 | -0/+4 |
| * | QmlCompiler: Reject conversions via QJSValue | Ulf Hermann | 2022-06-15 | 1 | -0/+3 |
| * | QmlCompiler: Improve ambiguous type detection | Ulf Hermann | 2022-04-01 | 1 | -0/+4 |
| * | qqmljstypepropagator: Add compiler error for unknown function calls | Maximilian Goldstein | 2022-01-13 | 1 | -0/+2 |
| * | QmlCompiler: Reject ambiguous and inaccessible types | Ulf Hermann | 2021-12-13 | 1 | -0/+9 |
| * | Compile QML files ahead of time with qmlcachegen | Ulf Hermann | 2021-12-03 | 1 | -0/+15 |