summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* tests: Add more method tests to increase coverageHEADstagingmainRico Tzschichholz2023-05-171-0/+2
* vala: Don't make GenericType nullable by defaultRico Tzschichholz2023-04-141-0/+3
* codegen: Fix usage of lambda-expression from delegate initializerRico Tzschichholz2023-04-131-0/+1
* codegen: Return CCodeInvalidExpression instead of nullRico Tzschichholz2023-04-131-0/+1
* vala: Check type-argument count of interface prerequisitesRico Tzschichholz2023-04-081-0/+4
* vala: Improve initialization of namespace fields with compound literalRico Tzschichholz2023-03-271-0/+2
* tests: Extend "struct-typed properties" tests to increase coverageRico Tzschichholz2023-03-211-0/+1
* tests: Add "signal with struct parameter" test to increase coverageRico Tzschichholz2023-03-211-0/+1
* vala: Owned property accessors are not allowed for non-null simple typesRico Tzschichholz2023-03-211-0/+1
* vala: Allow assignment of namespace fields with inline allocated arraysRico Tzschichholz2023-03-201-0/+1
* vala: Set proper value-type of unary ref/out expression in initializersRico Tzschichholz2023-03-191-0/+2
* codegen: Use g_object_class_override_property to implement generic interface ...Rico Tzschichholz2023-03-131-0/+1
* codegen: Add cast to accessor calls for generic property implementationsRico Tzschichholz2023-03-131-1/+1
* codegen: Consistently handle GLib.Error as boxed typeRico Tzschichholz2023-03-091-0/+1
* vala: Correctly handle pre/post-increment expression as index of element accessRico Tzschichholz2023-03-081-0/+1
* vala: Better handling of [NoReturn] call inside finally clauseRico Tzschichholz2023-02-061-0/+1
* codegen: Perform required casts for generic types of return-values and in/out...Rico Tzschichholz2023-01-311-0/+3
* vala: Add support for Hexadecimal floating point literalswszqkzqk2023-01-301-0/+5
* vala: Improve compatibility type checks of array elements in assignmentsRico Tzschichholz2023-01-301-0/+4
* parser: Support one-line declaration of multiple fields in classes/structswszqkzqk2023-01-051-0/+1
* tests: Add "one-line declaration of local variables" test to increase coverageRico Tzschichholz2023-01-051-0/+1
* codegen: Correctly handle fixed-length array initialization of fields in classesRico Tzschichholz2023-01-041-0/+1
* parser: Properly handle chained equality expressionswszqkzqk2022-12-221-0/+2
* tests: Add "string relation" tests to increase coverageRico Tzschichholz2022-12-221-0/+1
* tests: Add "type check comparison" test to increase coverageRico Tzschichholz2022-12-221-0/+1
* vala: Add support for binary/octal integer literal星外之神2022-12-081-0/+9
* vala: Improve integer literal checksRico Tzschichholz2022-12-081-0/+3
* vala: Fix assignment operators for element accessSimon Werbeck2022-11-141-0/+1
* vala: Add support for verbatim template string星外之神2022-10-301-0/+4
* vala: Report error in real literal if exponent has no digits星外之神2022-10-261-0/+3
* codegen: Add glib.h include for TRUE/FALSE literalRico Tzschichholz2022-10-021-0/+1
* tests: Add "entry point exists" test to increase coverageRico Tzschichholz2022-09-261-0/+1
* tests: Split up gir parser tests into dedicated filesRico Tzschichholz2022-09-121-35/+37
* vala: Make try-statement parsing more resilientRico Tzschichholz2022-08-151-0/+1
* vala: Enforce required type-arguments on parameter/return types of callablesRico Tzschichholz2022-08-091-0/+4
* vala: Don't unconditionally expect ObjectType of ClassRico Tzschichholz2022-07-301-0/+1
* codegen: Check cname of fields and methods against reserved identfiersRico Tzschichholz2022-06-141-0/+2
* codegen: Detect usage of static type-parameter in runtime contextRico Tzschichholz2022-05-311-0/+1
* codegen: Correctly set array-length for NoAccessorMethods propertiesRico Tzschichholz2022-05-101-0/+1
* vala: Improve accessibility check inside member initializerRico Tzschichholz2022-04-041-0/+4
* vala: Don't allow nullable enum value as real GObject propertyRico Tzschichholz2022-03-291-0/+1
* codegen: Drop confusing warning when accessing interface membersRico Tzschichholz2022-03-081-0/+1
* girparser: Handle duplicated and unnamed symbolsRico Tzschichholz2022-02-281-0/+2
* vala: Allow delegate without target to be used as constant typeRico Tzschichholz2022-02-221-0/+1
* tests: Add invalid "error creation" tests to increase coverageRico Tzschichholz2022-02-221-0/+2
* vala: Catch and throw possible inner error of lock statementsRico Tzschichholz2022-02-101-0/+1
* gtkmodule: Improve UI parsing and handling of nested objects and propertiesRico Tzschichholz2022-02-091-0/+1
* parser: Allow usage of dynamic on VarTypeRico Tzschichholz2022-02-061-0/+1
* vala: Move dynamic property errors to semantic analyzer passRico Tzschichholz2022-02-061-0/+2
* vala: Make sure to drop our "trap" jump target in case of an errorRico Tzschichholz2022-02-041-0/+1