summaryrefslogtreecommitdiff
path: root/vala/valaerrordomain.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Set proper source_reference for implicit "this" and "result" variablesRico Tzschichholz2021-02-271-1/+1
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-4/+4
* vala: Support static methods in error-domainsRico Tzschichholz2019-07-301-0/+8
* vala: Report error for error-domains without any codeRico Tzschichholz2018-07-121-0/+6
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* 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