| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove tracing JIT infrastructure | Ulf Hermann | 2019-04-29 | 1 | -48/+0 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-04-10 | 1 | -1/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2 | Qt Forward Merge Bot | 2019-04-09 | 1 | -0/+1 |
| | |\ |
|
| | | * | Avoid INT_MIN % -1 and INT_MIN / -1 | Ulf Hermann | 2019-04-08 | 1 | -0/+1 |
| | * | | Remove second evaluation of property name | Rainer Keller | 2019-04-08 | 1 | -1/+1 |
| * | | | Remove unused includes of qv8engine_p.h | Ulf Hermann | 2019-04-09 | 1 | -1/+0 |
| * | | | Merge remote-tracking branch 'origin/5.13' into HEAD | Ulf Hermann | 2019-03-22 | 1 | -107/+38 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -104/+31 |
| | |\| |
|
| | | * | Remove dead compile time QML context/scope property and id object code | Simon Hausmann | 2019-03-20 | 1 | -86/+0 |
| | | * | Implement dummy QML lookups for "global" variables | Simon Hausmann | 2019-03-20 | 1 | -18/+31 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-03-15 | 1 | -5/+16 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-13 | 1 | -5/+16 |
| | |\| |
|
| | | * | Disable tail calls for function called with more arguments than formals | Ulf Hermann | 2019-03-04 | 1 | -1/+3 |
| | | * | Unify and fix number to string conversion with radix | Ulf Hermann | 2019-02-25 | 1 | -4/+13 |
| * | | | V4: Clean up the runtime functions declarations | Erik Verbruggen | 2019-02-05 | 1 | -148/+276 |
| |/ / |
|
| * / | V4: Collect trace information in the interpreter | Erik Verbruggen | 2019-01-25 | 1 | -0/+48 |
| |/ |
|
| * | Create proper template objects for tagged templates | Lars Knoll | 2018-11-05 | 1 | -0/+6 |
| * | V4: Conform method_objectLiteral arguments to equal other methods | Erik Verbruggen | 2018-10-12 | 1 | -1/+1 |
| * | ES7: Implement Tail Position Calls in the runtime | Erik Verbruggen | 2018-10-05 | 1 | -3/+22 |
| * | ES7: Detect Tail Position Calls and pass that to the runtime | Erik Verbruggen | 2018-10-04 | 1 | -2/+9 |
| * | Speed up instanceof operations | Lars Knoll | 2018-09-27 | 1 | -3/+9 |
| * | Better inheritance structure for functions | Lars Knoll | 2018-09-23 | 1 | -5/+4 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -19/+19 |
| * | Fix toNumber conversions for hex, octal and binary strings | Lars Knoll | 2018-09-08 | 1 | -3/+18 |
| * | Use the correct enum value instead of hard coded ints | Lars Knoll | 2018-09-07 | 1 | -1/+1 |
| * | Fix a smaller bug in IteratorClose | Lars Knoll | 2018-09-07 | 1 | -13/+20 |
| * | Add support for yield* | Lars Knoll | 2018-09-07 | 1 | -0/+72 |
| * | Fix exception handling while destructuring | Lars Knoll | 2018-09-07 | 1 | -10/+20 |
| * | Throw type error if this is uninitialized when accessing super | Lars Knoll | 2018-08-31 | 1 | -0/+5 |
| * | Fix thisObject when calling super properties | Lars Knoll | 2018-08-31 | 1 | -0/+7 |
| * | Fix super property access | Lars Knoll | 2018-08-31 | 1 | -21/+43 |
| * | Correctly create methods for functions in object literals | Lars Knoll | 2018-08-31 | 1 | -6/+24 |
| * | Throw a type error if the super class is not a constructor | Lars Knoll | 2018-08-29 | 1 | -5/+6 |
| * | Initialize this to empty for derived constructors | Lars Knoll | 2018-08-29 | 1 | -0/+15 |
| * | Remove a bogus Q_UNIMPLEMENTED() | Lars Knoll | 2018-08-29 | 1 | -1/+0 |
| * | Fix Map and WeakMap constructor | Lars Knoll | 2018-08-28 | 1 | -0/+4 |
| * | Implement the dead temporal zone | Simon Hausmann | 2018-08-28 | 1 | -0/+6 |
| * | Implement IsConstructor for Function objects | Lars Knoll | 2018-08-23 | 1 | -1/+2 |
| * | JS: Also have modulo return integer 0 when the lhs is 0 | Erik Verbruggen | 2018-08-09 | 1 | -4/+7 |
| * | Minor cleanup | Simon Hausmann | 2018-08-06 | 1 | -4/+4 |
| * | Fix some details in class initialization | Lars Knoll | 2018-08-06 | 1 | -1/+5 |
| * | Fix crash in language/statements/class/syntax/class-body-method-definition-su... | Simon Hausmann | 2018-08-03 | 1 | -1/+2 |
| * | Fix writing to properties of primitive data | Lars Knoll | 2018-08-02 | 1 | -2/+17 |
| * | Fix naming of methods defined in object or class literals | Lars Knoll | 2018-08-01 | 1 | -2/+23 |
| * | Encapsulate the unit data in CompilationUnit | Simon Hausmann | 2018-07-31 | 1 | -1/+1 |
| * | Fix AOT byte code generation of unary ops with constants | Simon Hausmann | 2018-07-30 | 1 | -1/+1 |