| 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 | -1/+1 |
| * | QtQml: Add some consistency to QV4::RegExp | Ulf Hermann | 2024-12-12 | 1 | -4/+4 |
| * | V4: Slim down FunctionObject | Ulf Hermann | 2024-05-14 | 1 | -2/+2 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -9/+9 |
| * | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -2/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Fix missing whitespace after `argv[N]:` pattern | Ivan Tkachenko | 2021-10-07 | 1 | -1/+1 |
| * | Clean up JSCallData setup | Ulf Hermann | 2021-03-17 | 1 | -5/+5 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -2/+2 |
| * | QtQml: Use unicode character literals | Ulf Hermann | 2020-06-03 | 1 | -1/+1 |
| * | Remove QRegExp support from QtQml | Lars Knoll | 2020-04-03 | 1 | -33/+0 |
| * | Improve conversion between JS RegExp and QRegularExpression | Lars Knoll | 2020-04-03 | 1 | -43/+54 |
| * | V4: Check for exceptions before we use the result of a JS call | Ulf Hermann | 2020-01-23 | 1 | -0/+4 |
| * | V4: Catch error when compiling broken RegExps | Ulf Hermann | 2020-01-07 | 1 | -2/+2 |
| * | Split compiler and runtime more clearly | Ulf Hermann | 2019-07-11 | 1 | -1/+1 |
| * | Move workerscript to its own module | Ulf Hermann | 2019-05-06 | 1 | -7/+0 |
| * | Support QRegularExpression on the same level as QRegExp | Ulf Hermann | 2019-03-20 | 1 | -0/+36 |
| * | When matching RegExps catch JIT failures | Ulf Hermann | 2019-01-09 | 1 | -3/+5 |
| * | Ensure our builtin constructors are subclassable | Lars Knoll | 2018-11-22 | 1 | -1/+7 |
| * | INTEGRITY: Fix build failures on 64-bit ARM | Pasi Petäjäjärvi | 2018-10-22 | 1 | -7/+7 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -20/+20 |
| * | Fix bugs in ArrayBuffer.prototype.slice | Lars Knoll | 2018-08-23 | 1 | -21/+1 |
| * | Implement RegExp.prototype[Symbol.split] | Lars Knoll | 2018-08-15 | 1 | -13/+130 |
| * | Fix spec compliance for the RegExp constructor | Lars Knoll | 2018-08-15 | 1 | -31/+70 |
| * | Fix some details in RegExp handling | Lars Knoll | 2018-08-15 | 1 | -9/+28 |
| * | Implement RegExp.prototype[Symbol.replace] | Lars Knoll | 2018-08-15 | 1 | -15/+124 |
| * | Implement RegExp.prototype[Symbol.search] | Lars Knoll | 2018-08-15 | 1 | -0/+35 |
| * | Improve RegExp.prototype[Symbol.match] implementation | Lars Knoll | 2018-08-15 | 1 | -15/+52 |
| * | Cleanup RegExpObject | Lars Knoll | 2018-08-15 | 1 | -64/+167 |
| * | Partial implementation of RegExp.prototype[Symbol.match] | Lars Knoll | 2018-08-15 | 1 | -46/+91 |
| * | Enable the Yarr JIT for regexps with nested parenthesis | Lars Knoll | 2018-08-11 | 1 | -0/+3 |
| * | Enable unicode regular expressions | Lars Knoll | 2018-08-10 | 1 | -0/+3 |
| * | Implement support for new.target | Lars Knoll | 2018-07-03 | 1 | -2/+2 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -3/+3 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -3/+3 |
| * | The length property of RegExp should be configurable | Lars Knoll | 2018-06-04 | 1 | -1/+1 |
| * | Implement Symbol.species getter functions | Lars Knoll | 2018-05-15 | 1 | -0/+1 |
| * | Get rid of some includes that aren't required | Lars Knoll | 2018-04-25 | 1 | -4/+0 |
| * | Better encapsulation for EngineBase::internalClass | Lars Knoll | 2018-04-12 | 1 | -1/+1 |
| * | Clean up Engine::newObject/newArrayObject | Lars Knoll | 2018-04-12 | 1 | -1/+1 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -19/+19 |
| * | Introduce a SubString String type | Lars Knoll | 2018-01-19 | 1 | -2/+2 |
| * | Convert methods of RegExp to new calling convention | Lars Knoll | 2017-11-13 | 1 | -21/+18 |
| * | Change signature for call/callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -9/+9 |
| * | Rename the construct 'virtual' method to callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Get rid of JSCallData::callAsConstructor() | Lars Knoll | 2017-11-07 | 1 | -3/+3 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/dev' into HEAD | Lars Knoll | 2017-10-22 | 1 | -9/+5 |
| |\ |
|