| Commit message (Expand) | Author | Age | Files | Lines |
* | vala: Set proper source_reference for implicit "this" and "result" variables | Rico Tzschichholz | 2021-02-27 | 1 | -1/+1 |
* | vala: Make use of new printf-like API of Report.*() | Rico Tzschichholz | 2020-10-26 | 1 | -1/+1 |
* | vala: Let methods return an unowned reference to internal collections | Rico Tzschichholz | 2019-09-30 | 1 | -4/+4 |
* | vala: Support static methods in error-domains | Rico Tzschichholz | 2019-07-30 | 1 | -0/+8 |
* | vala: Report error for error-domains without any code | Rico Tzschichholz | 2018-07-12 | 1 | -0/+6 |
* | Drop trailing spaces/tabs | Rico Tzschichholz | 2018-03-27 | 1 | -3/+3 |
* | Drop C specific methods from the code tree | Luca Bruno | 2011-08-01 | 1 | -110/+0 |
* | Drop Symbol.process_experimental_attribute | Luca Bruno | 2011-08-01 | 1 | -2/+0 |
* | Drop Symbol.process_deprecated_attribute | Luca Bruno | 2011-08-01 | 1 | -2/+0 |
* | Add support for [Experimental] attribute | Marco Trevisan (Treviño) | 2011-03-15 | 1 | -0/+2 |
* | Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter | Jürg Billeter | 2010-10-28 | 1 | -3/+3 |
* | Rename FormalParameter to Parameter | Jürg Billeter | 2010-10-28 | 1 | -1/+1 |
* | Refactor parser to avoid parse_*_member methods | Jürg Billeter | 2010-08-21 | 1 | -2/+2 |
* | girparser: Add support for parsing error domains | Philip Withnall | 2010-08-12 | 1 | -2/+8 |
* | Add support for [Deprecated] attribute | Evan Nemerson | 2010-06-15 | 1 | -0/+2 |
* | Drop ReadOnly* collection classes | Jürg Billeter | 2010-03-20 | 1 | -2/+2 |
* | Do not use Gee namespace to avoid conflict with libgee | Jürg Billeter | 2009-10-12 | 1 | -5/+4 |
* | Comment handling improvements | Florian Brosch | 2009-09-04 | 1 | -2/+2 |
* | Warn when hiding members, support `new' keyword to suppress warning, based | Jürg Billeter | 2009-02-12 | 1 | -7/+1 |
* | Add BooleanType, EnumValueType, FloatingType, and StructValueType as | Jürg Billeter | 2009-01-03 | 1 | -2/+2 |
* | Remove unnecessary accept calls in semantic analyzer | Jürg Billeter | 2008-11-10 | 1 | -1/+7 |
* | Move type symbol checking to code nodes | Jürg Billeter | 2008-11-07 | 1 | -0/+14 |
* | Use constructor chaining instead of helper method | Jürg Billeter | 2008-10-27 | 1 | -3/+1 |
* | Support type checks for error domains and error codes | Jürg Billeter | 2008-10-25 | 1 | -1/+1 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 1 | -0/+1 |
* | Use Gee.List instead of Gee.Collection to improve iteration performance | Juerg Billeter | 2008-05-29 | 1 | -4/+4 |
* | s/Typesymbol/TypeSymbol/ | Juerg Billeter | 2008-05-26 | 1 | -1/+1 |
* | Add support for class constructors, class fields, and class methods, fixes | Juerg Billeter | 2008-04-23 | 1 | -1/+1 |
* | report warning when using null literal as return expression of method | Juerg Billeter | 2008-04-14 | 1 | -5/+5 |
* | fix build when using non-null types | Juerg Billeter | 2008-04-13 | 1 | -3/+3 |
* | deprecate construct as parameter modifier, fixes bug 524138 | Juerg Billeter | 2008-04-13 | 1 | -1/+3 |
* | report warning when using obsolete syntax for non-null types | Juerg Billeter | 2008-04-13 | 1 | -9/+9 |
* | Separate errordomain from enum declaration, fixes bug 512616 | Juerg Billeter | 2008-02-07 | 1 | -0/+217 |