| Commit message (Expand) | Author | Age | Files | Lines |
* | vala: Properly set CodeNode.error when reporting an error | Rico Tzschichholz | 2020-02-10 | 1 | -0/+1 |
* | vala: Don't ignore errors in Parameter and acknowledge them further | Rico Tzschichholz | 2020-02-05 | 1 | -1/+3 |
* | vala: Don't ignore inner errors in Block and acknowledge them further | Rico Tzschichholz | 2019-11-27 | 1 | -1/+1 |
* | vala: Check "this_parameter" if available | Rico Tzschichholz | 2019-11-17 | 1 | -0/+4 |
* | vala: Micro optimizations | Rico Tzschichholz | 2019-09-30 | 1 | -1/+1 |
* | Collect error_types on demand to allow transformations | Luca Bruno | 2018-10-23 | 1 | -8/+16 |
* | Reintroduce POSIX profile | Rico Tzschichholz | 2018-05-08 | 1 | -1/+2 |
* | vala: Variadic constructors without a real first parameter are not allowed | Rico Tzschichholz | 2018-01-24 | 1 | -0/+6 |
* | Drop POSIX profile | Jürg Billeter | 2012-08-06 | 1 | -2/+1 |
* | Drop C specific methods from the code tree | Luca Bruno | 2011-08-01 | 1 | -60/+0 |
* | Move custom_return_type_cname CCode attribute down to Method | Luca Bruno | 2011-06-04 | 1 | -8/+0 |
* | Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter | Jürg Billeter | 2010-10-28 | 1 | -26/+26 |
* | Rename FormalParameter to Parameter | Jürg Billeter | 2010-10-28 | 1 | -2/+2 |
* | Improve consistency in constructor chain up handling | Jürg Billeter | 2010-08-21 | 1 | -1/+11 |
* | Unable to chain up to base constructor is fatal | Jürg Billeter | 2010-08-21 | 1 | -10/+2 |
* | gtk+-2.0, gtk+-3.0: Fix gtk_widget_new binding | Jürg Billeter | 2010-08-12 | 1 | -5/+9 |
* | Drop deprecated support for assigning to construct-only properties | Jürg Billeter | 2010-08-09 | 1 | -26/+1 |
* | dova: Unable to chain up to base constructor is fatal | Jürg Billeter | 2010-06-08 | 1 | -3/+12 |
* | dova: Do not use infix for creation methods of basic types | Jürg Billeter | 2010-06-05 | 1 | -1/+16 |
* | Accept pre- and postconditions for constructors | Marc-André Lureau | 2010-01-20 | 1 | -0/+16 |
* | Also drop dynamic error warning from constructors | Jürg Billeter | 2009-09-13 | 1 | -1/+1 |
* | Comment handling improvements | Florian Brosch | 2009-09-04 | 1 | -2/+2 |
* | Chain up to g_object_new where possible | Jürg Billeter | 2009-09-03 | 1 | -2/+0 |
* | Support creation method chain up to g_object_new | Jürg Billeter | 2009-09-03 | 1 | -0/+5 |
* | Do not chain up creation methods when using construct block | Jürg Billeter | 2009-09-03 | 1 | -2/+2 |
* | gobject-2.0: Add constructor to GLib.Object class | Jürg Billeter | 2009-08-31 | 1 | -2/+2 |
* | Do not chain up constructors when using construct properties | Jürg Billeter | 2009-08-17 | 1 | -1/+18 |
* | Ensure constructors are chained up | Jürg Billeter | 2009-08-16 | 1 | -0/+31 |
* | Replace current_return_type field by property | Jürg Billeter | 2009-08-16 | 1 | -9/+0 |
* | Simplify current symbol tracking | Jürg Billeter | 2009-08-16 | 1 | -9/+0 |
* | Check for unhandled errors in creation methods | Jürg Billeter | 2009-08-15 | 1 | -0/+15 |
* | Warn when hiding members, support `new' keyword to suppress warning, based | Jürg Billeter | 2009-02-12 | 1 | -6/+6 |
* | Fix bogus errors about missing return type in creation methods, fixes bug | Jürg Billeter | 2009-01-16 | 1 | -2/+3 |
* | Ensure that members are checked when accessing them, fixes bug 561018 | Jürg Billeter | 2008-11-17 | 1 | -0/+14 |
* | Remove unnecessary accept calls in semantic analyzer | Jürg Billeter | 2008-11-10 | 1 | -1/+11 |
* | Ensure attributes of field, property, parameter, and return types are | Jürg Billeter | 2008-11-09 | 1 | -2/+5 |
* | Move member checking to code nodes | Jürg Billeter | 2008-11-07 | 1 | -0/+38 |
* | Use constructor chaining instead of helper method | Jürg Billeter | 2008-10-27 | 1 | -4/+1 |
* | Add CCodeMethodModule and DBusModule | Jürg Billeter | 2008-10-24 | 1 | -4/+0 |
* | Support chaining constructors using `base' and `this' | Jürg Billeter | 2008-10-11 | 1 | -4/+10 |
* | Generate code for construct functions in preparation to support base | Jürg Billeter | 2008-10-11 | 1 | -0/+16 |
* | Fix parameter position defaults | Jürg Billeter | 2008-09-25 | 1 | -0/+3 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 1 | -0/+1 |
* | Add support for creation methods with a different (mostly super) type than | Raffaele Sandrini | 2008-07-09 | 1 | -0/+8 |
* | s/Typesymbol/TypeSymbol/ | Juerg Billeter | 2008-05-26 | 1 | -1/+1 |
* | Track error types that expressions can throw, based on patch by Jared | Juerg Billeter | 2008-05-25 | 1 | -2/+2 |
* | Add CCodeCreationMethodBinding and CCodeMethodBinding classes | Juerg Billeter | 2008-04-19 | 1 | -0/+4 |
* | fix build when using non-null types | Juerg Billeter | 2008-04-13 | 1 | -1/+1 |
* | deprecate construct as parameter modifier, fixes bug 524138 | Juerg Billeter | 2008-04-13 | 1 | -1/+4 |
* | report warning when using obsolete syntax for non-null types | Juerg Billeter | 2008-04-13 | 1 | -3/+3 |