aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-0215-51/+53
* Fix destructuring of arrow function parametersLars Knoll2018-05-023-31/+54
* Properly set names of most anonymous functionsLars Knoll2018-05-024-4/+67
* Fix crashes when parsing functions with no parametersSimon Hausmann2018-05-024-8/+8
* Internally document the VME abbreviationMitch Curtis2018-04-271-0/+4
* Support destructuring assignmentsLars Knoll2018-04-275-38/+266
* Add support for destructuring variable declarationsLars Knoll2018-04-273-34/+44
* Use a PatternElement for VariableDeclarationsLars Knoll2018-04-2710-100/+67
* Rework the AST for Literals and destructuring expressionsLars Knoll2018-04-2710-639/+408
* 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-277-14/+180
* 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-271-0/+2
* Don't fail on pre increment operator after a newlineLars Knoll2018-04-271-2/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-2723-161/+279
|\
| * Fix crash when using drag with Drag.AutomaticFriedemann Kleint2018-04-262-3/+12
| * Clarify ownership around QQmlEngine::setNAMFMårten Nordheim2018-04-261-0/+2
| * 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-269-2/+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-261-1/+14
* | Add partial support for computed property namesLars Knoll2018-04-266-7/+74
* | Don't error on duplicate property names in object literalsLars Knoll2018-04-261-15/+3
* | Add support for shorthand property names in object literalsLars Knoll2018-04-261-1/+12
* | Fix length property of Function objectsLars Knoll2018-04-266-4/+26
* | More correct iteration over the ASTLars Knoll2018-04-261-1/+7
* | Clean up handling of the 'caller' propertyLars Knoll2018-04-264-16/+8
* | Add support for arrow functionsLars Knoll2018-04-267-19/+140
* | Fix some bugs in binding destructuringLars Knoll2018-04-266-3/+42
* | Minor V4 data structure cleanupSimon Hausmann2018-04-262-9/+3
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-04-2633-209/+337
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-2633-209/+337
| |\|
| | * Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-251-1/+6
| | * Use different buffer for indices and vertices only in the WebGL pluginJesus Fernandez2018-04-245-89/+54
| | * Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-2411-92/+232
| | * Make QPacketProtocol independent of QmlUlf Hermann2018-04-2315-24/+44
| | * Build fix for -no-feature-testlibPasi Petäjäjärvi2018-04-232-4/+4
* | | Minor cleanup in QQmlRefPointerSimon Hausmann2018-04-261-0/+16
* | | Clean up manual reference counting of QQmlQmldirDataSimon Hausmann2018-04-262-25/+9
* | | Clean up manual reference counting of blob dependenciesSimon Hausmann2018-04-262-12/+16
* | | Clean up manual reference counting of QQmlScriptDataSimon Hausmann2018-04-265-15/+8
* | | Clean up manual reference counting of QQmlScriptBlobSimon Hausmann2018-04-262-28/+20
* | | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-2633-119/+102
* | | Fix issue where updated text in layout is not correctly rewrappedEskil Abrahamsen Blomfeldt2018-04-262-17/+31
|/ /