summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vala: Allow delegate without target to be used as constant typeRico Tzschichholz2022-02-223-0/+79
* tests: Extend "direct access to error code" test to increase coverageRico Tzschichholz2022-02-222-0/+17
* tests: Add invalid "error creation" tests to increase coverageRico Tzschichholz2022-02-223-0/+20
* tests: Fix objectcreation-no-creation-method.testRico Tzschichholz2022-02-221-1/+3
* vala: Only add catch clause if an inner error is possibleRico Tzschichholz2022-02-115-327/+10
* vala: Catch and throw possible inner error of lock statementsRico Tzschichholz2022-02-108-10/+724
* gtkmodule: Improve UI parsing and handling of nested objects and propertiesRico Tzschichholz2022-02-092-0/+9
* test/gtktemplate: Use correct class nameRico Tzschichholz2022-02-0913-13/+13
* parser: Allow usage of dynamic on VarTypeRico Tzschichholz2022-02-063-0/+603
* codegen: Stop generating wrappers for dynamic property accessRico Tzschichholz2022-02-062-47/+79
* vala: Move dynamic property errors to semantic analyzer passRico Tzschichholz2022-02-064-0/+320
* vala: Make sure to drop our "trap" jump target in case of an errorRico Tzschichholz2022-02-042-0/+25
* tests: Relax dependency of asynchronous/method-main-async.vala on build envir...Rico Tzschichholz2022-02-032-2/+2
* codegen: Use correct target/destroy of delegate field initializerRico Tzschichholz2022-01-313-0/+493
* vala: Improve check of generic type references in static contextsRico Tzschichholz2022-01-305-0/+42
* tests: Generic type inference for static methods only in compact classesRico Tzschichholz2022-01-302-273/+13
* codegen: Write array length of formal parameters with fixed lengthRico Tzschichholz2022-01-267-70/+114
* vala: Transform assignment of an array element as neededwxx2022-01-265-0/+297
* glib-2.0: Fix criticals in string.joinv() with arrays that start with nullNahuel Gomez2022-01-253-74/+108
* parser: Improve handling of nullable VarType in with-statementRico Tzschichholz2022-01-254-0/+35
* codegen: Cast generic return value from g_sequence_get()Princeton Ferro2022-01-251-2/+2
* vala: Add support to infer return type of dynamic signalsLorenz Wildberg2022-01-256-0/+195
* vala: Add foreach statement support for GLib.SequencePrinceton Ferro2022-01-254-0/+151
* vala: Add foreach statement support for GLib.ArrayPrinceton Ferro2022-01-246-0/+380
* codegen: Access of stack allocated struct is guaranteed to be non nullRico Tzschichholz2022-01-241-4/+4
* codegen: Don't uncoditionally null check callback_func for GLib.ClosureRico Tzschichholz2022-01-242-2/+14
* codegen: Access of inline allocated array is guaranteed to be non nullRico Tzschichholz2022-01-233-17/+17
* vala: async-ize main block when yield is usedPrinceton Ferro2022-01-197-0/+795
* parser: Reduce the source reference of main block method to its beginningRico Tzschichholz2022-01-183-0/+23
* codegen: Add support for async mainPrinceton Ferro2022-01-176-6/+269
* vala: Require lvalue access of delegate target/destroy "fields"Rico Tzschichholz2022-01-163-0/+112
* tests: Skip runtime of array length type test on "32-bit"Rico Tzschichholz2022-01-062-0/+8
* tests: Add "async signal handler" test to increase coverageRico Tzschichholz2022-01-053-0/+456
* Add native support to specify non default length-type for arraysRico Tzschichholz2022-01-047-0/+376
* Support "emit" for explicit signal emissionLorenz Wildberg2022-01-045-0/+451
* tests: Add XFAIL tests if undefined behavior sanitizer is enabledRico Tzschichholz2022-01-031-0/+6
* tests: Skip constants/member-access-enum.vala for ASANRico Tzschichholz2022-01-031-0/+1
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-03431-3054/+3054
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-03206-414/+414
* codegen: Cast given default-value of struct with possible member initializerRico Tzschichholz2022-01-032-0/+70
* codegen: Allow boxing of non-external SimpleType structsRico Tzschichholz2022-01-033-0/+71
* gio-2.0: Add custom MemoryOutputStream.with_*data() wrappersRico Tzschichholz2021-12-283-0/+271
* parser: Improve partial classes supportRico Tzschichholz2021-12-214-60/+535
* vala: Correctly replace "in" expression in pre-/postconditions of methodRico Tzschichholz2021-12-213-0/+97
* vala: Non nullable enum types are simple typesRico Tzschichholz2021-12-168-42/+701
* vala: Allow unsafe assignment of integer to enum while reporting a noticeRico Tzschichholz2021-12-163-0/+81
* codegen: Initialize type parameter properties for generics earlierRico Tzschichholz2021-12-1414-12/+327
* tests: Add "type-parameter property clash" test to increase coverageRico Tzschichholz2021-12-143-0/+442
* codegen: Use a dedicated EmitContext for _variant_get*() functionsRico Tzschichholz2021-12-137-616/+616
* tests: Add more "chain up" tests to increase coverageRico Tzschichholz2021-12-123-0/+30