| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark security criticality for most files in qml/parser | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | Qml Language: qqmljs.g remove T_RESERVED_WORD | Dmitrii Akshintsev | 2025-06-12 | 1 | -1/+1 |
| * | QML Language: qqmljs.g update future reserved keywords | Dmitrii Akshintsev | 2025-06-12 | 1 | -0/+12 |
| * | QQmlJS::Lexer: Make Lexer::classify accept QStringView | Dmitrii Akshintsev | 2025-05-26 | 1 | -3/+3 |
| * | qmlformat: Support the final property attribute | Olivier De Cannière | 2025-03-06 | 1 | -0/+1 |
| * | qml: limit qml file size to 2GB or 4GB in parser | Sami Shalayel | 2024-10-09 | 1 | -0/+19 |
| * | qqmljslexer: split T_FUNCTION_STAR into T_FUNCTION and T_STAR | Sami Shalayel | 2024-07-03 | 1 | -56/+0 |
| * | Lexer: Fix spelling error in translatable message | Friedemann Kleint | 2024-06-12 | 1 | -1/+1 |
| * | QQmlJS::Lexer: fix QChar construction from enum | Marc Mutz | 2024-06-05 | 1 | -1/+1 |
| * | QML: Allow numeric separators in numeric literals | Luca Di Sera | 2024-05-08 | 1 | -0/+53 |
| * | qmlls: check user-supplied names on renaming | Sami Shalayel | 2023-08-10 | 1 | -1/+2 |
| * | QQmlJSLexer: make internal helper methods private | Fabian Kosmale | 2023-08-08 | 1 | -0/+11 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
| * | qqmljslexer: add dump to qDebug | Fawzi Mohamed | 2022-08-30 | 1 | -0/+64 |
| * | qml: make lexer line by line & restartable | Fawzi Mohamed | 2022-08-18 | 1 | -219/+351 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | qqmljslexer: Make lexer restartable | Maximilian Goldstein | 2022-02-18 | 1 | -431/+446 |
| * | Implement optional chaining | Maximilian Goldstein | 2021-04-13 | 1 | -0/+4 |
| * | QQmlJSLexer: Add support for peeking one QChar | Fabian Kosmale | 2021-04-13 | 1 | -0/+8 |
| * | Lexer: Drop redundant checks | Ulf Hermann | 2021-02-19 | 1 | -7/+5 |
| * | Uniformly support shebang | Fawzi Mohamed | 2021-02-15 | 1 | -0/+14 |
| * | qtdeclarative: finish fixing compilation with explicit QChar(int) | David Faure | 2020-11-07 | 1 | -1/+1 |
| * | Use qstrntod instead of qstrtod | hjk | 2020-08-10 | 1 | -4/+2 |
| * | Fix compilation with newer qtbase | Fabian Kosmale | 2020-08-06 | 1 | -4/+2 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -4/+4 |
| * | Fix lexer line number if code contains continuation strings | Christian Stenger | 2020-06-12 | 1 | -1/+4 |
| * | QtQml: Use unicode character literals | Ulf Hermann | 2020-06-03 | 1 | -166/+165 |
| * | Fix line number for follow-up lines in strings | Christian Stenger | 2020-05-01 | 1 | -1/+3 |
| * | Fix lexer handling of escape sequences in string | Christian Stenger | 2020-05-01 | 1 | -0/+1 |
| * | Also support partly specified versions in JS .imports | Ulf Hermann | 2020-03-18 | 1 | -20/+17 |
| * | Restore offset/length in QQmlJS::DiagnosticMessage | Simon Hausmann | 2020-03-02 | 1 | -4/+4 |
| * | add annotations to QML | Fawzi Mohamed | 2020-01-31 | 1 | -0/+2 |
| * | qml/parser: Implement nullish coalescing | Maximilian Goldstein | 2019-12-05 | 1 | -1/+8 |
| * | qqmljs.g: reduce number of conflicts | Fabian Kosmale | 2019-09-03 | 1 | -28/+54 |
| * | Move the memory pool into the common code | Ulf Hermann | 2019-07-08 | 1 | -1/+1 |
| * | extend grammar for better version parsing support | Fabian Kosmale | 2019-07-04 | 1 | -4/+56 |
| * | Simplify errors and diagnostics | Ulf Hermann | 2019-06-14 | 1 | -38/+23 |
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12 | Qt Forward Merge Bot | 2018-12-07 | 1 | -1/+1 |
| |\ |
|
| | * | QML Lexer: Stop scanning template literals on closing '`'v5.12.0-rc2v5.12.0-rc1v5.12.0 | Ulf Hermann | 2018-11-19 | 1 | -1/+1 |
| * | | Also store the raw string value for template strings in the lexer | Lars Knoll | 2018-11-02 | 1 | -22/+45 |
| |/ |
|
| * | Cleanup RegExpObject | Lars Knoll | 2018-08-15 | 1 | -0/+1 |
| * | Enable unicode regular expressions | Lars Knoll | 2018-08-10 | 1 | -0/+1 |
| * | Fix grammar for ES modules | Lars Knoll | 2018-08-02 | 1 | -2/+2 |
| * | Fix multi line string literals using backquotes | Lars Knoll | 2018-05-26 | 1 | -1/+1 |
| * | Add some basic support for for-of loops | Lars Knoll | 2018-05-09 | 1 | -0/+1 |
| * | Added support for generator functions and yield expressions to the AST | Lars Knoll | 2018-04-27 | 1 | -0/+1 |
| * | Don't fail on pre increment operator after a newline | Lars Knoll | 2018-04-27 | 1 | -2/+2 |
| * | Implement support for the ** and **= operators | Lars Knoll | 2018-04-26 | 1 | -0/+4 |
| * | Fix tokenizer to generate arrow and exponentiation tokens | Lars Knoll | 2018-04-25 | 1 | -0/+6 |
| * | Add yield as a keyword | Lars Knoll | 2018-04-25 | 1 | -1/+1 |