summaryrefslogtreecommitdiff
path: root/vala/valadostatement.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Rename Loop to LoopStatement and introduce a common base classRico Tzschichholz2021-02-011-43/+6
* vala: Add Expression.is_always_true/false() helpersRico Tzschichholz2020-03-251-6/+1
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-2/+2
* vala: Micro optimizationsRico Tzschichholz2019-09-301-3/+3
* vala: Add missing re-check guards for Do/For/WhileStatement and SwitchLabelRico Tzschichholz2018-11-271-2/+16
* vala: Add missing replace_expression() implementationsLuca Bruno2018-10-231-0/+6
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-4/+4
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-4/+4
* Convert do loops into simple loopsJürg Billeter2009-06-061-50/+20
* Add BooleanType, EnumValueType, FloatingType, and StructValueType asJürg Billeter2009-01-031-2/+2
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-40/+43
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+37
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-2/+2
* Move statement checking to code nodesJürg Billeter2008-11-071-0/+27
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+4
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-6/+6
* build control flow graph, report error for missing return statement inJuerg Billeter2008-01-231-4/+6
* rename replace method to replace_expression and require arguments of typeJuerg Billeter2007-12-021-2/+2
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* free local variables before break and continueJuerg Billeter2007-07-271-1/+10
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-7/+4
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+78