summaryrefslogtreecommitdiff
path: root/vala/valaerrorcode.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Emit GType definition for error domainsRico Tzschichholz2022-02-241-0/+16
* vala: Improve source documentationRico Tzschichholz2020-05-271-1/+1
* vala: Allow direct access to the integer constants of an error-domainRico Tzschichholz2019-01-121-0/+20
* vala: Fix several AST construction/parenting issuesRico Tzschichholz2018-10-231-1/+11
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* Drop C specific methods from the code treeLuca Bruno2011-08-011-41/+0
* Allow setting cname of ErrorCode.Luca Bruno2011-04-041-2/+29
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* GError: Include error code in cname of error typeJürg Billeter2009-03-301-0/+4
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move type symbol checking to code nodesJürg Billeter2008-11-071-0/+12
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-6/+2
* Support type checks for error domains and error codesJürg Billeter2008-10-251-7/+2
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+2
* Set source_reference for error codesJürg Billeter2008-07-011-2/+4
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-2/+5
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-5/+5
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-0/+77