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
/
valastruct.vala
Commit message (
Expand
)
Author
Age
Files
Lines
*
vala: Add GenericSymbol interface for symbols supporting type-parameters
Rico Tzschichholz
2023-04-11
1
-1
/
+5
*
vala: Drop SemanticAnalyzer.is_type_accessible()
Rico Tzschichholz
2021-11-06
1
-1
/
+1
*
vala: Add accessibility check of type for constants and structs base type
Rico Tzschichholz
2021-11-06
1
-0
/
+6
*
vala: Improve semantic check of simple type structs
Rico Tzschichholz
2021-04-15
1
-0
/
+3
*
vala: Set proper source_reference for implicit "this" and "result" variables
Rico Tzschichholz
2021-02-27
1
-3
/
+3
*
vala: Don't allow disposable SimpleType structs
Rico Tzschichholz
2021-01-27
1
-0
/
+4
*
vala: Make use of new printf-like API of Report.*()
Rico Tzschichholz
2020-10-26
1
-4
/
+4
*
vala: Improve detection of recursive struct declarations
Princeton Ferro
2020-01-29
1
-3
/
+6
*
vala: Unify "this_parameter" creation using SemanticAnalyzer.get_this_type()
Rico Tzschichholz
2019-11-17
1
-3
/
+5
*
vala: Fix compatible/disposable check between structs and their subtypes
Rico Tzschichholz
2019-10-04
1
-0
/
+4
*
vala: Micro optimizations
Rico Tzschichholz
2019-09-30
1
-7
/
+7
*
vala: Rename DataType.data_type property to DataType.type_symbol
Rico Tzschichholz
2019-09-30
1
-2
/
+2
*
vala: Let methods return an unowned reference to internal collections
Rico Tzschichholz
2019-09-30
1
-10
/
+10
*
vala: Allow null-type as intializer for static struct fields
Rico Tzschichholz
2018-11-30
1
-2
/
+2
*
vala: Report dedicated error for static field/property initializer in struct
Rico Tzschichholz
2018-11-29
1
-0
/
+18
*
vala: Admit that structs are emtpy even with a static property
Rico Tzschichholz
2018-11-29
1
-10
/
+12
*
vala: Remove superfluous return_if_fail()
Rico Tzschichholz
2018-11-17
1
-2
/
+0
*
vala: Clean up constructor/destructor API of Class/Struct
Rico Tzschichholz
2018-11-17
1
-2
/
+2
*
Replace `%s` with `%s' in format strings of output messages
Rico Tzschichholz
2018-08-08
1
-1
/
+1
*
codegen: Handle delegate_target attribute of fields
Rico Tzschichholz
2018-05-31
1
-0
/
+1
*
vala: Don't return null if no rank attribute was found
Rico Tzschichholz
2018-05-14
1
-0
/
+1
*
vala: Transform Struct.*_rank() methods into "rank" property
Rico Tzschichholz
2018-04-26
1
-34
/
+32
*
Drop trailing spaces/tabs
Rico Tzschichholz
2018-03-27
1
-11
/
+11
*
Fix parameter names in the documentation for libvala
Ben Iofel
2015-11-11
1
-2
/
+0
*
Report an error when parsing non-public struct fields
Luca Bruno
2014-08-11
1
-1
/
+0
*
Drop Dova profile
Jürg Billeter
2012-08-06
1
-4
/
+1
*
Drop C specific methods from the code tree
Luca Bruno
2011-08-01
1
-364
/
+7
*
Drop destroy_function dependency from Struct.is_disposable
Luca Bruno
2011-08-01
1
-1
/
+1
*
Drop Symbol.process_experimental_attribute
Luca Bruno
2011-08-01
1
-2
/
+0
*
Drop Symbol.process_deprecated_attribute
Luca Bruno
2011-08-01
1
-2
/
+0
*
On-demand Struct.is_immutable
Luca Bruno
2011-08-01
1
-3
/
+12
*
On-demand Struct.decimal_floating_type
Luca Bruno
2011-08-01
1
-14
/
+7
*
On-demand Struct.signed
Luca Bruno
2011-08-01
1
-10
/
+13
*
On-demand Struct.width
Luca Bruno
2011-08-01
1
-7
/
+23
*
On-demand Struct.rank
Luca Bruno
2011-08-01
1
-7
/
+13
*
On-demand Struct.is_floating_type
Luca Bruno
2011-08-01
1
-8
/
+8
*
On-demand Struct.is_integer_type
Luca Bruno
2011-08-01
1
-8
/
+8
*
On-demand Struct.is_boolean_type
Luca Bruno
2011-08-01
1
-13
/
+8
*
On-demand Struct.is_simple_type
Luca Bruno
2011-08-01
1
-9
/
+11
*
Remove code that references unused ByRef and InstanceByReference
Luca Bruno
2011-06-25
1
-4
/
+0
*
Add support for [Experimental] attribute
Marco Trevisan (Treviño)
2011-03-15
1
-0
/
+2
*
Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter
Jürg Billeter
2010-10-28
1
-13
/
+13
*
Rename FormalParameter to Parameter
Jürg Billeter
2010-10-28
1
-2
/
+2
*
Support take_value_function for structs
Jürg Billeter
2010-10-19
1
-1
/
+32
*
Write GIR version 1.2 instead of version 1.1
Evan Nemerson
2010-09-15
1
-0
/
+8
*
Refactor parser to avoid parse_*_member methods
Jürg Billeter
2010-08-21
1
-4
/
+4
*
dova: Fix default values for boolean and numeric types
Jürg Billeter
2010-08-06
1
-0
/
+9
*
Add Variable class
Jürg Billeter
2010-07-27
1
-3
/
+3
*
Support derived structs with no fields, report an error otherwise
Luca Bruno
2010-06-28
1
-4
/
+13
*
Add support for [Deprecated] attribute
Evan Nemerson
2010-06-15
1
-0
/
+2
[next]