| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | Reduce access to uninitialized scoped allocations | Luca Di Sera | 2025-07-08 | 1 | -3/+3 |
| * | Avoid accessing garbage memory on the js stack | Luca Di Sera | 2025-07-03 | 1 | -3/+3 |
| * | QtQml: Avoid potential gc issues | Fabian Kosmale | 2024-12-18 | 1 | -1/+4 |
| * | Engine: Keep script context alive | Fabian Kosmale | 2024-11-01 | 1 | -2/+21 |
| * | QtQml: Call lookups based on enums rather than via function pointers | Ulf Hermann | 2024-10-24 | 1 | -8/+8 |
| * | JIT: storeLocal needs to go through WriteBarrier | Fabian Kosmale | 2024-06-18 | 1 | -0/+17 |
| * | QtQml: Straighten out some logging categories | Ulf Hermann | 2024-06-17 | 1 | -1/+1 |
| * | QtQml: Restore as-casting of incompatible type to value type | Ulf Hermann | 2024-05-28 | 1 | -1/+18 |
| * | QML: Deprecate coercion on type assertions | Ulf Hermann | 2024-05-24 | 1 | -3/+19 |
| * | V4: Move FunctionObject flags into VTable | Ulf Hermann | 2024-05-14 | 1 | -1/+1 |
| * | V4: Slim down FunctionObject | Ulf Hermann | 2024-05-14 | 1 | -9/+12 |
| * | QtQml: Re-allow manual calling of signal handlers | Ulf Hermann | 2024-02-13 | 1 | -3/+10 |
| * | String: optimize integer conversion | Fabian Kosmale | 2024-01-18 | 1 | -1/+1 |
| * | V4: Eliminate "done" from iterators | Ulf Hermann | 2023-09-08 | 1 | -15/+17 |
| * | V4: Use memmove() for tail calls | Ulf Hermann | 2023-07-24 | 1 | -1/+1 |
| * | QML: Use new coerce() method also for 'as' casts | Ulf Hermann | 2023-06-26 | 1 | -6/+2 |
| * | Move ScopedStackFrame into qv4stackframe_p.h | Ulf Hermann | 2023-05-17 | 1 | -25/+27 |
| * | QML: Allow as-casting to value types | Ulf Hermann | 2023-03-03 | 1 | -7/+29 |
| * | QJSEngine: Fix potential JS stack overflow cauased by spread operator | Fabian Kosmale | 2023-01-19 | 1 | -0/+5 |
| * | Change value encoding scheme to make space for larger pointers | Ulf Hermann | 2023-01-12 | 1 | -30/+36 |
| * | Replace CallElement with separate instructions | Ulf Hermann | 2022-11-07 | 1 | -19/+0 |
| * | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-10-13 | 1 | -3/+3 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
| * | V4: Use an enum to categorize functions and rename aotFunction | Ulf Hermann | 2022-09-29 | 1 | -1/+1 |
| * | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -5/+1 |
| * | V4: Fix exponentiation operator | Ulf Hermann | 2022-08-03 | 1 | -3/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Add "As" function to symbol table | Ulf Hermann | 2021-09-06 | 1 | -0/+1 |
| * | Use ExecutionEngine::currentContext() where applicable | Ulf Hermann | 2021-06-30 | 1 | -2/+2 |
| * | Use QV4::Scope::hasException() where applicable | Ulf Hermann | 2021-06-30 | 1 | -3/+3 |
| * | Replace "fall through" comments with Q_FALLTHROUGH | Thiago Macieira | 2021-06-22 | 1 | -1/+1 |
| * | Eliminate JS call frame from metatypes calls | Ulf Hermann | 2021-06-10 | 1 | -33/+94 |
| * | Evaluate type assertions in QML | Ulf Hermann | 2021-05-26 | 1 | -0/+14 |
| * | Optimize stack frame setup for AOT compiled functions | Ulf Hermann | 2021-03-23 | 1 | -11/+16 |
| * | Clean up JSCallData setup | Ulf Hermann | 2021-03-17 | 1 | -2/+2 |
| * | Don't store the scope in JSCallData | Ulf Hermann | 2021-03-17 | 1 | -2/+2 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15 | Qt Forward Merge Bot | 2020-01-29 | 1 | -12/+23 |
| |\ |
|
| | * | V4: Check for exceptions before we use the result of a JS call | Ulf Hermann | 2020-01-23 | 1 | -12/+23 |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15 | Liang Qi | 2019-11-22 | 1 | -0/+9 |
| |\| |
|
| | * | RuntimeHelpers: Short-circuit stringToNumber on huge strings | Ulf Hermann | 2019-11-07 | 1 | -0/+9 |
| * | | JSRuntime: Provide an optional symbol table | Ulf Hermann | 2019-10-16 | 1 | -0/+127 |
| |/ |
|
| * | Use quiet NaNs instead of signalling ones | Edward Welbourne | 2019-09-04 | 1 | -1/+1 |
| * | Split qqmltypeloader{_p.h|.cpp} into a several files | Ulf Hermann | 2019-07-11 | 1 | -0/+1 |
| * | Split QV4::Value into a static and a dynamic part | Ulf Hermann | 2019-05-31 | 1 | -74/+15 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -18/+32 |
| * | Don't include qv4enginebase_p.h in qmldevtools | Ulf Hermann | 2019-05-10 | 1 | -1/+7 |
| * | Move compileModule() into qv4codegen.cpp | Ulf Hermann | 2019-05-08 | 1 | -1/+3 |