summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* girparser: Add destroy argument for metadataRico Tzschichholz2017-03-271-0/+4
* subroutine: Set parent_node of body blockTimm Bäder2017-03-241-0/+1
* vala: Slightly improve lamdba-expression error on target-type mismatchRico Tzschichholz2017-03-221-1/+5
* vala: Perform arguments-check against actual .end() method-signatureRico Tzschichholz2017-03-222-0/+26
* method: Always consider compatible with itselfMarvin W2017-03-201-0/+6
* vala: Fix MemberAccess.is_non_null() for EnumValue constantsOle André Vadla Ravnås2017-03-141-1/+1
* vala: Make MarkupReader a simple class *not* derived from GLib.ObjectRico Tzschichholz2017-03-141-1/+1
* class: Perform more thorough compatibility check of inherited propertiesRico Tzschichholz2017-03-101-0/+7
* vala: Disallow private accessors in overridable propertiesSimon Werbeck2017-03-091-0/+6
* Mark chained relational expressions as stableRico Tzschichholz2017-03-091-6/+0
* girparser: Add metadata-support for "returns_modified_pointer"Rico Tzschichholz2017-03-081-0/+4
* Add "finish_instance" CCode attributeFlorian Brosch2017-03-062-1/+5
* memberaccess: Don't resolve base_method/property twiceRico Tzschichholz2017-03-051-25/+6
* geniescanner: Remove trailing spaces/tabsVladislav2017-02-171-7/+7
* genieparser: Allow comma-separated identifiers in definition of enumsRico Tzschichholz2017-02-171-3/+25
* Fix broken 20a1536f9911c1aadbfbe046bc01afc57bb724a5Rico Tzschichholz2017-02-121-2/+2
* vala: Non-null initializers are not allowed for owned namespace fieldsRico Tzschichholz2017-02-121-0/+8
* girparser: Let alias inherit more information from base_typeRico Tzschichholz2017-01-051-0/+10
* vala: Fix output of syntax errors reportsRico Tzschichholz2017-01-052-52/+54
* girparser: Allow to specify the base_type of an aliasRico Tzschichholz2017-01-041-0/+4
* girparser: Improve function to method conversionRico Tzschichholz2017-01-041-10/+29
* vala: Check generic-types count of DelegateTypeMatthias Berndt2016-12-101-1/+22
* Improve constructor chain-up checksSimon Werbeck2016-12-071-59/+39
* girwriter: Add fullname GIR attribute, and set fullname of GObject.TypeYu Feng2016-12-051-1/+1
* methodcall: Don't try to remove N_/NC_ while they are properly handled in CRico Tzschichholz2016-11-301-19/+0
* girparser: No support for fixed-size array as return-valueRico Tzschichholz2016-11-241-0/+8
* Move "blurb", "nick" and "notify" into PropertyRico Tzschichholz2016-11-111-0/+45
* Don't initilize local variable if not requestedRico Tzschichholz2016-11-101-1/+1
* codegen: Remove unused create_local()Rico Tzschichholz2016-11-101-2/+0
* Revert "Always initialize temp variables to fix fatal warnings of GCC 4.8"Rico Tzschichholz2016-11-101-1/+0
* vala: Clean up PropertyAccessor APIRico Tzschichholz2016-11-081-6/+6
* vala: check a property has an accessor and/or a mutatorAlistair Thomas2016-11-081-0/+6
* vala: Pass through the format-literalRico Tzschichholz2016-11-072-2/+2
* method: Print encountered type if return types mismatchTimm Bäder2016-11-051-1/+1
* Do not use non-literal printf format stringsJürg Billeter2016-11-032-5/+5
* Add [FormatArg] attribute to Parser.get_errorJürg Billeter2016-11-032-2/+2
* Support [FormatArg] attribute for parametersJürg Billeter2016-11-036-4/+46
* Fix deprecation of class/struct fieldsRico Tzschichholz2016-11-031-1/+1
* parser: Cache current token if possibleRico Tzschichholz2016-11-012-14/+16
* Check printf arguments of object creation expressionsJürg Billeter2016-11-012-0/+38
* Don't create constant Regex on demand and use static field where possibleRico Tzschichholz2016-11-012-4/+7
* writer: Some string optimizationsRico Tzschichholz2016-11-011-15/+10
* field: Drop unused methodsRico Tzschichholz2016-11-011-8/+0
* vala: Add missing TokeType cases for to_string()Rico Tzschichholz2016-11-012-0/+10
* Avoid some string copyingRico Tzschichholz2016-11-011-3/+3
* vala: Avoid superfluous string copyingRico Tzschichholz2016-10-302-2/+2
* Use more "...".printf to concat stringsRico Tzschichholz2016-10-302-8/+8
* Add explicit copy method for arraysLuca Bruno2016-10-203-0/+55
* girparser: Avoid fatal handling of nameless unionsRico Tzschichholz2016-10-181-1/+27
* valaparser: Allow casts of pointer expressions without enclosing parensRico Tzschichholz2016-10-171-0/+10