summaryrefslogtreecommitdiff
path: root/vala/valaexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+6
* Convert ternary conditionals into if statements, fixes bug 543870 and bugJürg Billeter2008-11-291-0/+21
* Improve handling of generic values, fixes bug 562460Jürg Billeter2008-11-281-2/+6
* Extend non-null check when managing memory, fixes bug 530422Jürg Billeter2008-10-171-0/+7
* Treat the result of two concatenated string constants as constant, fixesJürg Billeter2008-10-171-0/+8
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-21/+0
* Rename Expression.expected_type to Expression.target_typeJuerg Billeter2008-05-281-1/+1
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-251-5/+0
* Rename Expression.static_type to Expression.value_typeJuerg Billeter2008-05-131-2/+2
* Rename VariableDeclarator to LocalVariable, removeJuerg Billeter2008-04-161-1/+1
* add support for private property accessorsJuerg Billeter2008-02-051-1/+7
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-2/+2
* add is_pure method to Expression classJuerg Billeter2007-11-291-0/+6
* 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-2/+3
* implement simple exception handling for expression and declarationJuerg Billeter2007-07-121-1/+6
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+76