| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some unneeded includes | Ulf Hermann | 2019-07-08 | 1 | -2/+0 |
| * | Merge remote-tracking branch 'origin/5.12' into dev | Qt Forward Merge Bot | 2018-11-24 | 1 | -6/+12 |
| |\ |
|
| | * | Ensure our builtin constructors are subclassable | Lars Knoll | 2018-11-22 | 1 | -6/+12 |
| * | | Stop using deprecated Qt:LocaleDate | Edward Welbourne | 2018-09-21 | 1 | -3/+3 |
| |/ |
|
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -13/+13 |
| * | Fix Date.Utc() | Lars Knoll | 2018-09-07 | 1 | -16/+43 |
| * | Fix toLocaleString implementations in (Typed)Array.prototype | Lars Knoll | 2018-08-23 | 1 | -1/+1 |
| * | Fix handling of out-of-range year in Date's toISOString() | Edward Welbourne | 2018-07-03 | 1 | -1/+1 |
| * | Apply TimeClip() in a few places it was missing | Edward Welbourne | 2018-07-03 | 1 | -3/+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 | -3/+3 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Implement toPrimitive() the way the ES7 spec wants it | Lars Knoll | 2018-05-28 | 1 | -0/+18 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-05-11 | 1 | -1/+1 |
| |\ |
|
| | * | Fix build without features.timezone | Tasuku Suzuki | 2018-05-11 | 1 | -1/+1 |
| * | | Cleanup creation code for builtin functions | Lars Knoll | 2018-05-02 | 1 | -3/+1 |
| * | | Remove static localTZA variable | Lars Knoll | 2018-05-02 | 1 | -52/+51 |
| |/ |
|
| * | Get rid of BuiltinFunction | Lars Knoll | 2018-01-15 | 1 | -1/+1 |
| * | Raise minimum supported MSVC version to 2015 | Friedemann Kleint | 2018-01-06 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/wip/new-backend' into dev | Simon Hausmann | 2017-11-21 | 1 | -263/+333 |
| |\ |
|
| | * | Convert Date methods to new calling convention | Lars Knoll | 2017-11-13 | 1 | -150/+145 |
| | * | Change signature for call/callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -12/+12 |
| | * | Rename the construct 'virtual' method to callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| | * | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| | * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| | * | Get rid of JSCallData::call() | Lars Knoll | 2017-11-07 | 1 | -3/+3 |
| | * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| | * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -43/+43 |
| | * | 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 | -181/+254 |
| | * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -5/+6 |
| * | | V4 Date.ParseString(): use array in place of QStringList | Edward Welbourne | 2017-11-14 | 1 | -50/+51 |
| * | | V4 Date.ParseString(): fix UTC-ness of date-only formats | Edward Welbourne | 2017-11-14 | 1 | -18/+43 |
| * | | V4 Date: fix what we can within ECMA 262's limitations | Edward Welbourne | 2017-11-14 | 1 | -39/+80 |
| |/ |
|
| * | DateObject: Add a bunch of exception checks | Robin Burchell | 2017-02-07 | 1 | -0/+28 |
| * | Date.prototype: Fixes for ES6 compliance | Robin Burchell | 2017-02-07 | 1 | -4/+19 |
| * | Convert more builtin methods to the new calling convention | Lars Knoll | 2017-01-25 | 1 | -239/+236 |
| * | Clean up Value::isString()/stringValue() combinations | Lars Knoll | 2016-11-29 | 1 | -2/+2 |
| * | Clean up some duplicated methods | Lars Knoll | 2016-11-29 | 1 | -2/+5 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -4/+6 |
| * | V4: Handle QTime->DateObject conversion better | Erik Verbruggen | 2016-08-10 | 1 | -0/+22 |
| * | Qml: replace QStringLiteral with QL1S | Anton Kudryavtsev | 2016-07-05 | 1 | -1/+1 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -6/+6 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-05-13 | 1 | -1/+1 |
| |\ |
|
| | * | QML: Replace qIsFinite with qt_is_finite. | Erik Verbruggen | 2016-04-28 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.7' into dev | Simon Hausmann | 2016-04-08 | 1 | -24/+24 |
| |\| |
|
| | * | Replace qQNaN() and friends with qt_qnan(). | Erik Verbruggen | 2016-04-05 | 1 | -24/+24 |
| * | | Add a QChar::unicode() calls to brush over deprecation warning | hjk | 2016-04-06 | 1 | -1/+1 |
| |/ |
|