summaryrefslogtreecommitdiff
path: root/vala/valalocalvariable.vala
Commit message (Expand)AuthorAgeFilesLines
* Drop LocalVariable.floating usage, replaced by create_temp_accessLuca Bruno2014-01-261-5/+0
* Always initialize temp variables to fix fatal warnings of GCC 4.8Luca Bruno2013-06-121-0/+1
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-5/+5
* Report error when variable or property type is voidJiří Zárevúcky2010-10-191-0/+5
* Add Variable classJürg Billeter2010-07-271-35/+2
* Prepare support for generic delegatesJürg Billeter2010-07-031-1/+1
* Report error when using instance member as initializer in static methodJürg Billeter2010-03-221-0/+5
* Improve error reporting for local variable initializersJürg Billeter2010-03-201-2/+2
* Do not initialize temporary variables where not necessaryJürg Billeter2009-09-171-0/+2
* Add support for closuresJürg Billeter2009-09-151-0/+2
* Support postconditions in normal methodsJürg Billeter2009-06-041-0/+2
* Remove result variable warningJürg Billeter2009-04-101-10/+0
* Rework header file generationJürg Billeter2009-03-311-2/+0
* Warn when using result variable with incompatible type to prepare possibleJürg Billeter2009-01-101-0/+10
* Fix compile errors when using postconditionsJürg Billeter2009-01-101-2/+6
* Support short-form of array creation expressions not just in localJürg Billeter2009-01-031-7/+5
* Avoid object duplication due to error handlingJürg Billeter2008-11-301-0/+5
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+7
* Move statement checking to code nodesJürg Billeter2008-11-071-0/+92
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-3/+1
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Rename VariableDeclarator to LocalVariable, removeJuerg Billeter2008-04-161-0/+102