summaryrefslogtreecommitdiff
path: root/vala/valawhilestatement.vala
Commit message (Expand)AuthorAgeFilesLines
* 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