summaryrefslogtreecommitdiff
path: root/vala/valawhilestatement.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Rename Loop to LoopStatement and introduce a common base classRico Tzschichholz2021-02-011-40/+3
* vala: Add Expression.is_always_true/false() helpersRico Tzschichholz2020-03-251-12/+2
* 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-1/+11
* vala: Add missing replace_expression() implementationsLuca Bruno2018-10-231-0/+6
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* 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-2/+2
* Simplify while statements whose condition is falseJürg Billeter2010-03-221-3/+12
* Convert while loops into simple loopsJürg Billeter2009-06-061-43/+17
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-13/+17
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+13
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* 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-3/+5
* 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