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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vala: Admit that structs are emtpy even with a static property
Rico Tzschichholz
2018-11-29
1
-10
/
+12
*
vala: Don't emit member access of assignments on static properties
Rico Tzschichholz
2018-11-28
1
-1
/
+1
*
vala: Make check_arguments() more verbose and don't bail on first error
Rico Tzschichholz
2018-11-27
1
-6
/
+8
*
vala: Type check for errors require an error expression
Rico Tzschichholz
2018-11-27
1
-0
/
+6
*
vala: Add missing re-check guards for Do/For/WhileStatement and SwitchLabel
Rico Tzschichholz
2018-11-27
4
-5
/
+48
*
vala: Move setting of default defines for VALA_0_XX and GLIB_2_XX to Context
Rico Tzschichholz
2018-11-24
1
-10
/
+69
*
vala: Don't replace assignments for local variables with non-null simple-types
Rico Tzschichholz
2018-11-22
2
-7
/
+5
*
vala: Minor clean up assignment to binary expression transformation
Rico Tzschichholz
2018-11-22
1
-14
/
+17
*
vala: Use DataType.get_type_arguments()
Rico Tzschichholz
2018-11-21
2
-2
/
+2
*
vala: Add Delegate/Method/ObjectTypeSymbol.has_type_parameters() and use them
Rico Tzschichholz
2018-11-21
6
-5
/
+17
*
parser: Use comment which was already retrieved in parse_declaration()
Rico Tzschichholz
2018-11-20
1
-2
/
+9
*
vala: Fix bootstrap with valac >= 0.16.1
Rico Tzschichholz
2018-11-17
1
-6
/
+6
*
vala: Compact classes don't allow private/class fields and to lock fields
Rico Tzschichholz
2018-11-17
3
-0
/
+30
*
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
2
-21
/
+33
*
genieparser: Use dedicated Class.add_constructor/destructor() methods
Rico Tzschichholz
2018-11-17
1
-36
/
+2
*
vala: Use new to_string() methods of enumerations in CodeWriter
Rico Tzschichholz
2018-11-15
1
-109
/
+11
*
vala: Add AssignmentOperator.to_string()
Rico Tzschichholz
2018-11-15
1
-19
/
+19
*
vala: Add SymbolAccessibility.to_string()
Rico Tzschichholz
2018-11-15
1
-1
/
+11
*
vala: Add UnaryOperator.to_string()
Rico Tzschichholz
2018-11-15
1
-16
/
+17
*
vala: Add BinaryOperator.to_string()
Rico Tzschichholz
2018-11-15
1
-28
/
+28
*
vala: Copy CCode instance_pos argument from virtual/abstract base methods
Rico Tzschichholz
2018-11-08
1
-0
/
+2
*
vala: Add CodeNode.copy_attribute_*() helper methods
Rico Tzschichholz
2018-11-08
1
-0
/
+64
*
vala: Check for matching ownership of type-arguments
Rico Tzschichholz
2018-11-07
1
-1
/
+23
*
vala: Don't check for GLib.Variant casting in POSIX profile
Rico Tzschichholz
2018-11-06
1
-1
/
+2
*
vala: Use is_weak() for type-arguments in DataType.to_qualified_string()
Rico Tzschichholz
2018-11-04
3
-3
/
+3
*
vala: Drop "explicit" from ValaSourceFile and use "from_commandline"
Rico Tzschichholz
2018-11-03
2
-6
/
+1
*
vala: Fix TokenType.HASH.to_string()
Rico Tzschichholz
2018-11-03
2
-2
/
+2
*
vala: Add ArrayType.length_type and ArrayCreationExpression.length_type
Rico Tzschichholz
2018-11-02
4
-16
/
+96
*
vala: Drop DataType.is_array() and use usual type check as anywhere else
Rico Tzschichholz
2018-10-31
3
-9
/
+1
*
vala: Let UsingDirective hold reference to UnresolvedSymbol instances only
Rico Tzschichholz
2018-10-27
1
-1
/
+20
*
vala: Implement get_*_variables() for ConditionalExpression
Rico Tzschichholz
2018-10-24
1
-0
/
+12
*
vala: Don't navigate the resolver tree if a node has been checked already
Luca Bruno
2018-10-24
1
-0
/
+174
*
vala: Make source_reference optional for ObjectCreationExpression
Rico Tzschichholz
2018-10-24
1
-1
/
+1
*
vala: Implement check() for StatementList
Rico Tzschichholz
2018-10-24
1
-0
/
+9
*
vala: DataType for GLib.Error should be should resolved as ErrorType
Rico Tzschichholz
2018-10-23
1
-2
/
+7
*
vala: Add some missing type copying
Rico Tzschichholz
2018-10-23
2
-5
/
+5
*
vala: Fix and add more to_string() methods to expressions
Luca Bruno
2018-10-23
16
-2
/
+137
*
vala: Add source_reference to local variable of catch-clause
Rico Tzschichholz
2018-10-23
1
-1
/
+1
*
vala: Fix several AST construction/parenting issues
Rico Tzschichholz
2018-10-23
14
-17
/
+124
*
vala: Add missing replace_expression() implementations
Luca Bruno
2018-10-23
9
-0
/
+72
*
Recurse arguments when getting error types for method calls
Luca Bruno
2018-10-23
1
-0
/
+4
*
Collect error_types on demand to allow transformations
Luca Bruno
2018-10-23
35
-214
/
+352
*
vala: Always analyze nodes after they are inserted into the AST
Luca Bruno
2018-10-23
5
-10
/
+11
*
valaparser: Don't allow to declare array parameters with "type array[]"
Rico Tzschichholz
2018-10-20
1
-1
/
+6
*
vala: Move nullable setting of LocalVariable with reference type to check()
Rico Tzschichholz
2018-10-17
2
-15
/
+13
*
Add support for SingleInstance attribute for GObject classes
Rico Tzschichholz
2018-10-17
2
-0
/
+35
*
Drop deprecated syntax support of # modifier and operator
Rico Tzschichholz
2018-09-22
2
-42
/
+0
*
Drop deprecated syntax support of += and -= for signals
Rico Tzschichholz
2018-09-22
1
-77
/
+25
*
Move some errors from signal-module to the semantic-analyzer pass
Rico Tzschichholz
2018-09-22
3
-5
/
+32
[next]