index
:
delta/vala.git
0.10
0.10-parallel
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.34
0.36
0.38
0.40
0.42
0.44
0.46
0.48
0.50
0.52
0.54
0.56
0.6
0.8
1270-remove-static-codecontext-access
685-remove-context-from-semantic-analyzer
786-add-gir-version-annotation
abstract-interpreter
b0.26
baserock/bootstrap
baserock/temp/3de261fa3d9a492394bb1cba4ca3dc96/e42b3a0c9f3b4711b3c318884acf952b
baserock/temp/a4c9e066389d40e59c4919a6a7211ca4/eec3556bb9ab488cbd7dca2f70fe674e
baserock/temp/c6d1a483a0014a309c9e7f1a684b0d1d/b9065c09818c45858bd8f37d3f5ae058
baserock/tiagogomes/armv8l64
bug615830
bug713240
bug736774
emit-j
gsource
main
master
master.msvc
meson-msvc
mjog/glib_tz_identifier
mjog/jsc_object_add_property
mjog/webkit-usermessage-nullables
staging
tests
tintou/dbus-coverage
tintou/gdbus-properties
tintou/gdk4-headers
tintou/libusb-1.0
tintou/ptr-array-foreach
tintou/sealed
tintou/test-digit
tintou/update-valadoc-style
vala-0-2
vala-0-4
wip/682_array_methods_refactor
wip/abi
wip/alsa
wip/arch-defines
wip/array-helper
wip/async-out
wip/attribute-expression
wip/baedert/nullable
wip/beniofel/transform
wip/bug567269
wip/bug615830
wip/bug769229
wip/callabletype
wip/ci
wip/class-posix
wip/code-transformer
wip/cpp
wip/dbusgen
wip/defines
wip/devhelp-internal
wip/direct-generics
wip/docbook-manual
wip/docs
wip/error-gtype
wip/explicit-class-access
wip/fixed-arrays
wip/foreach
wip/gdk-pixbuf
wip/gee
wip/generics
wip/generics-constraints
wip/genie
wip/gettext
wip/gio-2.0
wip/girparser
wip/girparser2
wip/glib-2-50
wip/glib-2.32
wip/gnu
wip/gobject-2.0
wip/gobjectgir
wip/gsk
wip/gsl
wip/gtask
wip/gtimezone
wip/gtk
wip/gtk-gvalue
wip/gtk4
wip/gtkgir
wip/gtktemplate
wip/gtkunixprint
wip/housekeeping
wip/issue/1043
wip/issue/1061
wip/issue/1062
wip/issue/1073
wip/issue/1094
wip/issue/1121
wip/issue/1128
wip/issue/1167
wip/issue/1177
wip/issue/1222
wip/issue/1429
wip/issue/160
wip/issue/278
wip/issue/327
wip/issue/370
wip/issue/395
wip/issue/442
wip/issue/601
wip/issue/606
wip/issue/607
wip/issue/658
wip/issue/764
wip/issue/777
wip/issue/839
wip/issue/871
wip/issue/894
wip/issue/996
wip/javascript
wip/juergbi
wip/key-constants
wip/libgsf
wip/libgsf-1-gir
wip/libgtop-2.0
wip/limited-generics
wip/listmodel
wip/manpages
wip/manual
wip/merge-valadoc
wip/meson
wip/mickey/posix-profile
wip/mjog/valadoc-style-ephy
wip/news
wip/nm-bindings
wip/null-conditional
wip/printer
wip/profile-posix
wip/queue-0.41
wip/ricotz/lsp-rev
wip/sdl2
wip/singleton
wip/strings
wip/test-bindings
wip/tests
wip/tintou/dbus-autogen
wip/tintou/glib
wip/tintou/gst-static-caps
wip/tintou/libarchive-v3
wip/tintou/linux-connector
wip/tintou/more-tests
wip/tintou/source-file-remove-code-context
wip/tintou/tests
wip/tintou/update-valadoc-style
wip/transform
wip/transform-ast
wip/traverse-visitor
wip/type-args
wip/unicode
wip/valadate
wip/valadoc
wip/valaparser
wip/valgrind
wip/vapicheck
wip/x-version
x-version
gitlab.gnome.org: GNOME/vala.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vala
/
valadatatype.vala
Commit message (
Expand
)
Author
Age
Files
Lines
*
vala: Add GenericSymbol interface for symbols supporting type-parameters
Rico Tzschichholz
2023-04-11
1
-6
/
+2
*
vala: Improve error message for wrong number of type-arguments
Rico Tzschichholz
2023-04-08
1
-2
/
+2
*
vala: Non nullable enum types are simple types
Rico Tzschichholz
2021-12-16
1
-0
/
+3
*
vala: Allow unsafe assignment of integer to enum while reporting a notice
Rico Tzschichholz
2021-12-16
1
-0
/
+3
*
Set TypeParameter as symbol of GenericType
Rico Tzschichholz
2021-10-01
1
-3
/
+2
*
vala: Add optional SourceReference parameter to DataType classes
Rico Tzschichholz
2021-09-29
1
-1
/
+2
*
vala: Replace all type parameter occurances in parameters for signal delegate
Rico Tzschichholz
2021-03-10
1
-0
/
+32
*
vala: Move type-argument/-parameter count check to DataType.check_type_argume...
Rico Tzschichholz
2021-03-07
1
-0
/
+45
*
vala: Add missing null-check in DataType.get_type_signature()
Rico Tzschichholz
2021-03-07
1
-1
/
+6
*
girparser: Minor improvement to field getter detection
Rico Tzschichholz
2021-01-14
1
-2
/
+4
*
vala: Add support for type narrowing
Rico Tzschichholz
2020-11-11
1
-3
/
+12
*
Fix various typos in comments and strings
Rico Tzschichholz
2020-08-19
1
-1
/
+1
*
vala: Reduce calls of CodeContext.get()
Rico Tzschichholz
2020-06-11
1
-4
/
+6
*
vala: Consider boolean types are compatible with each other
Rico Tzschichholz
2020-04-01
1
-0
/
+4
*
vala: Check before accessing "name" of parent_symbol which might be null
Rico Tzschichholz
2019-12-09
1
-1
/
+1
*
vala: Fix compatible/disposable check between structs and their subtypes
Rico Tzschichholz
2019-10-04
1
-0
/
+5
*
vala: Micro optimizations
Rico Tzschichholz
2019-09-30
1
-3
/
+3
*
vala: Drop DelegateType.to_qualified_string() which is duplicated code
Rico Tzschichholz
2019-09-30
1
-2
/
+0
*
vala: Unify backing symbol instance of data-types
Rico Tzschichholz
2019-09-30
1
-1
/
+14
*
vala: Rename DataType.data_type property to DataType.type_symbol
Rico Tzschichholz
2019-09-30
1
-35
/
+35
*
vala: Let DataType.get_return_type() return an unowned reference
Rico Tzschichholz
2019-09-30
1
-1
/
+1
*
vala: Let methods return an unowned reference to internal collections
Rico Tzschichholz
2019-09-30
1
-4
/
+4
*
codegen: Move get_type_signature() to DataType
Rico Tzschichholz
2019-03-22
1
-0
/
+70
*
vala: Allow get_actual_type() to be used for expected failures
Rico Tzschichholz
2018-12-20
1
-1
/
+1
*
vala: Add GenericType.get_actual_type()
Rico Tzschichholz
2018-12-20
1
-5
/
+1
*
vala: Don't replace assignments for local variables with non-null simple-types
Rico Tzschichholz
2018-11-22
1
-1
/
+1
*
vala: Check for matching ownership of type-arguments
Rico Tzschichholz
2018-11-07
1
-1
/
+23
*
vala: Use is_weak() for type-arguments in DataType.to_qualified_string()
Rico Tzschichholz
2018-11-04
1
-1
/
+1
*
vala: Drop DataType.is_array() and use usual type check as anywhere else
Rico Tzschichholz
2018-10-31
1
-4
/
+0
*
Reintroduce POSIX profile
Rico Tzschichholz
2018-05-08
1
-1
/
+1
*
vala: Transform Struct.*_rank() methods into "rank" property
Rico Tzschichholz
2018-04-26
1
-1
/
+1
*
Drop trailing spaces/tabs
Rico Tzschichholz
2018-03-27
1
-7
/
+7
*
Move type_parameter property to GenericType
Rico Tzschichholz
2017-12-06
1
-5
/
+0
*
vala: Convert last non-type-check-based usages of GenericType instances
Rico Tzschichholz
2017-12-06
1
-7
/
+7
*
Allow to pass compatible delegates to signal.connect()
Rico Tzschichholz
2017-11-19
1
-4
/
+0
*
Improve error while method is incompatible with delegate
Rico Tzschichholz
2017-09-02
1
-0
/
+10
*
vala: Check type arguments in DataType.equals
Matthias Berndt
2016-10-06
1
-0
/
+11
*
Fix type checking when using generics in combination with subtyping
Matthias Berndt
2016-09-28
1
-12
/
+7
*
Fix type parameter check for overriding generic methods
Jürg Billeter
2016-09-26
1
-4
/
+4
*
Recursively infer generic type arguments
Simon Werbeck
2014-11-17
1
-0
/
+18
*
Fix crash due to not copying a type
Luca Bruno
2013-10-17
1
-4
/
+3
*
Revert "Set parent_node and always copy datatype when assigned to code nodes."
Luca Bruno
2013-10-07
1
-4
/
+2
*
Set parent_node and always copy datatype when assigned to code nodes.
Luca Bruno
2013-10-06
1
-2
/
+4
*
Drop POSIX profile
Jürg Billeter
2012-08-06
1
-1
/
+1
*
Drop Dova profile
Jürg Billeter
2012-08-06
1
-5
/
+0
*
Check accessibility of type arguments
Luca Bruno
2012-01-14
1
-0
/
+5
*
Move DataType.get_cdeclarator_suffix to the codegen
Luca Bruno
2011-08-04
1
-4
/
+0
*
Drop C specific methods from the code tree
Luca Bruno
2011-08-01
1
-62
/
+9
*
Use accept_children in DataType
Luca Bruno
2011-05-29
1
-2
/
+4
*
Write delegates as qualified types in code writer
Ryan Lortie
2011-03-15
1
-0
/
+2
[next]