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
/
qmlcompiler
/
qqmljstyperesolver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlCompiler: Optimize list manipulations
Ulf Hermann
2023-05-10
1
-18
/
+10
*
QmlCompiler: Re-allow conversion from QObject to QString
Ulf Hermann
2023-05-09
1
-1
/
+1
*
QmlCompiler: Do not crash when converting number literals to enums
Ulf Hermann
2023-05-04
1
-0
/
+4
*
QmlCompiler: Relax shadowing check
Ulf Hermann
2023-05-02
1
-0
/
+13
*
QmlCompiler: Remove emptyListType
Ulf Hermann
2023-04-28
1
-9
/
+2
*
QmlCompiler: Implement ConvertThisToObject and basic DTZ
Ulf Hermann
2023-04-25
1
-0
/
+1
*
QmlCompiler: Recognize QStringList and QVariantList as special lists
Ulf Hermann
2023-04-24
1
-0
/
+19
*
QmlCompiler: Allow conversion from QQmlListProperty to QList
Ulf Hermann
2023-04-24
1
-0
/
+6
*
QmlCompiler: Don't crash on bad list type in signature
Ulf Hermann
2023-04-19
1
-2
/
+4
*
QmlCompiler: Merge bool and any pointer type into the pointer type
Ulf Hermann
2023-04-15
1
-2
/
+2
*
QmlCompiler: Support more integer types
Ulf Hermann
2023-03-30
1
-33
/
+67
*
TypeResolver: Allow conversions from string to QDate and QTime
Olivier De Cannière
2023-03-29
1
-5
/
+3
*
QmlCompiler: Enforce sanity of type adjustments in basic blocks pass
Ulf Hermann
2023-03-11
1
-8
/
+17
*
QmlCompiler: Allow coercing anything to bool
Ulf Hermann
2023-03-10
1
-0
/
+4
*
QmlCompiler: Use value type ctors
Ulf Hermann
2023-03-09
1
-5
/
+53
*
QML: Allow as-casting to value types
Ulf Hermann
2023-03-03
1
-6
/
+72
*
QmlCompiler: Implement get lookup of variantMap properties
Olivier De Cannière
2023-02-22
1
-10
/
+19
*
qmllint: Fix attached property re-use detection
Ulf Hermann
2023-02-14
1
-0
/
+6
*
QML DOM: Remove support for Qt < 6.5
Fabian Kosmale
2023-01-30
1
-6
/
+0
*
QmlCompiler: Wrap sequences with unknown elemnts in QVariantList
Ulf Hermann
2023-01-23
1
-0
/
+1
*
QmlCompiler: Handle various date and time conversions correctly
Ulf Hermann
2023-01-17
1
-0
/
+15
*
QmlCompiler: Fix various kinds of enum lookup
Ulf Hermann
2022-12-02
1
-0
/
+4
*
QmlCompiler: Don't crash on CallWithSpread
Ulf Hermann
2022-11-22
1
-0
/
+7
*
QmlCompiler: Allow lists as arguments to methods
Ulf Hermann
2022-11-10
1
-125
/
+54
*
QmlCompiler: Enforce consistency of ContextualTypes
Ulf Hermann
2022-11-02
1
-22
/
+24
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-20
1
-8
/
+4
*
qmlcompiler: refactor ContextualTypes to know its context
Sami Shalayel
2022-10-14
1
-19
/
+21
*
QmlCompiler: Properly check contained type for enums
Ulf Hermann
2022-10-12
1
-1
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-2
/
+2
*
QmlCompiler: Prevent lookup of value type where we need an object type
Ulf Hermann
2022-08-30
1
-73
/
+64
*
QmlCompiler: Implement remaining operators
Ulf Hermann
2022-08-29
1
-25
/
+33
*
QmlCompiler: Add more informative warning for unknown object types
Ulf Hermann
2022-08-24
1
-3
/
+13
*
QmlCompiler: Add a uint type and properly integrate float
Ulf Hermann
2022-08-03
1
-2
/
+8
*
QmlCompiler: Allow any conversion possible via QJSPrimitiveValue
Ulf Hermann
2022-08-03
1
-0
/
+4
*
QmlCompiler: Generate correct code for non-double constants
Ulf Hermann
2022-08-03
1
-1
/
+1
*
QmlCompiler: Recognize script types when looking up members
Ulf Hermann
2022-07-22
1
-0
/
+6
*
QmlCompiler: Support conversions between QString and QByteArray
Ulf Hermann
2022-07-22
1
-1
/
+9
*
QmlCompiler: Extend all sequence types with JS Array
Ulf Hermann
2022-07-19
1
-3
/
+17
*
qmljscompiler: Replace categories with more specific warning ids
Maximilian Goldstein
2022-07-08
1
-4
/
+3
*
QmlCompiler: Allow wrapping enums into int
Ulf Hermann
2022-07-07
1
-3
/
+3
*
QmlCompiler: Don't crash on unknown list value types
Ulf Hermann
2022-07-06
1
-3
/
+4
*
QQmlJSLogger: Switch to an ID based system
Maximilian Goldstein
2022-06-30
1
-6
/
+6
*
QmlCompiler: Inline translation methods
Ulf Hermann
2022-06-24
1
-2
/
+3
*
fix and add test for DOM standalone build against 6.3
Fawzi Mohamed
2022-06-18
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-27
/
+2
*
QmlCompiler: Don't retrieve metaobjects for value and sequence types
Ulf Hermann
2022-06-10
1
-8
/
+15
*
QmlCompiler: Don't crash when trying to resolve null list types
Ulf Hermann
2022-06-02
1
-0
/
+3
*
QmlCompiler: Add support for LoadElement on strings
Ulf Hermann
2022-05-24
1
-0
/
+2
*
QmlCompiler: Implement LoadElement for value type lists
Ulf Hermann
2022-05-24
1
-9
/
+2
*
QmlCompiler: Do not wrap doubles into QJSPrimitiveValue
Ulf Hermann
2022-05-23
1
-7
/
+2
[next]