summaryrefslogtreecommitdiff
path: root/vala/valaforeachstatement.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-5/+6
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-3/+2
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-2/+3
* Drop POSIX profileJürg Billeter2012-08-061-2/+2
* Drop Dova profileJürg Billeter2012-08-061-1/+1
* Enable flow analysis for out parametersLuca Bruno2011-07-151-1/+1
* codegen: Fix foreach on inline allocated arraysLuca Bruno2011-06-181-1/+1
* Detect shadowed variable for foreach statement without iteratorJürg Billeter2010-12-191-1/+5
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-20/+20
* Support iteration via index to improve performanceJürg Billeter2010-09-091-0/+33
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+18
* Fix some missing source references for generated nodesJürg Billeter2010-06-221-1/+1
* dova: Do not support foreach without iteratorJürg Billeter2010-03-131-3/+3
* Add alternative iterator protocol for foreachRyan Lortie2010-02-151-41/+76
* Fix foreach for inline-allocated arraysJürg Billeter2010-01-291-1/+4
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Add support for iterating over GValueArrays via foreachMark Lee2009-07-281-0/+2
* Add initial support for generic methodsJürg Billeter2009-06-031-2/+2
* Rework header file generationJürg Billeter2009-03-311-3/+1
* Detect conflicting local variables in parent scopesJürg Billeter2008-12-131-3/+3
* Fix generated parenthesesJürg Billeter2008-11-301-3/+3
* Don't require libgee for foreach statementsJürg Billeter2008-11-281-38/+100
* Improve get_actual_type signatureJürg Billeter2008-11-281-2/+2
* Ensure that members are checked when accessing them, fixes bug 561018Jürg Billeter2008-11-171-0/+1
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-2/+6
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-4/+2
* Move foreach statement checking to ForeachStatement.checkJürg Billeter2008-11-071-0/+115
* 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-2/+3
* Support `var' in foreach statements, based on patch by Jamie McCrackenJuerg Billeter2008-05-261-5/+9
* Rename VariableDeclarator to LocalVariable, removeJuerg Billeter2008-04-161-3/+3
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+6
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-9/+9
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-1/+15
* rename replace method to replace_expression and require arguments of typeJuerg Billeter2007-12-021-2/+2
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-2/+2
* switch block to external visitorJuerg Billeter2007-09-171-7/+3
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* fix memory management in foreach statementsJuerg Billeter2007-07-271-1/+15
* free local variables before break and continueJuerg Billeter2007-07-271-2/+11
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-8/+3
* call visit_end_full_expression for collection expression return arrayJuerg Billeter2007-07-111-1/+4
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+97