| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compile errors when using postconditions | Jürg Billeter | 2009-01-10 | 1 | -2/+2 |
* | 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/+8 |
* | Fix method checking with generic base types, fixes bug 511286 | Jürg Billeter | 2008-11-28 | 1 | -2/+14 |
* | Various coroutine code generation improvements | Jürg Billeter | 2008-11-21 | 1 | -1/+1 |
* | Ensure that members are checked when accessing them, fixes bug 561018 | Jürg Billeter | 2008-11-17 | 1 | -0/+15 |
* | Report unused fields, methods, and local variables | Jürg Billeter | 2008-11-14 | 1 | -1/+59 |
* | Remove unnecessary accept calls in semantic analyzer | Jürg Billeter | 2008-11-10 | 1 | -1/+27 |
* | Ensure attributes of field, property, parameter, and return types are | Jürg Billeter | 2008-11-09 | 1 | -0/+2 |
* | Move method checking to Method.check | Jürg Billeter | 2008-11-06 | 1 | -0/+148 |
* | Add experimental support for yield statements and coroutines | Jürg Billeter | 2008-11-01 | 1 | -2/+2 |
* | Parse yield statements | Jürg Billeter | 2008-11-01 | 1 | -0/+2 |
* | Use constructor chaining instead of helper method | Jürg Billeter | 2008-10-27 | 1 | -4/+2 |
* | Add CCodeMethodModule and DBusModule | Jürg Billeter | 2008-10-24 | 1 | -4/+0 |
* | Always chain up to base constructor when possible, add | Jürg Billeter | 2008-10-11 | 1 | -0/+9 |
* | Generate code for construct functions in preparation to support base | Jürg Billeter | 2008-10-11 | 1 | -1/+1 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 1 | -2/+1 |
* | Generate a type_real_name function also for abstract methods to warn from | Raffaele Sandrini | 2008-07-11 | 1 | -3/+3 |
* | Use Gee.List instead of Gee.Collection to improve iteration performance | Juerg Billeter | 2008-05-29 | 1 | -6/+6 |
* | Add support for overriding default method handlers of signals that have | Juerg Billeter | 2008-05-28 | 1 | -0/+14 |
* | Compute Method.base_method and Property.base_property when needed so that | Juerg Billeter | 2008-05-28 | 1 | -2/+87 |
* | Track error types that expressions can throw, based on patch by Jared | Juerg Billeter | 2008-05-25 | 1 | -29/+10 |
* | 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 | -9/+1 |
* | Improve support for dynamic types, add `dynamic' type modifier, port | Juerg Billeter | 2008-04-20 | 1 | -0/+12 |
* | Replace [Import] attribute by `extern' keyword, rename `is_imported' | Juerg Billeter | 2008-04-20 | 1 | -2/+0 |
* | Use lazy initialization for code bindings | Juerg Billeter | 2008-04-19 | 1 | -0/+4 |
* | Rename VariableDeclarator to LocalVariable, remove | Juerg Billeter | 2008-04-16 | 1 | -2/+2 |
* | fix method compatibility checks, based on patch by Andreas Brauchli, fixes | Juerg Billeter | 2008-04-13 | 1 | -18/+29 |
* | 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 | -13/+13 |
* | support main function in root namespace, fixes bug 516950 | Juerg Billeter | 2008-02-24 | 1 | -1/+4 |
* | change my email from rasa@gmx.ch to raffaele@sandrini.ch fix pervious | Raffaele Sandrini | 2008-02-19 | 1 | -1/+1 |
* | fix memory management of parameters with ownership transfer, fixes bug | Juerg Billeter | 2008-02-15 | 1 | -1/+10 |
* | Support flexible position of array length and delegate target parameters, | Juerg Billeter | 2008-02-06 | 1 | -9/+36 |
* | build control flow graph, report error for missing return statement in | Juerg Billeter | 2008-01-23 | 1 | -1/+5 |
* | add basic support for method pre- and postconditions | Juerg Billeter | 2008-01-15 | 1 | -2/+59 |
* | replace Invokable interface by DelegateType, MethodType, and SignalType | Juerg Billeter | 2007-12-14 | 1 | -9/+1 |
* | move unresolved type information from DataType into new UnresolvedType | Juerg Billeter | 2007-12-02 | 1 | -1/+22 |
* | rename TypeReference to DataType | Juerg Billeter | 2007-12-02 | 1 | -10/+10 |
* | add support for inline methods | Juerg Billeter | 2007-11-28 | 1 | -0/+5 |
* | support creation methods in structs, replace InstanceByReference method | Juerg Billeter | 2007-09-15 | 1 | -9/+1 |
* | update license headers to the GNU Lesser General Public License, version | Juerg Billeter | 2007-09-07 | 1 | -1/+1 |
* | rename MemberAccessibility to SymbolAccessibility and move its declaration | Juerg Billeter | 2007-08-30 | 1 | -8/+0 |
* | ensure that the error domains match when comparing two methods for | Juerg Billeter | 2007-08-28 | 1 | -1/+13 |
* | consider sentinel information provide sentinel information for functions | Mathias Hasselmann | 2007-08-16 | 1 | -0/+22 |
* | add vfunc_name attribute, patch by Philip Van Hoof | Juerg Billeter | 2007-08-09 | 1 | -0/+20 |
* | add experimental D-Bus client support | Juerg Billeter | 2007-08-06 | 1 | -7/+1 |
* | add check to report an error on invalid method_header and method_body | Raffaele Sandrini | 2007-07-28 | 1 | -0/+8 |