summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
...
* Forbid non-constant initializers for static fields in compact classesSimon Werbeck2014-08-291-0/+6
* Fix critical when using binary expression in a generics contextLuca Bruno2014-08-291-0/+1
* build: Avoid using ".." for referencing paths and reorganize valac-callsRico Tzschichholz2014-08-241-6/+13
* Error on non-const field initializer in namespaceSimon Werbeck2014-08-231-0/+6
* Report warning instead of error for private struct fieldsLuca Bruno2014-08-211-1/+1
* parser: Report error only for private instance fields in structsLuca Bruno2014-08-141-4/+5
* Report an error when parsing non-public struct fieldsLuca Bruno2014-08-112-2/+6
* Add some missing get_used_variables methodsSimon Werbeck2014-08-114-0/+24
* Detect format string errors when instancing errorsSimon Werbeck2014-07-073-141/+168
* Mark regular expression literals as stableJürg Billeter2014-06-301-4/+0
* Fix comparison of nullable value typesSimon Werbeck2014-06-301-6/+6
* Fix previous 6c36eb4 commitLuca Bruno2014-06-281-1/+1
* codewriter: Do not write (unowned string)[] for constantsLuca Bruno2014-06-281-1/+1
* non-nullable: Accessing array methods is safe when the array is nullLuca Bruno2014-06-181-1/+2
* girparser: only replace ref/unref funcs with better matchesEvan Nemerson2014-06-041-2/+2
* girparser: use identifier prefix from GIR when appropriateLuca Bruno2014-06-031-6/+31
* girparser: handle multiple identifier-prefixes in namespacesEvan Nemerson2014-05-301-1/+12
* girparser: don't deprecate children of deprecated containersEvan Nemerson2014-05-281-7/+57
* girparser: improve support for changing symbol types away from instanceEvan Nemerson2014-05-281-3/+8
* girparser: support return_void metadata argumentEvan Nemerson2014-05-281-3/+6
* Support explicit interface methods implementationLuca Bruno2014-05-183-16/+83
* Fix gir and gidl bindings due to (unowned type)[] arraysLuca Bruno2014-05-171-1/+6
* Revert "girparser: Make array element type owned by default"Luca Bruno2014-05-171-1/+0
* girparser: Make array element type owned by defaultLuca Bruno2014-05-171-0/+1
* Fix writing vapis with (unowned type)[]Luca Bruno2014-05-171-2/+7
* Support (unowned type)[] syntax for transfer-container arraysLuca Bruno2014-05-171-66/+128
* girparser: grok "nullable"Ryan Lortie2014-05-061-3/+6
* codegen: Fix local and field names starting with a digitSimon Werbeck2014-04-061-1/+0
* girparser: reset cheader_filenames before parsing a girLuca Bruno2014-04-051-0/+1
* girparser: Support interface aliasesLuca Bruno2014-03-311-0/+10
* Support non-literal length in fixed-size arraysSimon2014-03-304-18/+29
* Hide internal methods in ABIMaciej Piechotka2014-03-241-0/+5
* Accept single ellipsis parameter for instance methodsRichard Wiedenhöft2014-03-161-2/+2
* codewriter: Emit 'unowned' keyword for local variablesSimon2014-03-141-0/+3
* girparser: Add array_null_terminated, fixes hand-written change in gioLuca Bruno2014-03-021-8/+14
* build: Fix missing backslashes in listsStef Walter2014-03-021-1/+1
* girparser: Shut warning about unused experimental metadataLuca Bruno2014-02-031-1/+1
* girparser: Shut unused destroys_instance warningLuca Bruno2014-02-031-1/+1
* girparser: Add type_id metadataLuca Bruno2014-02-031-12/+26
* codewriter: Fix spacing for property accessor attributesJürg Billeter2014-02-031-3/+3
* Fix regression in method calls that throw errors with Value target typeLuca Bruno2014-01-283-8/+9
* Fix regression when coalescing: value owned if either of the two is ownedLuca Bruno2014-01-261-2/+18
* Drop LocalVariable.floating usage, replaced by create_temp_accessLuca Bruno2014-01-261-5/+0
* Avoid unnecessary copies when using the coalescing operatorLuca Bruno2014-01-261-13/+9
* Use create_temp_access instead of local.floating in ObjectCreationLuca Bruno2014-01-261-5/+2
* Use create_temp_access instead of local.floating in MethodCallLuca Bruno2014-01-261-5/+2
* Add create_temp_access to properly access a temp variable after transformationLuca Bruno2014-01-261-1/+17
* Fix semantics for coalesce operator when target_type is null.Luca Bruno2014-01-261-3/+11
* Fix calling methods on struct pointersLuca Bruno2014-01-251-3/+10
* Fix coalescing operator semantics check.Luca Bruno2014-01-111-1/+5