summaryrefslogtreecommitdiff
path: root/vala/valaarraycreationexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+14
* vala: Don't force array-elements to be owned, unowned ones are supportedRico Tzschichholz2016-09-161-2/+0
* Add some missing get_used_variables methodsSimon Werbeck2014-08-111-0/+10
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-1/+1
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-1/+1
* Report error on invalid initializer expressionLuca Bruno2010-12-191-1/+3
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-8/+8
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+14
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Fix crash on array creation expressions throwing errorsJürg Billeter2010-01-101-1/+13
* Documentation fixesDidier 'Ptitjes2009-10-311-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-5/+4
* Support enum values as array indicesJürg Billeter2009-05-081-1/+1
* Do not depend on uint64 in semantic analyzerJürg Billeter2009-05-051-1/+1
* Support initializers for multi-dimensional arrays, fixes bug 541256Jürg Billeter2009-01-041-3/+6
* Support short-form of array creation expressions not just in localJürg Billeter2009-01-031-2/+12
* Detect conflicting local variables in parent scopesJürg Billeter2008-12-131-4/+4
* Accept any integer type as array indexJürg Billeter2008-11-301-1/+1
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-9/+0
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+9
* Allow any integer compatible value to be used as array index, fixes bugJürg Billeter2008-11-171-1/+1
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-4/+4
* Move array creation expression checking to ArrayCreationExpression.checkJürg Billeter2008-11-071-0/+114
* Add CCodeArrayModuleJürg Billeter2008-10-241-4/+0
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-2/+2
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-0/+2
* Use lazy initialization for code bindingsJuerg Billeter2008-04-191-0/+4
* fix build when using non-null typesJuerg Billeter2008-04-131-4/+4
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+5
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-4/+4
* change my email from rasa@gmx.ch to raffaele@sandrini.ch fix perviousRaffaele Sandrini2008-02-191-1/+1
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-2/+16
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-2/+2
* add is_pure method to Expression classJuerg Billeter2007-11-291-0/+4
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* adapt visit initializer and visit array creation to external visitor checkRaffaele Sandrini2007-08-161-12/+10
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-9/+6
* remove obsolete ref modifier and callback keywordJuerg Billeter2007-07-091-2/+3
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+89