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
/
codegen
/
valagerrormodule.vala
Commit message (
Expand
)
Author
Age
Files
Lines
*
codegen: Let methods return -1 on error by default if possible
Rico Tzschichholz
2018-07-05
1
-2
/
+2
*
codegen: Avoid silent casts if not needed
Rico Tzschichholz
2017-12-14
1
-2
/
+2
*
codegen: Factor out static getters for ccode-attributes
Rico Tzschichholz
2017-11-19
1
-1
/
+1
*
codegen: Unref GLib.AsyncResult on uncaught errors in coroutines
Rico Tzschichholz
2017-04-30
1
-0
/
+4
*
GirWriter: do not generate <errordomain> elements
Florian Brosch
2014-09-02
1
-1
/
+1
*
codegen: put exception checks inside of a G_UNLIKELY
Evan Nemerson
2014-05-27
1
-1
/
+3
*
codegen: Avoid name clashes in the closure struct
Luca Bruno
2011-10-02
1
-1
/
+1
*
codegen: Use CCodeAttribute instead of C specific methods of code nodes
Luca Bruno
2011-08-01
1
-15
/
+15
*
codegen: Add lvalue field to GLibValue
Luca Bruno
2011-07-06
1
-1
/
+1
*
ccodegen: Port the remaining code to use the ccode builder
Luca Bruno
2011-05-05
1
-3
/
+3
*
GError: Use destroy_value in return_with_exception
Luca Bruno
2011-05-04
1
-2
/
+1
*
codegen: Move freeing of locals to append_scope_free method
Jürg Billeter
2011-04-29
1
-0
/
+2
*
codegen: Fix execution order of finally blocks
Maciej Piechotka
2011-04-29
1
-3
/
+1
*
codegen: Use CatchClause.error_variable instead of variable_name
Luca Bruno
2011-04-27
1
-14
/
+3
*
codegen: Free locals before executing finally block
Jürg Billeter
2011-04-27
1
-2
/
+2
*
codegen: Add convenience is_in_coroutine() function
Luca Bruno
2011-01-19
1
-3
/
+3
*
codegen: Add CCodeFunction.add_assignment convenience function
Luca Bruno
2011-01-19
1
-3
/
+3
*
codegen: Limit scope of locals freed on errors thrown from catch clauses
Jürg Billeter
2011-01-13
1
-1
/
+8
*
codegen: Merge append_local_free and append_error_free
Jürg Billeter
2011-01-13
1
-11
/
+13
*
codegen: Fix uncaught errors in constructors and destructors
Jürg Billeter
2010-10-23
1
-1
/
+3
*
codegen: Fix crash when throwing errors from struct constructors
Jürg Billeter
2010-10-21
1
-3
/
+7
*
codegen: Add return_default_value helper method
Jürg Billeter
2010-10-18
1
-6
/
+2
*
codegen: Fix crash on nested try in finally clause
Jürg Billeter
2010-10-16
1
-1
/
+1
*
codegen: Add get_cvalue and set_cvalue helper methods
Jürg Billeter
2010-10-09
1
-2
/
+2
*
Append errordomain doc comments to generated C files
Jürg Billeter
2010-09-30
1
-0
/
+4
*
codegen: Use builder API
Jürg Billeter
2010-09-09
1
-118
/
+69
*
Add CCodeFile.add_function_declaration and CCodeFunction.is_declaration
Jürg Billeter
2010-09-09
1
-1
/
+1
*
Replace CCodeDeclarationSpace by CCodeFile
Jürg Billeter
2010-08-21
1
-6
/
+6
*
Move add_symbol_declaration out of CCodeDeclarationSpace
Jürg Billeter
2010-08-21
1
-1
/
+1
*
codegen: Drop CCodeModule
Jürg Billeter
2010-08-12
1
-10
/
+6
*
Use emit instead of accept and accept_children in code generator
Jürg Billeter
2010-08-10
1
-12
/
+6
*
Fix error propagation in constructor chain up
Jürg Billeter
2010-06-28
1
-2
/
+1
*
Make C code modules and declaration space public
Luca Bruno
2010-04-16
1
-1
/
+1
*
Eliminate unnecessary error check after try statements
Jürg Billeter
2010-03-25
1
-4
/
+4
*
Do not check unexpected errors if there is a general catch clause
Jürg Billeter
2010-02-04
1
-1
/
+8
*
Do not check unexpected errors within finally blocks
Jürg Billeter
2010-02-04
1
-0
/
+15
*
GError: Fix leak when throwing an error in the constructor
Thijs Vermeir
2010-01-27
1
-0
/
+4
*
Do not generate unnecessary error check after throw statement
Jürg Billeter
2010-01-27
1
-2
/
+8
*
Distinguish between unhandled and unexpected errors
Jürg Billeter
2010-01-27
1
-6
/
+32
*
Print error domain and code of uncaught errors
Jürg Billeter
2009-12-15
1
-1
/
+5
*
Clean up unused GError in case of catch statement without arguments
Alexander Bokovoy
2009-10-27
1
-3
/
+10
*
Do not use Gee namespace to avoid conflict with libgee
Jürg Billeter
2009-10-12
1
-1
/
+0
*
GError: Fix error propagation in creation methods
Jürg Billeter
2009-09-30
1
-1
/
+5
*
Fix throwing errors in async methods
Jürg Billeter
2009-09-17
1
-1
/
+1
*
Do not declare private symbols in internal header
Jürg Billeter
2009-09-16
1
-1
/
+3
*
Comment handling improvements
Florian Brosch
2009-09-04
1
-3
/
+0
*
Fix error handling in catch clauses
Jiří Zárevúcky
2009-07-28
1
-27
/
+29
*
Fix jump statements in try with finally
Jiří Zárevúcky
2009-07-28
1
-8
/
+24
*
GAsync: Fix critical warning
Jürg Billeter
2009-07-07
1
-1
/
+1
*
GAsync: Fix uncaught error's return statement
Didier 'Ptitjes
2009-07-03
1
-0
/
+2
[next]