summaryrefslogtreecommitdiff
path: root/vala/valaerrortype.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Add optional SourceReference parameter to DataType classesRico Tzschichholz2021-09-291-2/+1
* vala: Rely on DataType.to_qualified_string() implementation for error-typesRico Tzschichholz2021-07-171-16/+0
* Use pre-resolved symbol/type of SemanticAnalyzer if possibleRico Tzschichholz2021-03-051-2/+1
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-1/+1
* vala: Set GLib.Error as symbol of error-types if no error-domain was givenRico Tzschichholz2019-11-091-1/+1
* vala: Micro optimizationsRico Tzschichholz2019-09-301-2/+2
* vala: Unify backing symbol instance of data-typesRico Tzschichholz2019-09-301-3/+6
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-1/+1
* vala: Use global CodeContext to retrieve root_symbolLuca Bruno2019-04-071-2/+1
* Use type-check to determine a GenericTypeRico Tzschichholz2017-12-061-1/+1
* Drop C specific methods from the code treeLuca Bruno2011-08-011-26/+0
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Use G_TYPE_ERROR instead of G_TYPE_POINTER for GLib >= 2.26Sebastian Dröge2010-04-271-1/+5
* Support nullable error types in VAPI filesJürg Billeter2010-02-181-3/+11
* Do not warn about unhandled errors of dynamic method callsJürg Billeter2009-09-131-0/+3
* GError: Include error code in cname of error typeJürg Billeter2009-03-301-1/+3
* Correct source file dependencies for catch clauses, fixes bug 561437Jürg Billeter2008-11-191-0/+7
* Support type checks for error domains and error codesJürg Billeter2008-10-251-4/+17
* Fix memory management of error types, fixes bug 537951Jürg Billeter2008-06-151-1/+10
* fix qualified error type stringJuerg Billeter2008-05-251-1/+1
* Fix handling of const types, fixes bug 529851Juerg Billeter2008-04-261-1/+1
* get D-Bus sample working againJuerg Billeter2008-04-191-1/+1
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-1/+1
* move experimental null reference checking to separate visitorJuerg Billeter2008-04-141-1/+1
* fix build when using non-null typesJuerg Billeter2008-04-131-2/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-2/+2
* never use ClassType for ErrorType instancesJuerg Billeter2008-04-131-0/+5
* implement get_type_idJuerg Billeter2008-04-131-0/+4
* fix access to code and message fields in error types, fixes bug 519648Juerg Billeter2008-04-071-2/+9
* fix gerror_type handling pull in get_lower_case_cname from SymbolRaffaele Sandrini2008-02-241-0/+22
* fix typoRaffaele Sandrini2008-02-231-1/+1
* fix handling of error type parameters in the gobject backend, fix creationRaffaele Sandrini2008-02-231-0/+5
* allow any error type to be cast implicitly to GLib.Error declareRaffaele Sandrini2008-02-231-0/+29
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-0/+38