aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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-253-14/+71
* Partially support binding patternsLars Knoll2018-04-255-40/+391
* Some renamingLars Knoll2018-04-252-13/+13
* Correctly check for duplicate parameter namesLars Knoll2018-04-251-0/+12
* ES6: add support for default arguments for function parametersLars Knoll2018-04-253-20/+67
* Implement support for tagged templatesLars Knoll2018-04-255-13/+49
* Add support for ES6 template stringsLars Knoll2018-04-257-138/+285
* Disentangle some includes by moving QQmlJS::Directives into qqmljsengine_p.hLars Knoll2018-04-252-27/+28
* Get rid of qlalr generated filesLars Knoll2018-04-257-3666/+18
* Remove unused function - convertUnicode()Liang Qi2018-03-071-6/+0
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-031-1/+1
|\
| * Silence a GCC 8 warning in qqmljsparserVille Voutilainen2018-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-279-99/+91
|\|
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-263-21/+13
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-268-86/+86
* | Properly parse identifiers containing chars outside the BMPLars Knoll2018-02-092-42/+77
* | Implement parsing of ECMAScript 6 Unicode escape sequencesLars Knoll2018-02-082-21/+36
* | Unify error handling in decodeUnicodeEscapeSequenceLars Knoll2018-02-081-14/+7
* | Add support for parsing of binary and octal numbersLars Knoll2018-02-083-123/+105
* | Simplify line and column number handling in the lexerLars Knoll2018-02-082-26/+13
|/
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-101-1/+1
* Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-2212-1380/+1634
|\
| * Restore yylval initializationSimon Hausmann2017-08-182-0/+2
| * Support explicit enum value declaration in QMLMichael Brasser2017-08-186-737/+825
| * Initialize members in parserRobert Loehning2017-08-102-0/+2
| * Add support for enum declarations in QMLMichael Brasser2017-07-1311-1380/+1542
* | Remove a couple of references to the IRLars Knoll2017-06-201-1/+2
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+5
|\
| * QQmlComponent: Fix heap buffer overflow with bogus inputPeter Hartmann2017-05-031-0/+5
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-111-6/+10
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-6/+10
| |\
| | * Prospective fix for static builds on Windows with QtQuickCompilerSimon Hausmann2017-03-281-6/+10
* | | parser: Add "let" keyword (& T_LET)Robin Burchell2017-02-036-1076/+1139
* | | Codegen: Disallow const declaration without an initializer expressionRobin Burchell2017-02-021-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-147-1152/+1191
|\|
| * Fix support for namespaced types in property/signal declarationsSimon Hausmann2016-11-306-1151/+1187
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-1/+4
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-1/+4
| | |\
| | | * QML: Check for failing realloc/malloc in the QmlJS memory poolErik Verbruggen2016-11-151-1/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-145-1087/+1201
|\| | |
| * | | Fix support for QML declared default list propertiesSimon Hausmann2016-11-235-1073/+1130
| * | | Fix up QML grammar fileSimon Hausmann2016-11-231-14/+71
* | | | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-2/+2
* | | | Qml: add missing 'override'Anton Kudryavtsev2016-10-061-277/+277
|/ / /
* / / Replace QString::trimmed() with QStringRef::trimmed()Anton Kudryavtsev2016-07-061-1/+1
|/ /
* | Eradicate Q_FOREACH loops from headersMarc Mutz2016-05-111-1/+1
* | Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-3/+3
* | V4: Allow the compiler to inline more small methods.Erik Verbruggen2016-03-201-2/+2