summaryrefslogtreecommitdiff
path: root/vala/valaobjectcreationexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* Add --enable-deprecated and --enable-experimental command-line options toJürg Billeter2009-01-101-1/+1
* Add BooleanType, EnumValueType, FloatingType, and StructValueType asJürg Billeter2009-01-031-2/+2
* 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
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-0/+12
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-3/+17
* Move expression checking to code nodesJürg Billeter2008-11-101-1/+1
* Move object creation expression checking to ObjectCreationExpression.checkJürg Billeter2008-11-051-0/+197
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-4/+4
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-0/+2
* don't require `new' operator for struct initialization, fixes bug 526547Juerg Billeter2008-04-141-0/+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-8/+8
* 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-1/+1
* add is_pure method to Expression classJuerg Billeter2007-11-291-0/+4
* switch object creation expression to external visitorJuerg Billeter2007-09-171-4/+4
* add support for object initializersJuerg Billeter2007-09-151-3/+28
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-20/+13
* remove obsolete ref modifier and callback keywordJuerg Billeter2007-07-091-2/+2
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+110