| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix parameter names in the documentation for libvala | Ben Iofel | 2015-11-11 | 1 | -4/+4 |
* | Revert "Set parent_node and always copy datatype when assigned to code nodes." | Luca Bruno | 2013-10-07 | 1 | -1/+1 |
* | Set parent_node and always copy datatype when assigned to code nodes. | Luca Bruno | 2013-10-06 | 1 | -1/+1 |
* | Drop C specific methods from the code tree | Luca Bruno | 2011-08-01 | 1 | -131/+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 |
* | On-demand Delegate.has_target | Luca Bruno | 2011-08-01 | 1 | -4/+17 |
* | Support array_length_type for delegate return values | Michal Hruby | 2011-04-04 | 1 | -0/+8 |
* | Add support for [Experimental] attribute | Marco Trevisan (Treviño) | 2011-03-15 | 1 | -0/+2 |
* | Add support for async signal handlers | Frederik 'playya' Sdun | 2011-03-01 | 1 | -1/+1 |
* | Report error for signal handlers throwing errors | Jürg Billeter | 2010-11-11 | 1 | -1/+16 |
* | Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter | Jürg Billeter | 2010-10-28 | 1 | -8/+8 |
* | Rename FormalParameter to Parameter | Jürg Billeter | 2010-10-28 | 1 | -8/+8 |
* | Report error when trying to use async method as delegate | Jürg Billeter | 2010-10-09 | 1 | -0/+5 |
* | Add Variable class | Jürg Billeter | 2010-07-27 | 1 | -5/+5 |
* | Prepare support for generic delegates | Jürg Billeter | 2010-07-03 | 1 | -4/+19 |
* | Add support for [Deprecated] attribute | Evan Nemerson | 2010-06-15 | 1 | -0/+2 |
* | dova: Support delegates | Jürg Billeter | 2010-06-05 | 1 | -0/+11 |
* | Add [CCode (destroy_notify_pos = ...)] attribute for simple generics | Jürg Billeter | 2010-03-28 | 1 | -1/+2 |
* | Drop ReadOnly* collection classes | Jürg Billeter | 2010-03-20 | 1 | -1/+1 |
* | Do not use Gee namespace to avoid conflict with libgee | Jürg Billeter | 2009-10-12 | 1 | -4/+3 |
* | Comment handling improvements | Florian Brosch | 2009-09-04 | 1 | -2/+2 |
* | Add initial support for generic methods | Jürg Billeter | 2009-06-03 | 1 | -1/+0 |
* | Update code using deprecated # modifier or operator | Jürg Billeter | 2009-04-15 | 1 | -5/+5 |
* | Replace static modifier for delegates by attribute | Jürg Billeter | 2009-04-14 | 1 | -0/+3 |
* | Make sender parameter in signal handlers optional | Jürg Billeter | 2009-04-03 | 1 | -0/+14 |
* | Visit declared error types to resolve symbols | Jürg Billeter | 2009-01-07 | 1 | -0/+4 |
* | Support [CCode (array_null_terminated = true)] attribute to fix length | Jürg Billeter | 2009-01-04 | 1 | -0/+8 |
* | Replace [NoArrayLength] by [CCode (array_length = false)], which can also | Jürg Billeter | 2009-01-04 | 1 | -20/+7 |
* | Support delegates throwing errors, fixes bug 557332 | Jürg Billeter | 2008-12-16 | 1 | -0/+12 |
* | Remove unnecessary accept calls in semantic analyzer | Jürg Billeter | 2008-11-10 | 1 | -1/+9 |
* | Ensure attributes of field, property, parameter, and return types are | Jürg Billeter | 2008-11-09 | 1 | -0/+8 |
* | 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 |
* | Next attempt to correct parameter positions for instance and error | Jürg Billeter | 2008-10-25 | 1 | -1/+2 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 1 | -2/+1 |
* | Improve error message for incompatible signal handlers, fixes bug 535953 | Jürg Billeter | 2008-06-01 | 1 | -0/+48 |
* | s/Typesymbol/TypeSymbol/ | Juerg Billeter | 2008-05-26 | 1 | -1/+1 |
* | Rename FormalParameter.type_reference to FormalParameter.parameter_type | Juerg Billeter | 2008-05-13 | 1 | -1/+1 |
* | Add support for class constructors, class fields, and class methods, fixes | Juerg Billeter | 2008-04-23 | 1 | -2/+2 |
* | report warning when using null literal as return expression of method | Juerg Billeter | 2008-04-14 | 1 | -4/+4 |
* | fix build when using non-null types | Juerg Billeter | 2008-04-13 | 1 | -2/+2 |
* | 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 | -7/+7 |
* | type check initializer lists | Juerg Billeter | 2008-04-07 | 1 | -1/+3 |
* | write and process cheader_filename CCode attribute parameter for delegates | Raffaele Sandrini | 2008-02-25 | 1 | -0/+6 |
* | support [NoArrayLength] attribute for delegates | Juerg Billeter | 2008-02-16 | 1 | -0/+22 |
* | create wrapper functions for methods used as delegates to fix parameter | Juerg Billeter | 2008-02-06 | 1 | -2/+2 |
* | Support flexible position of array length and delegate target parameters, | Juerg Billeter | 2008-02-06 | 1 | -1/+38 |
* | rename Callback to Delegate | Juerg Billeter | 2008-01-12 | 1 | -0/+214 |