summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Don't allow assigning GtkChild fields/propertieswip/issue/1121Rico Tzschichholz2021-01-163-0/+14
* vala: GtkChild fields/properties must be declared as unownedRico Tzschichholz2021-01-162-0/+14
* girparser: Minor improvement to field getter detectionRico Tzschichholz2021-01-142-5/+11
* girparser: Handle anonymous delegate not backed by virtual-method or signalRico Tzschichholz2021-01-141-0/+22
* vala: Improve detection of duplicate package source filesRico Tzschichholz2021-01-121-1/+7
* vala: Ownership transfer of inline-allocated array is not allowedRico Tzschichholz2020-12-281-0/+6
* vala: SliceExpression need to return heap-allocated or unowned referencesUlrich Küttler2020-12-221-0/+7
* vala: value_type of PointerIndirection expressions must not be ownedRico Tzschichholz2020-12-211-0/+1
* codewriter: Wrap AddressofExpression and PointerIndirection in parensRico Tzschichholz2020-12-212-3/+5
* vala: Add missing TraverseVisitor.visit_addressof_expression()Rico Tzschichholz2020-12-211-0/+6
* vala: Use common visitor schema for PointerIndirection expressionsRico Tzschichholz2020-12-212-2/+11
* vala: Report an error if gio-2.0 is missing for DBus supportRico Tzschichholz2020-12-033-0/+21
* Revert errornous git pushRico Tzschichholz2020-11-1412-25/+20
* DEBUGRico Tzschichholz2020-11-141-0/+5
* vala: More copying of dedicated data-type instances for code-nodesRico Tzschichholz2020-11-1410-18/+18
* vala: Require a valid DataType instance for every TargetValueRico Tzschichholz2020-11-141-2/+2
* vala: Properly restore SemanticAnalyzer.current_symbol to its original valueRico Tzschichholz2020-11-143-3/+6
* vala: Make sure parent_symbol for special async parameters is availableRico Tzschichholz2020-11-141-0/+2
* vala: Cache async parameter lists of coroutine methodsRico Tzschichholz2020-11-141-12/+22
* vala: Add support for type narrowingRico Tzschichholz2020-11-112-3/+61
* vala: Accept "unowned var" as type for foreach variable declarationRico Tzschichholz2020-11-102-8/+28
* vala: Avoid taking extra reference of foreach collection for index iterationRico Tzschichholz2020-11-101-1/+5
* vala: Use DataType.compatible() to check for string concatenationRico Tzschichholz2020-11-021-3/+3
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-2654-279/+279
* vala: Convert Report.*() to real printf-like functionsRico Tzschichholz2020-10-261-10/+15
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-2438-42/+42
* vala: Allow markup-reader to accept spaces around '=' of attribute assignmentRico Tzschichholz2020-10-211-0/+2
* vala: Issue an error on void initializer for local-variableRico Tzschichholz2020-09-301-0/+3
* build: Stop passing obsolete --use-headerRico Tzschichholz2020-09-271-1/+0
* vala: Recognize previously inserted implicit access to with-variablewip/issue/1043Nick Schrader2020-09-271-9/+4
* vala: Prioritize the usage of an existing with-variable instanceNick Schrader2020-09-271-3/+3
* parser: Allow to begin expression with statement keywordwip/issue/1073Rico Tzschichholz2020-09-181-47/+93
* vala: Improve parsing of with-statement and allow it as embedded statementRico Tzschichholz2020-09-171-0/+2
* Don't use locale dependent string functions on syntax stringsRico Tzschichholz2020-09-022-2/+2
* girparser: Additionally fallback to "glib:type-name" to retrieve the cnameRico Tzschichholz2020-08-241-0/+3
* vala: Add ObjectCreationExpression.to_string()Rico Tzschichholz2020-08-202-2/+27
* vala: Additionally break on ObjectCreationExpression in "tainted" checkRico Tzschichholz2020-08-191-1/+1
* Fix various typos in comments and stringsRico Tzschichholz2020-08-1916-18/+18
* vala: Set parent_node for child nodes of lambda-expressionwip/issue/1062Rico Tzschichholz2020-08-141-2/+21
* Force usage of temporary variables for "tainted" member accessesRico Tzschichholz2020-08-132-3/+45
* vala: Move transformation of unary increment/decrement to codegenRico Tzschichholz2020-08-131-9/+2
* Add TraverseVisitor for traversing the tree with a callbackRico Tzschichholz2020-08-132-0/+394
* codegen: Support non-virtual signals with default handlerRico Tzschichholz2020-08-071-10/+3
* vala: Switch context if with-variable is not owned by with-statement ifselfRico Tzschichholz2020-08-061-1/+8
* vala: Mark tranformed member-access as qualifiedRico Tzschichholz2020-08-051-0/+1
* girparser: Add support for string "feature_test_macro" metadataRico Tzschichholz2020-08-051-0/+5
* vala: Inherit CCode.returns_floating_reference attribute from base methodRico Tzschichholz2020-08-041-0/+9
* girparser: Skip 'docsection' elements in <namespace>Rico Tzschichholz2020-07-231-0/+2
* vala: Check error-type accessibility of creation methods and delegatesRico Tzschichholz2020-07-222-0/+14
* vala: Mark with-statements as experimentalRico Tzschichholz2020-07-211-0/+3