summaryrefslogtreecommitdiff
path: root/vala/valaerrordomain.vala
Commit message (Expand)AuthorAgeFilesLines
* Drop C specific methods from the code treeLuca Bruno2011-08-011-110/+0
* Drop Symbol.process_experimental_attributeLuca Bruno2011-08-011-2/+0
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-2/+0
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+2
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-3/+3
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* Refactor parser to avoid parse_*_member methodsJürg Billeter2010-08-211-2/+2
* girparser: Add support for parsing error domainsPhilip Withnall2010-08-121-2/+8
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+2
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-2/+2
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-5/+4
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Warn when hiding members, support `new' keyword to suppress warning, basedJürg Billeter2009-02-121-7/+1
* Add BooleanType, EnumValueType, FloatingType, and StructValueType asJürg Billeter2009-01-031-2/+2
* 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