summaryrefslogtreecommitdiff
path: root/vala/valabinaryexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-8/+49
* Don't require libgee for `in' operationsJürg Billeter2008-11-281-20/+25
* Improve get_actual_type signatureJürg Billeter2008-11-281-1/+1
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-0/+10
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+1
* Move object creation expression checking to ObjectCreationExpression.checkJürg Billeter2008-11-051-0/+6
* Move binary expression checking to BinaryExpression.checkJürg Billeter2008-11-051-1/+158
* Extend non-null check when managing memory, fixes bug 530422Jürg Billeter2008-10-171-0/+4
* Treat the result of two concatenated string constants as constant, fixesJürg Billeter2008-10-171-0/+4
* 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
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-9/+9
* Replace generated Vala scanner and parser by handwritten classesJuerg Billeter2008-04-131-0/+1
* support binary expressions in default argumentsJuerg Billeter2008-02-291-1/+31
* rename replace method to replace_expression and require arguments of typeJuerg Billeter2007-12-021-3/+3
* add is_pure method to Expression classJuerg Billeter2007-11-291-0/+4
* add support for `in' operator for enums, fixes bug 473820Juerg Billeter2007-10-281-2/+3
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+117