aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement Symbol.for and Symbol.keyForLars Knoll2018-05-0211-79/+135
* Partial Symbol supportLars Knoll2018-05-0219-230/+340
* Garbage collect identifiersLars Knoll2018-05-0216-55/+178
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-0220-85/+181
* Remove String dependency from InternalClassLars Knoll2018-05-0211-80/+62
* Smaller cleanupLars Knoll2018-05-021-13/+12
* Unify MemberData::Index and ArrayData::IndexLars Knoll2018-05-027-44/+33
* Add a StringOrSymbol intermediate class between Managed and StringLars Knoll2018-05-026-6/+30
* Use Identifier by value and don't new them anymoreLars Knoll2018-05-0217-108/+113
* Turn Identifier into a simple integerLars Knoll2018-05-027-26/+60
* Avoid excessive creation of contextsLars Knoll2018-05-022-1/+6
* Cleanup handling of with() statementsLars Knoll2018-05-0210-62/+61
* Rework catch context handlingLars Knoll2018-05-0223-123/+100
* Add support for proper lexical scopingLars Knoll2018-05-0226-152/+418
* Make sure we call Codegen::defineFunction with proper argumentsLars Knoll2018-05-028-42/+45
* Remove unused methodLars Knoll2018-05-021-7/+0
* The length of array like objects can in some cases be 2^53 -1 in ES7Lars Knoll2018-05-027-69/+47
* Fix classname for Error objects to be in line with ES6 expectationsLars Knoll2018-05-021-1/+1
* Split out the generation of indices for locals and registersLars Knoll2018-05-025-32/+51
* Refactor variable resolvingLars Knoll2018-05-026-176/+245
* Remove the QString member from IdentifierLars Knoll2018-05-027-33/+26
* Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-0218-56/+58
* Fix destructuring of arrow function parametersLars Knoll2018-05-024-134/+54
* Properly set names of most anonymous functionsLars Knoll2018-05-025-25/+67
* Fix crashes when parsing functions with no parametersSimon Hausmann2018-05-024-8/+8
* tst_qquicktext::hAlignImplicitWidth: wait for window exposed, not just activeTor Arne Vestbø2018-05-021-1/+1
* Internally document the VME abbreviationMitch Curtis2018-04-271-0/+4
* Support destructuring assignmentsLars Knoll2018-04-276-112/+266
* Add support for destructuring variable declarationsLars Knoll2018-04-274-263/+45
* Use a PatternElement for VariableDeclarationsLars Knoll2018-04-2710-100/+67
* Rework the AST for Literals and destructuring expressionsLars Knoll2018-04-2711-653/+417
* Rename Array/ObjectLiteral to Array/ObjectPattern in the ASTLars Knoll2018-04-279-40/+40
* Fix a small bug in the grammarLars Knoll2018-04-271-3/+2
* Add support for 'class' to the ASTLars Knoll2018-04-278-14/+182
* Added support for generator functions and yield expressions to the ASTLars Knoll2018-04-2713-18/+167
* smaller cleanupLars Knoll2018-04-272-8/+8
* Add support for '...' in arguments lists to the ASTLars Knoll2018-04-273-3/+22
* Add support for ... in ArrayLiterals to the ASTLars Knoll2018-04-273-1/+25
* Properly mark catch statement with destructuring as unimplementedLars Knoll2018-04-272-0/+11
* Don't fail on pre increment operator after a newlineLars Knoll2018-04-273-3/+17
* tests, qquicktableview: add countDelegateItems()Richard Moe Gustavsen2018-04-273-0/+52
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-2724-162/+281
|\
| * Fix crash when using drag with Drag.AutomaticFriedemann Kleint2018-04-262-3/+12
| * Clarify ownership around QQmlEngine::setNAMFMårten Nordheim2018-04-262-1/+4
| * Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-266-132/+173
| * Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-266-1/+36
| * Add handling of device pixel ratio to animated spritesAllan Sandfeld Jensen2018-04-268-25/+56
* | Implement support for the ** and **= operatorsLars Knoll2018-04-2610-27/+66
* | Add support for 'super' and 'new.target' to the ASTLars Knoll2018-04-267-19/+90
* | Implement support for function declarations in object literalsLars Knoll2018-04-262-102/+14