summaryrefslogtreecommitdiff
path: root/vala/valaforstatement.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Rename Loop to LoopStatement and introduce a common base classRico Tzschichholz2021-02-011-39/+5
* 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: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-4/+4
* vala: Add missing re-check guards for Do/For/WhileStatement and SwitchLabelRico Tzschichholz2018-11-271-1/+11
* vala: Fix several AST construction/parenting issuesRico Tzschichholz2018-10-231-0/+2
* vala: Add missing replace_expression() implementationsLuca Bruno2018-10-231-0/+16
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-8/+8
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-1/+1
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-3/+3
* Simplify for statements whose condition is falseJürg Billeter2010-03-221-2/+11
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-2/+2
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-5/+4
* Convert for loops into simple loopsJürg Billeter2009-06-061-68/+30
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-14/+16
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+14
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+13
* Move statement checking to code nodesJürg Billeter2008-11-071-0/+36
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-4/+4
* Fix criticals when using for statements without conditionJuerg Billeter2008-04-231-2/+2
* 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
* support for statements without condition, fixes bug 514548Juerg Billeter2008-02-051-5/+9
* 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-4/+4
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-26/+20
* 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-6/+3
* remove obsolete ref modifier and callback keywordJuerg Billeter2007-07-091-2/+2
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+150