| Commit message (Expand) | Author | Age | Files | Lines |
| * | QmlCompiler: Don't adjust the same conversion multiple times | Ulf Hermann | 2025-09-23 | 1 | -1/+1 |
| * | Add security header for src/qmlcompiler | Olivier De Cannière | 2025-09-17 | 1 | -0/+1 |
| * | QmlCompiler: Ensure QObjects returned to AOT-compiled code are wrapped | Ulf Hermann | 2025-09-02 | 1 | -4/+16 |
| * | QmlCompiler: Rename sequences' "valueType" to "elementType" | Ulf Hermann | 2025-08-31 | 1 | -3/+4 |
| * | QmlCompiler: Discern between different kinds of side effects | Ulf Hermann | 2025-06-23 | 1 | -1/+1 |
| * | QmlCompiler: Simplify register allocation | Ulf Hermann | 2025-06-23 | 1 | -2/+2 |
| * | Compiler: Fix various clazy warnings | Olivier De Cannière | 2025-03-21 | 1 | -3/+3 |
| * | QmlCompiler: Pass QQmlJSRegisterContent by value | Ulf Hermann | 2024-12-03 | 1 | -6/+6 |
| * | QmlCompiler: Clean up API of QQmlJSRegisterContent | Ulf Hermann | 2024-12-03 | 1 | -1/+1 |
| * | QmlCompiler: Remove trivial type comparison methods | Ulf Hermann | 2024-11-29 | 1 | -4/+4 |
| * | QmlCompiler: Move type adjustment into QQmlJSRegisterContent | Ulf Hermann | 2024-11-28 | 1 | -39/+44 |
| * | QmlCompiler: Do not adjust object definitions multiple times | Ulf Hermann | 2024-11-23 | 1 | -0/+2 |
| * | QmlCompiler: Allow conversion of object literals to QJSValue | Ulf Hermann | 2024-11-01 | 1 | -1/+2 |
| * | QmlCompiler: Store full type information for conversion origins | Ulf Hermann | 2024-10-10 | 1 | -8/+18 |
| * | Compiler: Create infrastructure to support multiple warnings | Olivier De Cannière | 2024-08-21 | 1 | -11/+9 |
| * | QmlCompiler: Remove left-over newAnnotations in populateReaderLocations | Olivier De Cannière | 2024-07-03 | 1 | -9/+1 |
| * | Compiler: Weaken god function populateReaderLocations | Olivier De Cannière | 2024-07-02 | 1 | -67/+75 |
| * | QmlCompiler: Remove unused QQmlJSCompilePass::readTypes | Ulf Hermann | 2024-06-16 | 1 | -9/+1 |
| * | QmlCompiler: Remove QQmlJSTypeResolver::containedType() | Ulf Hermann | 2024-06-16 | 1 | -5/+5 |
| * | QmlCompiler: Create QQmlJSRegisterContent unstored | Ulf Hermann | 2024-06-16 | 1 | -22/+1 |
| * | QmlCompiler: Reduce the usage of storedType() | Ulf Hermann | 2024-06-16 | 1 | -0/+1 |
| * | QmlCompiler: fix unity builds | Tim Blechmann | 2024-04-30 | 1 | -10/+3 |
| * | Compiler: Extract Basic blocks generation into its own compiler pass | Olivier De Cannière | 2024-04-19 | 1 | -0/+538 |