summaryrefslogtreecommitdiff
path: root/vala/valainitializerlist.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Properly handle array-initializers inside struct-initializersRico Tzschichholz2018-04-161-3/+12
* Add some missing get_used_variables methodsSimon Werbeck2014-08-111-0/+6
* Support initializer list for structs that have a base typeLuca Bruno2012-02-091-0/+3
* Set the type of initializer lists to be non-nullableLuca Bruno2011-08-111-1/+6
* Report error for constants with non-constant expressionsJürg Billeter2011-02-081-1/+10
* Report error on invalid initializer expressionLuca Bruno2010-12-191-0/+1
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-3/+3
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-1/+9
* Add Variable classJürg Billeter2010-07-271-1/+1
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-3/+2
* Support initializers for multi-dimensional arrays, fixes bug 541256Jürg Billeter2009-01-041-2/+13
* Support short-form of array creation expressions not just in localJürg Billeter2009-01-031-2/+20
* 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
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move statement checking to code nodesJürg Billeter2008-11-071-5/+81
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-2/+2
* implement replace_expressionJuerg Billeter2008-05-021-1/+10
* 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-3/+3
* add is_pure method to Expression classJuerg Billeter2007-11-291-0/+9
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* add size property allow array creation with initializer list withoutRaffaele Sandrini2007-08-161-1/+8
* adapt visit initializer and visit array creation to external visitor checkRaffaele Sandrini2007-08-161-7/+8
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-8/+8
* remove obsolete ref modifier and callback keywordJuerg Billeter2007-07-091-2/+2
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+68