summaryrefslogtreecommitdiff
path: root/vala/valayieldstatement.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Implement missing YieldStatement.accept()Rico Tzschichholz2022-01-181-0/+4
* vala: Improve source documentationRico Tzschichholz2020-05-271-1/+0
* vala: Report error for yield statements without async contextRico Tzschichholz2019-03-171-0/+15
* vala: Enforce "return yield ..." syntax to be expectedRico Tzschichholz2018-09-221-50/+1
* codegen: Fix finally blocks with async yieldsLuca Bruno2017-05-091-2/+0
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-3/+3
* codegen: Use builder APIJürg Billeter2010-09-091-0/+2
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-1/+11
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+1
* Parse yield statementsJürg Billeter2008-11-011-0/+81