summaryrefslogtreecommitdiff
path: root/vala/valacastexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-4/+0
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+4
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-1/+9
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move expression checking to code nodesJürg Billeter2008-11-101-1/+25
* 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
* 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-7/+7
* 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
* add is_pure method to Expression classJuerg Billeter2007-11-291-1/+5
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* support C# like as operator test the as operatorMathias Hasselmann2007-08-201-4/+6
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+74