| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | V4: Slim down FunctionObject | Ulf Hermann | 2024-05-14 | 1 | -1/+1 |
| * | Remove the use of Q_QML_PRIVATE_EXPORT | Alexey Edelev | 2024-01-11 | 1 | -1/+1 |
| * | Move ScopedStackFrame into qv4stackframe_p.h | Ulf Hermann | 2023-05-17 | 1 | -16/+20 |
| * | qml: silence -Wextra-semi | Tim Blechmann | 2022-11-16 | 1 | -1/+1 |
| * | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -4/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Remove QRegExp support from QtQml | Lars Knoll | 2020-04-03 | 1 | -2/+0 |
| * | Move workerscript to its own module | Ulf Hermann | 2019-05-06 | 1 | -2/+7 |
| * | Support QRegularExpression on the same level as QRegExp | Ulf Hermann | 2019-03-20 | 1 | -0/+6 |
| * | Refactor InternalClass::find() | Lars Knoll | 2018-09-27 | 1 | -2/+2 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -1/+1 |
| * | Implement RegExp.prototype[Symbol.split] | Lars Knoll | 2018-08-15 | 1 | -4/+7 |
| * | Fix some details in RegExp handling | Lars Knoll | 2018-08-15 | 1 | -2/+7 |
| * | Implement RegExp.prototype[Symbol.replace] | Lars Knoll | 2018-08-15 | 1 | -0/+1 |
| * | Implement RegExp.prototype[Symbol.search] | Lars Knoll | 2018-08-15 | 1 | -0/+1 |
| * | Cleanup RegExpObject | Lars Knoll | 2018-08-15 | 1 | -11/+15 |
| * | Partial implementation of RegExp.prototype[Symbol.match] | Lars Knoll | 2018-08-15 | 1 | -0/+7 |
| * | Enable unicode regular expressions | Lars Knoll | 2018-08-10 | 1 | -1/+3 |
| * | Implement support for new.target | Lars Knoll | 2018-07-03 | 1 | -1/+1 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -2/+2 |
| * | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -2/+2 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Remove String dependency from InternalClass | Lars Knoll | 2018-05-02 | 1 | -2/+2 |
| * | Fixup nInlineProps | Lars Knoll | 2017-11-15 | 1 | -0/+2 |
| * | Bring back markObjects(), this time generated | Lars Knoll | 2017-11-14 | 1 | -2/+2 |
| * | Convert methods of RegExp to new calling convention | Lars Knoll | 2017-11-13 | 1 | -10/+10 |
| * | Change signature for call/callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Rename the construct 'virtual' method to callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/dev' into HEAD | Lars Knoll | 2017-10-22 | 1 | -4/+4 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Lars Knoll | 2017-09-20 | 1 | -4/+4 |
| | |\ |
|
| | | * | Fix reuse of regexp objects by regexp literals | Allan Sandfeld Jensen | 2017-09-08 | 1 | -3/+3 |
| * | | | Optimize String.match() | Lars Knoll | 2017-09-15 | 1 | -0/+2 |
| * | | | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -9/+9 |
| * | | | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -2/+2 |
| * | | | Move the Runtime codegen into it's own file | Lars Knoll | 2017-07-03 | 1 | -1/+0 |
| * | | | Remove now unused files | Lars Knoll | 2017-06-30 | 1 | -1/+1 |
| * | | | Don't use the ISel's anymore | Lars Knoll | 2017-06-22 | 1 | -1/+0 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -1/+1 |
| |\| |
|
| | * | Move the list of default internal classes into EngineBase | Lars Knoll | 2017-05-19 | 1 | -1/+1 |
| * | | Go through proper set() functions when writing to MemberData | Lars Knoll | 2017-03-09 | 1 | -1/+9 |
| * | | Make every member of a Heap object aware of its offset inside the object | Lars Knoll | 2017-03-09 | 1 | -1/+1 |
| * | | Refactor how we define Heap objects | Lars Knoll | 2017-03-09 | 1 | -6/+6 |
| * | | New mark table implementation | Lars Knoll | 2017-03-09 | 1 | -13/+16 |
| |/ |
|
| * | Convert more builtin functions | Lars Knoll | 2017-01-25 | 1 | -9/+9 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -4/+4 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -2/+2 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Add missing "We mean it" comments to private headers. | Friedemann Kleint | 2015-10-06 | 1 | -0/+11 |
| * | Simplify new construction scheme | Lars Knoll | 2015-09-22 | 1 | -0/+2 |