index
:
delta/qt5/qtdeclarative.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
animation-refactor
api_changes
baserock/morph
baserock/v5.3.0
baserock/v5.6.0
dev
old/5.0
old/5.1
old/5.2
personal/shausman/type-inference
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
release
stable
statemachine
textng
visuallistmodel
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qt6
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/v4
wip/visuallistmodel
wip/webassembly
code.qt.io: qt/qtdeclarative.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qml
/
compiler
/
qv4codegen_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QML: Allow pragmas with multiple values
Ulf Hermann
2023-02-22
1
-0
/
+1
*
QML: Do not crash on CallWithSpread
Ulf Hermann
2022-11-22
1
-1
/
+3
*
QML: Require TDZ checks variables declared in case blocks
Ulf Hermann
2022-11-15
1
-0
/
+11
*
QML: Fix the most blatant TDZ violations
Ulf Hermann
2022-11-14
1
-1
/
+4
*
Replace CallElement with separate instructions
Ulf Hermann
2022-11-07
1
-1
/
+5
*
Remove some dead code
Ulf Hermann
2022-09-29
1
-8
/
+0
*
QML: Optimize QObject method calls
Ulf Hermann
2022-09-20
1
-5
/
+20
*
QmlCompiler: Handle trivial signal handler constructions
Ulf Hermann
2022-07-07
1
-2
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
qml: Rename Q_QMLCOMPILER_EXPORT to Q_QML_COMPILER_EXPORT
Maximilian Goldstein
2022-03-24
1
-2
/
+2
*
Avoid conflicts with Windows headers
Volker Hilsheimer
2021-11-09
1
-3
/
+3
*
Fix linkage of defaultCodegenWarningInterface
Fabian Kosmale
2021-08-10
1
-1
/
+1
*
CodegenWarningInterface: Add missing virtual dtor
Fabian Kosmale
2021-08-05
1
-0
/
+1
*
Properly mark function in header as inline
Fabian Kosmale
2021-08-05
1
-1
/
+1
*
qmllint: Move use-before-declaration warning out of checkidentifiers
Maximilian Goldstein
2021-08-04
1
-2
/
+17
*
qv4codegen: Provide more accurate SourceLocations
Maximilian Goldstein
2021-07-14
1
-3
/
+8
*
qv4bytecodegenerator: Supply SourceLocations in compiler context
Maximilian Goldstein
2021-07-13
1
-1
/
+1
*
qv4codegen: Fix codecheker warning about invalid base references
Maximilian Goldstein
2021-04-14
1
-0
/
+1
*
Implement optional chaining
Maximilian Goldstein
2021-04-13
1
-3
/
+18
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-3
/
+3
*
Restore offset/length in QQmlJS::DiagnosticMessage
Simon Hausmann
2020-03-02
1
-6
/
+6
*
Split compiler and runtime more clearly
Ulf Hermann
2019-07-11
1
-2
/
+1
*
Disentangle includes and namespaces
Ulf Hermann
2019-07-11
1
-134
/
+136
*
Add basic type annotation support for QML functions to the grammar
Simon Hausmann
2019-07-09
1
-0
/
+2
*
Simplify codegen error handling
Ulf Hermann
2019-07-04
1
-5
/
+14
*
Simplify errors and diagnostics
Ulf Hermann
2019-06-14
1
-3
/
+2
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-06-11
1
-4
/
+15
|
\
|
*
Don't add local for anonymous function's "name"
Ulf Hermann
2019-05-21
1
-4
/
+15
*
|
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-1
/
+2
*
|
Remove QUrl-related special casing in the compiler
Ulf Hermann
2019-05-10
1
-2
/
+0
*
|
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-3
/
+2
*
|
Make sure we don't include qv4stackframe_p.h in qmldevtools
Ulf Hermann
2019-05-10
1
-1
/
+1
*
|
Move compileModule() into qv4codegen.cpp
Ulf Hermann
2019-05-08
1
-0
/
+6
|
/
*
Remove dead compile time QML context/scope property and id object code
Simon Hausmann
2019-03-20
1
-57
/
+1
*
Implement dummy QML lookups for "global" variables
Simon Hausmann
2019-03-20
1
-1
/
+4
*
Fix up global name determination when compiling ahead of time
Simon Hausmann
2019-03-15
1
-0
/
+1
*
Unify the JavaScript parsing recursion checks
Ulf Hermann
2019-03-15
1
-27
/
+6
*
Save some stack space during code generation
Ulf Hermann
2019-03-14
1
-13
/
+75
*
Don't optimize global lookups if fast QML lookups are disabled
Ulf Hermann
2019-02-13
1
-1
/
+3
*
Merge remote-tracking branch 'origin/5.12.0' into 5.12
Qt Forward Merge Bot
2018-12-07
1
-0
/
+6
|
\
|
*
Generate lookups into the global object more aggressively
Lars Knoll
2018-11-16
1
-0
/
+6
*
|
JS: Limit expression and statement nesting level
Erik Verbruggen
2018-11-29
1
-0
/
+25
*
|
Create proper template objects for tagged templates
Lars Knoll
2018-11-05
1
-1
/
+1
|
/
*
Fix possibly uninitialized use of union
Erik Verbruggen
2018-10-09
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Liang Qi
2018-10-08
1
-0
/
+4
|
\
|
*
Mark QML captured scope/context loads as having side effects
Erik Verbruggen
2018-10-04
1
-0
/
+4
*
|
Make Codegen::Reference movable
Erik Verbruggen
2018-10-07
1
-3
/
+4
*
|
Trim some #includes
Erik Verbruggen
2018-10-07
1
-9
/
+0
*
|
ES7: Detect Tail Position Calls and pass that to the runtime
Erik Verbruggen
2018-10-04
1
-0
/
+26
*
|
Fix thisObject when calling super properties
Lars Knoll
2018-08-31
1
-1
/
+1
[next]