| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Scope.get_symbol_table method, patch by Abderrahim Kitouni | Jürg Billeter | 2009-02-20 | 1 | -0/+4 |
* | Support context-specific error reporting and add a context stack, based on | Jürg Billeter | 2009-02-20 | 4 | -12/+48 |
* | Remove ParenthesizedExpression to simmplify AST | Jürg Billeter | 2009-02-18 | 9 | -150/+9 |
* | escape the dynamic keyword, and identifiers starting with a digit | Ali Sabil | 2009-02-17 | 1 | -2/+2 |
* | Add support for a 'use_const' CCode attribute and GIDL XML attribute that, | Ryan Lortie | 2009-02-16 | 2 | -0/+15 |
* | only use g_value_set_pointer if the GType of a class is G_TYPE_POINTER; | Ryan Lortie | 2009-02-16 | 1 | -2/+7 |
* | Add error domains to VAPI files, fixes bug 571692 | Jürg Billeter | 2009-02-13 | 1 | -1/+1 |
* | Warn when hiding members, support `new' keyword to suppress warning, based | Jürg Billeter | 2009-02-12 | 12 | -31/+61 |
* | Add base_struct property to Struct class, patch by Andreas Brauchli | Jürg Billeter | 2009-02-12 | 2 | -11/+23 |
* | Support `new' as member modifier in parser to prepare support for hiding | Jürg Billeter | 2009-02-12 | 2 | -3/+43 |
* | For now, just forbid ref/out paramters on yielding functions since they | Ryan Lortie | 2009-02-12 | 1 | -0/+12 |
* | Fix else if parsing, fixes bug 562632 | Jürg Billeter | 2009-02-12 | 1 | -0/+7 |
* | add some .gitignore | Ryan Lortie | 2009-02-11 | 1 | -0/+1 |
* | Bug 571256 – [CCode (async_only = true)] formal parameter annotation | Ryan Lortie | 2009-02-11 | 2 | -0/+13 |
* | Recognize c:type attributes in .gir | Jürg Billeter | 2009-02-11 | 3 | -1/+13 |
* | Bug 571169 – make floating references generic | Ryan Lortie | 2009-02-10 | 5 | -5/+46 |
* | Drop experimental support for partial classes | Jürg Billeter | 2009-02-08 | 1 | -24/+2 |
* | Write type_id attribute for GBoxed compact classes | Jürg Billeter | 2009-02-02 | 1 | -0/+4 |
* | Fix crash on invalid error expressions | Jürg Billeter | 2009-02-01 | 1 | -0/+6 |
* | Support overriding members in .vapi files | Jürg Billeter | 2009-02-01 | 1 | -9/+4 |
* | Report unused internal methods | Jürg Billeter | 2009-01-31 | 2 | -6/+15 |
* | Ensure that classes in implicit namespaces are not private as namespaces | Jürg Billeter | 2009-01-30 | 2 | -6/+46 |
* | Honor lower_case_cprefix attribute for property accessors, fixes bug | Jürg Billeter | 2009-01-29 | 1 | -2/+2 |
* | Add overriding members to .vapi files, fixes bug 569219 | Jürg Billeter | 2009-01-27 | 2 | -11/+10 |
* | Skip overriding methods and properties in member access, fixes default | Jürg Billeter | 2009-01-27 | 1 | -0/+22 |
* | Fix type of implicit `this' parameter when using generics | Jürg Billeter | 2009-01-24 | 1 | -3/+13 |
* | Do not generate legacy header files when using -H | Jürg Billeter | 2009-01-18 | 1 | -0/+7 |
* | Accept `params' as identifier after cast parentheses | Jürg Billeter | 2009-01-17 | 1 | -0/+1 |
* | Add missing include for enum values, fixes bug 531724 | Jürg Billeter | 2009-01-17 | 2 | -3/+9 |
* | Fix symbol lookup in constant and field initializers, fixes bug 567760 | Jürg Billeter | 2009-01-17 | 2 | -1/+15 |
* | Set formal_target_type to fix constructors using generic parameter types, | Jürg Billeter | 2009-01-17 | 1 | -1/+2 |
* | Do not try to convert from generic pointer twice when accessing generic | Jürg Billeter | 2009-01-17 | 1 | -0/+1 |
* | Fix determining relative accessibility, fixes bug 559798 | Jürg Billeter | 2009-01-16 | 1 | -11/+16 |
* | Fix bogus errors about missing return type in creation methods, fixes bug | Jürg Billeter | 2009-01-16 | 1 | -2/+3 |
* | Do not require libgee to support element access in custom types | Jürg Billeter | 2009-01-16 | 3 | -53/+31 |
* | Report error when returning owned variable in method or property with | Jürg Billeter | 2009-01-16 | 2 | -5/+7 |
* | Support vfunc_name attribute | Jürg Billeter | 2009-01-16 | 1 | -0/+4 |
* | Do not allow structs to have more than one base type and detect cycles, | Jürg Billeter | 2009-01-16 | 7 | -90/+75 |
* | Detect local variables conflicting with parameters, patch by Andreas | Jürg Billeter | 2009-01-16 | 3 | -8/+8 |
* | Fix struct base type error message, patch by Carlos Cadete, fixes bug | Jürg Billeter | 2009-01-16 | 1 | -1/+1 |
* | Add array_length_cexpr CCode attribute for fields with constant array | Jürg Billeter | 2009-01-16 | 1 | -0/+32 |
* | Support void ref functions | Jürg Billeter | 2009-01-16 | 1 | -0/+3 |
* | Use `internal' accessibility for namespace members by default | Jürg Billeter | 2009-01-16 | 2 | -6/+6 |
* | Track usage of creation methods to avoid bogus warnings from the flow | Jürg Billeter | 2009-01-15 | 1 | -0/+5 |
* | Accept numbers with characters as identifiers where possible | Jürg Billeter | 2009-01-15 | 1 | -3/+19 |
* | Improve output for owned property getters | Jürg Billeter | 2009-01-14 | 1 | -2/+2 |
* | Improve syntax error message when expecting declaration | Jürg Billeter | 2009-01-14 | 1 | -0/+2 |
* | Remove obsolete vala.h | Jürg Billeter | 2009-01-13 | 2 | -87/+0 |
* | Add -H command-line option to generate C header file for public API, stub | Jürg Billeter | 2009-01-13 | 1 | -0/+5 |
* | Fix crash when assigning to dynamic properties | Jürg Billeter | 2009-01-11 | 2 | -4/+4 |