| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Update commercial license headers"v5.15.3-lts-lgpl | Tarja Sundqvist | 2021-03-24 | 1 | -20/+20 |
| * | Update commercial license headers | Tarja Sundqvist | 2021-02-02 | 1 | -20/+20 |
| * | 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 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Lars Knoll | 2017-09-20 | 1 | -9/+4 |
| | |\ |
|
| | | * | Fix reuse of regexp objects by regexp literals | Allan Sandfeld Jensen | 2017-09-08 | 1 | -9/+5 |
| * | | | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -5/+4 |
| * | | | Optimize String.match() | Lars Knoll | 2017-09-15 | 1 | -1/+47 |
| * | | | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -3/+3 |
| * | | | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | | | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -28/+36 |
| * | | | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -25/+16 |
| * | | | Remove now unused files | Lars Knoll | 2017-06-30 | 1 | -2/+0 |
| * | | | Don't use the ISel's anymore | Lars Knoll | 2017-06-22 | 1 | -2/+0 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -1/+1 |
| |\| |
|