aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add partial support for computed property namesLars Knoll2018-04-267-19/+74
* | Don't error on duplicate property names in object literalsLars Knoll2018-04-262-23/+3
* | Add support for shorthand property names in object literalsLars Knoll2018-04-262-6/+12
* | Fix recurring test failure on some Linux systemsLars Knoll2018-04-261-2/+8
* | Fix length property of Function objectsLars Knoll2018-04-267-8/+26
* | More correct iteration over the ASTLars Knoll2018-04-262-5/+7
* | Clean up handling of the 'caller' propertyLars Knoll2018-04-266-23/+12
* | Add support for arrow functionsLars Knoll2018-04-269-68/+147
* | Fix some bugs in binding destructuringLars Knoll2018-04-267-16/+42
* | Update to the latest version of the ecmascript test suiteLars Knoll2018-04-264-210/+9553
* | 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-2655-374/+523
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-2655-374/+523
| |\|
| | * Make the test pass on my high resolution screenLars Knoll2018-04-251-1/+1
| | * Fix QQuickListViewPrivate::snapItemAt for lists with spacingJohan Klokkhammer Helsing2018-04-253-1/+50
| | * Make the shared test code independent of QtQmlUlf Hermann2018-04-2413-52/+44
| | * Use different buffer for indices and vertices only in the WebGL pluginJesus Fernandez2018-04-245-89/+54
| | * Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-2417-204/+329
| | * Update submodule now that I've fixed the actual bug hereEdward Welbourne2018-04-231-0/+0
| | * 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-2639-127/+110
* | | Fix issue where updated text in layout is not correctly rewrappedEskil Abrahamsen Blomfeldt2018-04-264-17/+76
|/ /
* | Fix crashes when parsing some invalid JSLars Knoll2018-04-252-15/+14
* | Fix an assertion in the codegenLars Knoll2018-04-251-1/+1
* | Support static as a keyword in class definitionsLars Knoll2018-04-253-6/+34
* | Fix tokenizer to generate arrow and exponentiation tokensLars Knoll2018-04-251-0/+6
* | Bring JS grammar in line with ES7 specLars Knoll2018-04-2520-2304/+2570
* | Don't try to verify the AST after parse errorsLars Knoll2018-04-251-6/+5
* | Don't do a forced lookup by nameLars Knoll2018-04-251-1/+1
* | Rename JSIdentifer to IdentifierReferenceLars Knoll2018-04-251-41/+44
* | Add yield as a keywordLars Knoll2018-04-254-57/+89
* | Cleanup the qqmljs.g fileLars Knoll2018-04-251-220/+63
* | Support for destructuring arraysLars Knoll2018-04-254-26/+96
* | Partially support binding patternsLars Knoll2018-04-2513-97/+486
* | Get rid of the AST::FunctionDeclaration member in QmlIR::FunctionLars Knoll2018-04-252-31/+12