summaryrefslogtreecommitdiff
path: root/vala/valaswitchsection.vala
Commit message (Expand)AuthorAgeFilesLines
* parser: Better handling of misplaced switch sectionsRico Tzschichholz2021-11-021-0/+6
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* vala: Rely on more implementations of Block in SwitchSectionRico Tzschichholz2020-02-201-27/+4
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-2/+2
* vala: Fix several AST construction/parenting issuesRico Tzschichholz2018-10-231-1/+1
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-5/+7
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-5/+5
* Fix source reference of switch sectionsJürg Billeter2012-11-131-0/+4
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-10/+10
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+8
* Support null source references in more placesEvan Nemerson2010-08-041-1/+1
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Fix error handling checks in switch statementsJürg Billeter2010-02-101-1/+6
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-3/+2
* Check case expressions in switch statementsJürg Billeter2009-08-161-1/+2
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-1/+6
* 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
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-2/+1
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-2/+2
* Rename VariableDeclarator to LocalVariable, removeJuerg Billeter2008-04-161-21/+2
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-4/+4
* switch block to external visitorJuerg Billeter2007-09-171-5/+4
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* consider switch statements when releasing local variables, fixes bugMathias Hasselmann2007-08-211-1/+4
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-12/+12
* remove obsolete ref modifier and callback keywordJuerg Billeter2007-07-091-3/+3
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+99