summaryrefslogtreecommitdiff
path: root/vala/valaexpressionstatement.vala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-1/+1
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-1/+1
* vala: Parse standalone integer/real literals as expression statementRico Tzschichholz2020-04-041-0/+4
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-1/+1
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-2/+4
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-3/+3
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+2
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+6
* Drop deprecated support for assigning to construct-only propertiesJürg Billeter2010-08-091-21/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Separate visiting expressions from visiting expression statementsJürg Billeter2008-11-301-3/+5
* 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/+1
* Move statement checking to code nodesJürg Billeter2008-11-071-1/+19
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-1/+1
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1
* 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-5/+5
* rename replace method to replace_expression and require arguments of typeJuerg Billeter2007-12-021-2/+2
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* use setters for non-construction properties in creation methods to improveJuerg Billeter2007-07-231-5/+8
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-13/+11
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+85