summaryrefslogtreecommitdiff
path: root/vala/valacastexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-3/+3
* 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
* GVariant: Fix memory leak when boxing and unboxing variantsJürg Billeter2012-06-021-0/+9
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+2
* Fix explicit cast of instance method access to a delegate typeLuca Bruno2011-07-111-0/+8
* Allow casts in constant initializersJürg Billeter2011-02-141-1/+5
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-3/+3
* Port remaining code nodes to use accept_children for visiting childrenLuca Bruno2010-09-101-4/+6
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+8
* Mark return type of `as` operator as nullableJürg Billeter2010-03-101-0/+4
* Fix (!) non-null cast for structsJürg Billeter2010-03-101-7/+3
* Fix crash on invalid cast expressionsJürg Billeter2009-12-191-0/+6
* Support (!) non-null castsJürg Billeter2009-10-211-2/+22
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Rework header file generationJürg Billeter2009-03-311-3/+1
* 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