summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* vala: Don't unconditionally expect ObjectType of ClassRico Tzschichholz2022-07-302-0/+14
* codegen: Check cname of fields and methods against reserved identfiersRico Tzschichholz2022-06-143-0/+17
* codegen: Detect usage of static type-parameter in runtime contextRico Tzschichholz2022-05-312-0/+15
* codegen: Correctly set array-length for NoAccessorMethods propertiesRico Tzschichholz2022-05-103-0/+379
* vala: Improve accessibility check inside member initializerRico Tzschichholz2022-04-047-0/+694
* vala: Don't allow nullable enum value as real GObject propertyRico Tzschichholz2022-03-293-0/+260
* codegen: Drop confusing warning when accessing interface membersRico Tzschichholz2022-03-083-0/+656
* girparser: Don't count instance-parameter when checking for backwards closure...Rico Tzschichholz2022-03-041-0/+41
* girparser: Handle duplicated and unnamed symbolsRico Tzschichholz2022-02-283-0/+48
* girparser: Pick up type_id of error domainsRico Tzschichholz2022-02-241-2/+2
* codegen: Emit GType definition for error domainsRico Tzschichholz2022-02-2437-8/+802
* codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structsRico Tzschichholz2022-02-2435-0/+40
* codegen: Emit G_DEFINE_AUTOPTR_CLEANUP_FUNC() for interfaces with base classRico Tzschichholz2022-02-2463-0/+72
* 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