summaryrefslogtreecommitdiff
path: root/vala/valaswitchstatement.vala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-1/+1
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-1/+1
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-1/+1
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-2/+2
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-1/+6
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-4/+4
* Check if the constants used as switch labels are duplicatedLuca Bruno2011-08-151-11/+14
* Set target_type of switch statement expression to be non-nullableLuca Bruno2011-08-031-0/+1
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-4/+4
* Fix crash on invalid switch expressionCarlo Teubner2010-08-201-3/+4
* 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
* Set error field when detecting duplicate switch labelJürg Billeter2010-03-221-0/+1
* Report error on duplicate switch labelLuca Bruno2010-03-211-0/+15
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Fix error handling checks in switch statementsJürg Billeter2010-02-101-1/+3
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-3/+2
* Fix string switch statements with owned switch expressionJürg Billeter2009-09-141-0/+3
* Do not depend on uint64 in semantic analyzerJürg Billeter2009-05-051-2/+3
* Check switch expressionJürg Billeter2008-12-151-1/+11
* Separate visiting switch sections from visiting switch statementsJürg Billeter2008-11-301-3/+5
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-0/+16
* 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-2/+2
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+3
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-6/+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
* consider switch statements when releasing local variables, fixes bugMathias Hasselmann2007-08-211-0/+1
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-10/+9
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-1/+1
* remove obsolete ref modifier and callback keywordJuerg Billeter2007-07-091-2/+2
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+92