| Commit message (Expand) | Author | Age | Files | Lines |
| * | QtQml: Do not load resolved CompilationUnits from other engines | Ulf Hermann | 18 hours | 1 | -31/+3 |
| * | QtQml: Optimize fallback lookups a bit | Ulf Hermann | 10 days | 1 | -3/+9 |
| * | QtQml: Invalidate fallback lookups after each call from AOT code | Ulf Hermann | 10 days | 1 | -0/+4 |
| * | Replace QSequentialIterable with QMetaSequence::Iterable | Ulf Hermann | 11 days | 2 | -25/+26 |
| * | QtQml: Fill in the const iterator functions in the empty sequence | Ulf Hermann | 2025-11-24 | 1 | -0/+11 |
| * | JSRuntime: Don't immediately connect reference objects | Olivier De Cannière | 2025-11-13 | 3 | -47/+90 |
| * | JSRuntime: Extract ReferenceObject::init lambdas into functions | Olivier De Cannière | 2025-11-13 | 2 | -64/+67 |
| * | Doc: Fix small typos in ReferenceObject's documentation | Olivier De Cannière | 2025-11-13 | 2 | -7/+7 |
| * | QtQml: Try harder to find a propertyCache for destroy() and toString() | Ulf Hermann | 2025-11-07 | 3 | -11/+15 |
| * | Doc: Fix QDoc warnings for internal classes and functions | Jerome Pasion | 2025-11-07 | 2 | -1/+8 |
| * | QtQml: Don't delete the Qt object when clearing singletons | Ulf Hermann | 2025-11-05 | 1 | -1/+12 |
| * | QtQml: Avoid ternary expression in return statement | Ulf Hermann | 2025-10-28 | 1 | -4/+4 |
| * | V4 Date: Support more nonstandard date formats | Sami Shalayel | 2025-10-21 | 1 | -1/+4 |
| * | Set default stack size safety margin for VxWorks | Karim Pinter | 2025-10-21 | 2 | -9/+23 |
| * | QtQml: Fix coverity warning | Ulf Hermann | 2025-10-20 | 1 | -2/+3 |
| * | QtQml: Store QUrl as-is in QV4::UrlObject | Ulf Hermann | 2025-10-14 | 2 | -247/+160 |
| * | QtQml: Fix instanceof for URL and URLSearchParams | Ulf Hermann | 2025-10-13 | 1 | -2/+6 |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 156 | -0/+161 |
| * | Fix build with V4_USE_VALGRIND defined | Andreas Hartmetz | 2025-09-14 | 1 | -1/+1 |
| * | QtQml: Empty SimpleArrayData vacant space when truncating | Ulf Hermann | 2025-09-12 | 1 | -2/+7 |
| * | QtQml: Untangle "locals" member of stack frame a bit | Ulf Hermann | 2025-09-11 | 1 | -2/+0 |
| * | QtQml: Avoid double-wrapping when converting to QVariantList | Ulf Hermann | 2025-09-11 | 1 | -3/+17 |
| * | Fix JS URL behavior when setting an empty search string | Andreas Hartmetz | 2025-09-05 | 1 | -1/+7 |
| * | QtQml: Optimize a few more methods of QV4::Sequence | Ulf Hermann | 2025-09-05 | 2 | -5/+150 |
| * | QtQml: Mark values on the AOT-compiled stack during gc | Ulf Hermann | 2025-09-02 | 1 | -1/+11 |
| * | QtQml: Store detached Sequence objects on the JS heap | Ulf Hermann | 2025-09-02 | 2 | -38/+259 |
| * | QtQml: Demote error to warning in Sequence's method_getLength | Ulf Hermann | 2025-09-01 | 1 | -3/+5 |
| * | QtQml: Consistently check isReadOnly in QV4::Sequence | Ulf Hermann | 2025-09-01 | 1 | -1/+10 |
| * | QtQml: Remove obscure exception check | Ulf Hermann | 2025-09-01 | 1 | -2/+0 |
| * | QtQml: Extract method to create the inline storage for Sequence | Ulf Hermann | 2025-09-01 | 2 | -9/+20 |
| * | QtQml: Avoid repeated retrieval of Heap::Sequence::storagePointer() | Ulf Hermann | 2025-09-01 | 1 | -4/+5 |
| * | QtQml: Rephrase Sequence's appendInline() | Ulf Hermann | 2025-09-01 | 1 | -12/+9 |
| * | QtQml: Heap::Sequence::isReference() where appropriate | Ulf Hermann | 2025-09-01 | 1 | -6/+6 |
| * | QtQml: Inline Sequence's shiftInline into its ownly user | Ulf Hermann | 2025-09-01 | 1 | -30/+21 |
| * | QtQml: Accept Heap::Sequence in doGetIndexed() | Ulf Hermann | 2025-09-01 | 1 | -8/+6 |
| * | QtQml: Eliminate Heap::Sequence::hasData() | Ulf Hermann | 2025-09-01 | 2 | -4/+4 |
| * | QtQml: Inline Sequence::containerIsEqualTo into its only user | Ulf Hermann | 2025-09-01 | 2 | -19/+21 |
| * | QtQml: Inline containerDeleteIndexedProperty into its only user | Ulf Hermann | 2025-09-01 | 2 | -26/+24 |
| * | QtQml: Inline Sequence::containerPutIndex into its only user | Ulf Hermann | 2025-09-01 | 3 | -46/+40 |
| * | QtQml: Inline Sequence::containerGetIndexed() into its only user | Ulf Hermann | 2025-09-01 | 2 | -22/+20 |
| * | QtQml: Remove some methods from Sequence's public API | Ulf Hermann | 2025-09-01 | 2 | -67/+50 |
| * | QtQml: Move Sequence's {load|store}Reference into the heap object | Ulf Hermann | 2025-09-01 | 2 | -42/+58 |
| * | QtQml: Move Sequence's length accessors into SequencePrototype | Ulf Hermann | 2025-09-01 | 2 | -3/+9 |
| * | QtQml: Inline containerOwnPropertyKeys into its only user | Ulf Hermann | 2025-09-01 | 1 | -7/+2 |
| * | QtQml: Factor out Sequence's variant data creation | Ulf Hermann | 2025-09-01 | 1 | -10/+10 |
| * | QtQml: Refactor QV4::Sequence's raw container operations | Ulf Hermann | 2025-09-01 | 4 | -27/+88 |
| * | QtQml: Store detached VariantAssociation objects on the JS heap | Ulf Hermann | 2025-08-21 | 3 | -169/+248 |
| * | QtQml: Add method to generate a QVariantHash from a JS object | Ulf Hermann | 2025-08-16 | 2 | -7/+20 |
| * | QtQml: Fix formatting | Ulf Hermann | 2025-08-16 | 3 | -370/+364 |
| * | QtQml: Properly null-check module exports when iterating | Ulf Hermann | 2025-08-12 | 1 | -2/+2 |