index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qml
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qml: Rename Expression to CommaExpression in the AST
Olivier De Cannière
7 days
2
-2
/
+2
*
Revert "QtQml: Remove dependency hashing"
Ulf Hermann
8 days
3
-4
/
+11
*
QtQml: Remove dependency hashing
Ulf Hermann
10 days
3
-11
/
+4
*
qmllint: warn about unreachable code
Sami Shalayel
2025-04-25
2
-5
/
+10
*
qmllint: Implement WarnFunctionUsedBeforeDeclaration
Sami Shalayel
2025-04-24
5
-3
/
+21
*
qv4codegen: Track the correct location for assign instructions
Olivier De Cannière
2025-04-14
1
-0
/
+1
*
Make UsesArgumentsObject a scoped enumeration
Luca Di Sera
2025-04-10
4
-20
/
+20
*
Avoid incorrect access to arguments in signal bindings to arrow functions
Luca Di Sera
2025-04-09
1
-0
/
+1
*
QtQml: Drop checks for compile hash and Qt version from the CUs
Ulf Hermann
2025-03-18
1
-3
/
+0
*
QML: Add final property attribute
Olivier De Cannière
2025-03-06
1
-0
/
+1
*
QV4: Reserve a bit in CompiledData::Property
Olivier De Cannière
2025-03-06
1
-6
/
+6
*
qv4compilerscanfunctions: Avoid QList detach
Fabian Kosmale
2025-02-18
1
-1
/
+1
*
Codegen: Make defineFunction non-virtual
Fabian Kosmale
2025-02-18
1
-1
/
+1
*
QtQml: Fix assignment of fileName and URL during compilation
Ulf Hermann
2025-02-04
5
-51
/
+21
*
ExceptionHandler: restore the RO5
Giuseppe D'Angelo
2025-01-20
1
-0
/
+4
*
IR Builder: Fix translation binding parsing
Fabian Kosmale
2025-01-13
1
-0
/
+17
*
QtQml: Generalize the global/illegal names
Ulf Hermann
2024-12-17
4
-107
/
+107
*
QtQml: Update global names
Ulf Hermann
2024-12-13
1
-0
/
+15
*
QtQml: Sort the global, "illegal" names
Ulf Hermann
2024-12-12
1
-42
/
+42
*
QtQml: Model native modules as compilation units
Ulf Hermann
2024-12-06
2
-9
/
+84
*
QmlCompiler: Allow string lookup of composite metatypes again
Ulf Hermann
2024-10-02
1
-0
/
+2
*
QV4: Document bytecode instruction format
Olivier De Cannière
2024-10-01
1
-0
/
+72
*
Bytecode: Fix macro and remove unused defines
Olivier De Cannière
2024-08-01
1
-2
/
+0
*
QtQml: Straighten out some logging categories
Ulf Hermann
2024-06-17
1
-2
/
+2
*
QML: Deprecate coercion on type assertions
Ulf Hermann
2024-05-24
2
-0
/
+14
*
qv4codegen: Store the location of binary expressions
Olivier De Cannière
2024-04-22
2
-5
/
+9
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-1
/
+1
*
QtQml: Make base CU a member of ExecutableCompilationUnit
Ulf Hermann
2024-01-10
4
-15
/
+22
*
Remove the use of Q_QML_COMPILER_PRIVATE_EXPORT
Alexey Edelev
2024-01-09
4
-13
/
+13
*
qv4codegen: Do not call functions on null objects inside optional chains
Olivier De Cannière
2024-01-08
1
-1
/
+1
*
QtQml: Pass Codegen::Reference as reference
Ulf Hermann
2024-01-08
2
-2
/
+2
*
QtQml: Do optional chain finalization also on string-y element lookup
Ulf Hermann
2023-12-20
1
-0
/
+1
*
Engine: Group 'bad' case handling for optional chains
Olivier De Cannière
2023-11-20
2
-160
/
+165
*
Add pragma syntax to support translation context
Lucie Gérard
2023-10-26
3
-0
/
+15
*
Fix compile time qsTranslate with empty context
Ulf Hermann
2023-10-24
1
-4
/
+12
*
bytecode: Dump instruction with src/dest arguments as: Inst Src Dest
Olivier De Cannière
2023-09-15
1
-3
/
+3
*
V4: Eliminate "done" from iterators
Ulf Hermann
2023-09-08
5
-51
/
+80
*
QtQml: Add more fine grained logging categories for qv4codegen.cpp
Ulf Hermann
2023-09-08
1
-3
/
+4
*
qv4codegen: Eliminate redundant SetUnwindHandler for try-catch-finally
Olivier De Cannière
2023-08-30
2
-3
/
+9
*
qv4codegen: Remove redundant jump instruction for coalesce expressions
Olivier De Cannière
2023-08-29
1
-8
/
+2
*
QtQml: Don't generate an unwind handler for for..in loops
Ulf Hermann
2023-08-25
1
-5
/
+6
*
Replace signal name manipulations with QQmlSignalNames
Sami Shalayel
2023-08-15
2
-35
/
+0
*
UndefinedBehavior: fix some things found with -sanitize undefined
Olivier De Cannière
2023-08-01
1
-1
/
+1
*
Compiler: Allow dumping the basic blocks for visualization and debugging
Olivier De Cannière
2023-07-10
3
-121
/
+142
*
QmlCompiler: Allow creation of structured value types
Ulf Hermann
2023-07-06
2
-1
/
+28
*
QML: Revert the default for enforcing function signatures
Ulf Hermann
2023-06-26
1
-2
/
+1
*
QML: Use QQmlType as container for composite types (inline or not)
Ulf Hermann
2023-06-22
1
-0
/
+6
*
V4: Discern between named builtins and optimizations for common types
Ulf Hermann
2023-05-16
2
-23
/
+25
*
QML: Insert aliases in inline components when loading from disk cache
Ulf Hermann
2023-03-15
1
-0
/
+3
*
qv4codegen: Remove static disable_lookup debug aid
Fabian Kosmale
2023-03-11
1
-7
/
+5
[next]