summaryrefslogtreecommitdiff
path: root/vala/valastatementlist.vala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-1/+1
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-1/+1
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* vala: Implement check() for StatementListRico Tzschichholz2018-10-241-0/+9
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-0/+6
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-1/+7
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-2/+1
* Convert ternary conditionals into if statements, fixes bug 543870 and bugJürg Billeter2008-11-291-0/+57