summaryrefslogtreecommitdiff
path: root/tests/nullability
Commit message (Expand)AuthorAgeFilesLines
* vala: Don't make GenericType nullable by defaultRico Tzschichholz2023-04-143-0/+82
* vala: Improve compatibility type checks of array elements in assignmentsRico Tzschichholz2023-01-304-0/+543
* tests: Update c-expectedwszqkzqk2023-01-111-1/+1
* parser: Improve handling of nullable VarType in with-statementRico Tzschichholz2022-01-252-0/+12
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-031-4/+4
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-163-0/+478
* Support explicit nullable var-type declarationsRico Tzschichholz2021-04-151-0/+11
* vala: Add support for type narrowingRico Tzschichholz2020-11-111-0/+13
* tests: Use Automake’s parallel test driver to speed up running testsReuben Thomas2020-11-051-0/+1
* vala: Use DataType.compatible() to check for string concatenationRico Tzschichholz2020-11-021-0/+6
* Add support for "with" statementNick Schrader2020-06-021-0/+12
* tests: Add "member-access" tests to increase coverageRico Tzschichholz2019-11-241-0/+10
* test: Add some invalid "non-null" testsRico Tzschichholz2018-10-163-0/+22
* vala: Handle non-null in coalescing expressionMarvin W2017-04-171-0/+7