summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* Add Scope.get_symbol_table method, patch by Abderrahim KitouniJürg Billeter2009-02-201-0/+4
* Support context-specific error reporting and add a context stack, based onJürg Billeter2009-02-204-12/+48
* Remove ParenthesizedExpression to simmplify ASTJürg Billeter2009-02-189-150/+9
* escape the dynamic keyword, and identifiers starting with a digitAli Sabil2009-02-171-2/+2
* Add support for a 'use_const' CCode attribute and GIDL XML attribute that,Ryan Lortie2009-02-162-0/+15
* only use g_value_set_pointer if the GType of a class is G_TYPE_POINTER;Ryan Lortie2009-02-161-2/+7
* Add error domains to VAPI files, fixes bug 571692Jürg Billeter2009-02-131-1/+1
* Warn when hiding members, support `new' keyword to suppress warning, basedJürg Billeter2009-02-1212-31/+61
* Add base_struct property to Struct class, patch by Andreas BrauchliJürg Billeter2009-02-122-11/+23
* Support `new' as member modifier in parser to prepare support for hidingJürg Billeter2009-02-122-3/+43
* For now, just forbid ref/out paramters on yielding functions since theyRyan Lortie2009-02-121-0/+12
* Fix else if parsing, fixes bug 562632Jürg Billeter2009-02-121-0/+7
* add some .gitignoreRyan Lortie2009-02-111-0/+1
* Bug 571256 – [CCode (async_only = true)] formal parameter annotationRyan Lortie2009-02-112-0/+13
* Recognize c:type attributes in .girJürg Billeter2009-02-113-1/+13
* Bug 571169 – make floating references genericRyan Lortie2009-02-105-5/+46
* Drop experimental support for partial classesJürg Billeter2009-02-081-24/+2
* Write type_id attribute for GBoxed compact classesJürg Billeter2009-02-021-0/+4
* Fix crash on invalid error expressionsJürg Billeter2009-02-011-0/+6
* Support overriding members in .vapi filesJürg Billeter2009-02-011-9/+4
* Report unused internal methodsJürg Billeter2009-01-312-6/+15
* Ensure that classes in implicit namespaces are not private as namespacesJürg Billeter2009-01-302-6/+46
* Honor lower_case_cprefix attribute for property accessors, fixes bugJürg Billeter2009-01-291-2/+2
* Add overriding members to .vapi files, fixes bug 569219Jürg Billeter2009-01-272-11/+10
* Skip overriding methods and properties in member access, fixes defaultJürg Billeter2009-01-271-0/+22
* Fix type of implicit `this' parameter when using genericsJürg Billeter2009-01-241-3/+13
* Do not generate legacy header files when using -HJürg Billeter2009-01-181-0/+7
* Accept `params' as identifier after cast parenthesesJürg Billeter2009-01-171-0/+1
* Add missing include for enum values, fixes bug 531724Jürg Billeter2009-01-172-3/+9
* Fix symbol lookup in constant and field initializers, fixes bug 567760Jürg Billeter2009-01-172-1/+15
* Set formal_target_type to fix constructors using generic parameter types,Jürg Billeter2009-01-171-1/+2
* Do not try to convert from generic pointer twice when accessing genericJürg Billeter2009-01-171-0/+1
* Fix determining relative accessibility, fixes bug 559798Jürg Billeter2009-01-161-11/+16
* Fix bogus errors about missing return type in creation methods, fixes bugJürg Billeter2009-01-161-2/+3
* Do not require libgee to support element access in custom typesJürg Billeter2009-01-163-53/+31
* Report error when returning owned variable in method or property withJürg Billeter2009-01-162-5/+7
* Support vfunc_name attributeJürg Billeter2009-01-161-0/+4
* Do not allow structs to have more than one base type and detect cycles,Jürg Billeter2009-01-167-90/+75
* Detect local variables conflicting with parameters, patch by AndreasJürg Billeter2009-01-163-8/+8
* Fix struct base type error message, patch by Carlos Cadete, fixes bugJürg Billeter2009-01-161-1/+1
* Add array_length_cexpr CCode attribute for fields with constant arrayJürg Billeter2009-01-161-0/+32
* Support void ref functionsJürg Billeter2009-01-161-0/+3
* Use `internal' accessibility for namespace members by defaultJürg Billeter2009-01-162-6/+6
* Track usage of creation methods to avoid bogus warnings from the flowJürg Billeter2009-01-151-0/+5
* Accept numbers with characters as identifiers where possibleJürg Billeter2009-01-151-3/+19
* Improve output for owned property gettersJürg Billeter2009-01-141-2/+2
* Improve syntax error message when expecting declarationJürg Billeter2009-01-141-0/+2
* Remove obsolete vala.hJürg Billeter2009-01-132-87/+0
* Add -H command-line option to generate C header file for public API, stubJürg Billeter2009-01-131-0/+5
* Fix crash when assigning to dynamic propertiesJürg Billeter2009-01-112-4/+4