summaryrefslogtreecommitdiff
path: root/vala/valaerrordomain.vala
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+7
* Move type symbol checking to code nodesJürg Billeter2008-11-071-0/+14
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-3/+1
* Support type checks for error domains and error codesJürg Billeter2008-10-251-1/+1
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-4/+4
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-261-1/+1
* Add support for class constructors, class fields, and class methods, fixesJuerg Billeter2008-04-231-1/+1
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-5/+5
* fix build when using non-null typesJuerg Billeter2008-04-131-3/+3
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+3
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-9/+9
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-0/+217