summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* codegen: Don't use inferred type for temp-value to access generic propertyRico Tzschichholz2020-10-181-0/+1
* vala: Issue an error on void initializer for local-variableRico Tzschichholz2020-09-301-0/+1
* codegen: Don't falsly use g_return_val_if_fail() for async creation methodRico Tzschichholz2020-09-271-0/+1
* vala: Recognize previously inserted implicit access to with-variablewip/issue/1043Nick Schrader2020-09-271-0/+3
* parser: Allow to begin expression with statement keywordwip/issue/1073Rico Tzschichholz2020-09-181-0/+1
* tests: Add "pre-post-increment with side effect" tests to increase coveragewip/issue/1061Rico Tzschichholz2020-08-131-0/+4
* tests: Add "constant and union" gir test to increase coverageRico Tzschichholz2020-08-101-0/+2
* tests: Add "property accessor with try statement" test to increase coverageRico Tzschichholz2020-08-101-0/+1
* tests: Add more "invalid" tests to increase coverageRico Tzschichholz2020-08-101-0/+2
* codegen: Support non-virtual signals with default handlerRico Tzschichholz2020-08-071-0/+1
* tests: Add "enum typed property" tests to increase coverageRico Tzschichholz2020-08-061-0/+1
* vala: Switch context if with-variable is not owned by with-statement ifselfRico Tzschichholz2020-08-061-0/+1
* vala: Mark tranformed member-access as qualifiedRico Tzschichholz2020-08-051-0/+1
* vala: Inherit CCode.returns_floating_reference attribute from base methodRico Tzschichholz2020-08-041-0/+1
* codegen: Properly destroy elements of an inline struct arrayRico Tzschichholz2020-07-271-0/+1
* vala: Check error-type accessibility of creation methods and delegatesRico Tzschichholz2020-07-221-0/+2
* codegen: Check param for null before using itRico Tzschichholz2020-07-221-0/+1
* vala: Allow prototype access to signal with emitterRico Tzschichholz2020-07-201-0/+3
* tests: Add "access vfunc pointer" test to increase coverageRico Tzschichholz2020-07-201-0/+1
* glib-2.0: Drop type_id from GLib.Error, let it be handled internallyRico Tzschichholz2020-07-201-0/+1
* vala: Improve check of expression passed to yieldRico Tzschichholz2020-07-201-0/+1
* vala: Tranform instance member-access to a static one if possibleRico Tzschichholz2020-07-161-0/+1
* vala: Use inheritted scopes of base-types/prerequisites to resolve symbolsRico Tzschichholz2020-07-151-0/+2
* tests: Add "pre/post-increment" tests to increase coverageRico Tzschichholz2020-07-141-0/+1
* vala: Handle parameter initializer without value-typeRico Tzschichholz2020-07-111-0/+1
* codegen: Properly compare string if binary-expression contains string-literalRico Tzschichholz2020-07-111-0/+1
* tests: Add "unique namespace" testRico Tzschichholz2020-07-081-0/+1
* vala: Recursive check of assignment target to recognize constantsRico Tzschichholz2020-07-041-0/+2
* vala: Property must be writable when invoking ReturnsModifiedPointer methodRico Tzschichholz2020-07-041-0/+1
* vala: Don't allow "resize" invocation on variable with unowned array typeRico Tzschichholz2020-07-041-0/+4
* vala: Don't loose invalid_syntax when copying array type for local variableRico Tzschichholz2020-07-021-0/+1
* vala: Avoid subsequent critical caused by invalid array type for constantRico Tzschichholz2020-07-021-0/+1
* vala: Don't carry floating reference into unknown target type expressionRico Tzschichholz2020-06-261-0/+1
* tests: Add "named argument" test to increase coverageRico Tzschichholz2020-06-261-0/+1
* codegen: Cast initializer-list to struct for non-constant/non-array assignmentsRico Tzschichholz2020-06-181-0/+1
* vala: Use correct value-type for ArrayCreationExpression used as argumentRico Tzschichholz2020-06-151-0/+1
* Consistently use get_ccode_lower_case_prefix() for function namesRico Tzschichholz2020-06-141-0/+1
* vala: Correctly handle qualified struct type reference in initializer listRico Tzschichholz2020-06-061-0/+1
* Add support for "with" statementNick Schrader2020-06-021-0/+30
* codegen: Improve array-dup-wrapper for empty arraysRico Tzschichholz2020-05-271-0/+2
* vala: Explicit "new" method may be incompatible with a posssible base methodRico Tzschichholz2020-05-181-0/+1
* vala: Transform cast from integer-type to boxed-typeRico Tzschichholz2020-05-101-0/+2
* vala: Transform cast from floating-type to boxed-typeRico Tzschichholz2020-05-101-0/+2
* codegen: Correctly handle cast-expression of real struct to nullable structRico Tzschichholz2020-05-101-0/+1
* vala: Set value_type of undefined member-access to avoid further criticalsRico Tzschichholz2020-05-091-0/+1
* vala: params-array parameter is not allowed in abstract/virtual methodRico Tzschichholz2020-05-051-0/+1
* vala: Check coverage of switch on enum-type and issue warnings if neededRico Tzschichholz2020-04-271-0/+1
* tests: Fix make distRico Tzschichholz2020-04-211-0/+2
* vala: Ensure non-empty argument list for "disconnect" before accessing itPrinceton Ferro2020-04-171-0/+1
* tests: Actually make the "version check" tests workRico Tzschichholz2020-04-161-2/+2