summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
...
* Error when lambda parameter has incompatible direction with the delegateLuca Bruno2014-12-041-0/+6
* Add other missing CCode arguments, NoWrapper and DestroysInstanceLuca Bruno2014-12-041-1/+4
* Add more used attributesLuca Bruno2014-12-041-0/+6
* Add ScanfFormat to used attributesLuca Bruno2014-12-031-0/+1
* Add more default attributesLuca Bruno2014-12-031-2/+5
* Fix recent syntax errors with older valacLuca Bruno2014-12-031-2/+2
* Warn about unused attributesLuca Bruno2014-12-033-0/+193
* Recursively infer generic type argumentsSimon Werbeck2014-11-175-9/+49
* vapigen: add delegate_target_cnameMarc-André Lureau2014-11-151-1/+6
* Use .ascii_up() instead of .up()Luca Bruno2014-10-311-3/+3
* Infer array length of inline allocated arraysFlorian Brosch2014-10-251-0/+23
* fix typo for non-constant field initializersLuca Bruno2014-10-251-1/+1
* Add ownership-checks for field initializersFlorian Brosch2014-10-011-0/+10
* Do not report errors for automatic interface properties twiceFlorian Brosch2014-10-012-5/+7
* Improve error message for virtual/override/abstract class methodsFlorian Brosch2014-09-231-1/+1
* Add additional checks for main methodsFlorian Brosch2014-09-231-0/+8
* parser: Do not accept "static class"-members instead of ignoring "class"Florian Brosch2014-09-231-5/+15
* parser: Warn on if/else/lock without bodyFlorian Brosch2014-09-231-11/+15
* Check destructor namesFlorian Brosch2014-09-231-1/+4
* Add colored outputFlorian Brosch2014-09-232-35/+250
* Revert "Fix regression when assigning owned expressions to unowned variables."Luca Bruno2014-09-191-1/+2
* girwriter: Write accessor methods for interface propertiesLuca Bruno2014-09-141-1/+28
* Resolve symbols in named argumentsLuca Bruno2014-09-091-0/+4
* Fix critical on method varargs introduced by 7b6ee1beLuca Bruno2014-09-061-1/+1
* Fix regression when assigning owned expressions to unowned variables.Luca Bruno2014-09-051-2/+1
* Added option --vapi-comments to include comments in vapi-filesRichard Wiedenhöft2014-09-032-0/+102
* 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