summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vala: Improve missing exponent check for real literalsRico Tzschichholz2023-01-302-0/+10
* vala: Improve compatibility type checks of array elements in assignmentsRico Tzschichholz2023-01-308-0/+1010
* glib-2.0: Improve string.replace()wszqkzqk2023-01-301-62/+42
* tests: Extend string.replace() test to increase coverageRico Tzschichholz2023-01-182-0/+20
* codegen: Add foreach support for stringsFrederik Zipp2023-01-112-0/+44
* tests: Update c-expectedwszqkzqk2023-01-11623-623/+623
* parser: Support one-line declaration of multiple fields in classes/structswszqkzqk2023-01-053-0/+359
* tests: Add "one-line declaration of local variables" test to increase coverageRico Tzschichholz2023-01-053-0/+33
* codegen: Correctly handle fixed-length array initialization of fields in classesRico Tzschichholz2023-01-047-2/+453
* parser: Properly handle chained equality expressionswszqkzqk2022-12-224-0/+292
* tests: Add "string relation" tests to increase coverageRico Tzschichholz2022-12-223-0/+49
* tests: Add "type check comparison" test to increase coverageRico Tzschichholz2022-12-223-0/+317
* vala: Add support for binary/octal integer literal星外之神2022-12-0814-0/+180
* vala: Improve integer literal checksRico Tzschichholz2022-12-086-0/+28
* vala: Fix assignment operators for element accessSimon Werbeck2022-11-143-0/+176
* vala: Add support for verbatim template string星外之神2022-10-3013-30/+418
* vala: Report error in real literal if exponent has no digits星外之神2022-10-264-0/+18
* codegen: Add glib.h include for TRUE/FALSE literalRico Tzschichholz2022-10-024-1/+30
* tests: Add "entry point exists" test to increase coverageRico Tzschichholz2022-09-262-0/+10
* tests: Split up gir parser tests into dedicated filesRico Tzschichholz2022-09-1281-639/+845
* vala: Make try-statement parsing more resilientRico Tzschichholz2022-08-152-0/+17
* vala: Enforce required type-arguments on parameter/return types of callablesRico Tzschichholz2022-08-095-0/+41
* Bump version suffix to 0.580.57.0Rico Tzschichholz2022-08-011-0/+2
* 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