aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-25154-316/+723
|\
| * Remove dead test - compilerwarningsLiang Qi2018-06-221-38/+0
| * Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-226-12/+116
| * Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-226-25/+220
| * PacketProtocol: Explicitly transmit packet sizes in little endianUlf Hermann2018-06-221-5/+15
| * Doc: Correct QML type for FolderListModel.folderPaul Wicking2018-06-211-4/+4
| * Fix crash in binding setup during async load from a LoaderErik Verbruggen2018-06-211-1/+4
| * Script::parse(): improve "function expressions as statement" error msgMitch Curtis2018-06-201-3/+4
| * Fix transitive includeUlf Hermann2018-06-201-0/+2
| * CMake: fix bad argument quoting when calling rccRolf Eike Beer2018-06-191-1/+1
| * revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-195-18/+3
| * qmlcachegen: Remove superfluous semicolons from generated codeJoerg Bornemann2018-06-191-2/+2
| * Fix CONFIG+=qtquickcompiler with umlauts in the file pathSimon Hausmann2018-06-198-10/+88
| * Attempt to stabilize tst_qquickwindow::openglContextCreatedSignalSimon Hausmann2018-06-191-1/+1
| * Fix support for QTQUICK_COMPILER_SKIPPED_RESOURCESSimon Hausmann2018-06-191-0/+12
| * Merge "Merge remote-tracking branch 'origin/5.11.1' into 5.11" into refs/stag...Simon Hausmann2018-06-191-0/+56
| |\
| | * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-191-0/+56
| | |\
| | | * Add changes file for Qt 5.11.1v5.11.1Antti Kokko2018-06-151-0/+56
| * | | Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-19121-192/+192
| * | | Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* | | | Fix crash with the QQuickRenderControl and deleteLaterDavid Edmundson2018-06-241-1/+0
* | | | Clean up finally code genSimon Hausmann2018-06-231-5/+4
* | | | Add run time assertion for local handlingSimon Hausmann2018-06-231-0/+2
* | | | Fix remaining failues with qjstest --jitSimon Hausmann2018-06-223-2/+24
* | | | Fix language/expressions/equals/coerce-symbol-to-prim-return-prim.js with JITSimon Hausmann2018-06-222-129/+122
* | | | Improve GC safety of compare functionSimon Hausmann2018-06-221-5/+32
* | | | Tests: Guard against corner cases in profiler service testUlf Hermann2018-06-221-0/+14
* | | | QmlDebug tests: Return the right value from connect(...)Ulf Hermann2018-06-223-35/+83
* | | | Add missing 'we mean it' warning to private headerKai Koehne2018-06-221-0/+11
* | | | QQmlDebugConnector: Don't complain about new pluginKey if it's unchangedUlf Hermann2018-06-224-7/+1
* | | | Enable perf map writing on all platformsErik Verbruggen2018-06-211-3/+1
* | | | Check that toObject() didn't failLars Knoll2018-06-211-0/+2
* | | | Extend V4's Math object with methods new in ES6Edward Welbourne2018-06-213-81/+206
* | | | Add support for ReflectLars Knoll2018-06-217-136/+365
* | | | Add support for function calls with spreadLars Knoll2018-06-2111-88/+235
* | | | Get rid of LoadElement and LoadProperty instruction overloadsLars Knoll2018-06-218-87/+34
* | | | Unify DeleteMember and DeleteSubscript instructionsLars Knoll2018-06-219-92/+34
* | | | Get rid of the unused JumpEmpty instructionLars Knoll2018-06-218-37/+0
* | | | Add support for spread expressions in Array literalsLars Knoll2018-06-213-65/+140
* | | | Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-218-9/+255
* | | | Variables declared in strict eval code don't all escapeLars Knoll2018-06-211-1/+1
* | | | QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-216-5/+58
* | | | Fix const expressions containing destructuring patternsLars Knoll2018-06-213-69/+1
* | | | Fix array destructuring nested in a rest elementLars Knoll2018-06-213-67/+23
* | | | Fix more issues with destructuringLars Knoll2018-06-215-93/+60
* | | | Remove some dead codeLars Knoll2018-06-213-28/+0
* | | | Fix handling of elisions in destructuring expressionsLars Knoll2018-06-216-48/+17
* | | | Fix more test failures for destructuring expressionsLars Knoll2018-06-212-56/+6
* | | | Correctly set the name of anonymous functions in most casesLars Knoll2018-06-212-168/+6
* | | | Allow a trailing comma in parameter listsLars Knoll2018-06-212-32/+19