summaryrefslogtreecommitdiff
path: root/vala/valareferencetransferexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Ownership transfer of inline-allocated array is not allowedRico Tzschichholz2020-12-281-0/+6
* vala: Improve source documentationRico Tzschichholz2020-05-271-1/+3
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-1/+1
* vala: Micro optimizationsRico Tzschichholz2019-09-301-4/+4
* vala: More regular invocations of check() on inferred Expression.value_typeRico Tzschichholz2019-03-061-0/+1
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+4
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+4
* codegen: Allow scope=async delegates to be used in vala codeLuca Bruno2013-07-141-1/+3
* Fix flow analysis for reference transfer expressionsJürg Billeter2011-08-011-0/+14
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+2
* Support reference transfer for delegatesLuca Bruno2011-01-151-8/+0
* 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-1/+9
* Documentation fixesDidier 'Ptitjes2009-10-311-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Fix handling of owned delegatesJürg Billeter2009-09-191-0/+8
* 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/+1
* Move expression checking to code nodesJürg Billeter2008-11-101-0/+36
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-0/+2
* Replace DataType.transfers_ownership and DataType.takes_ownership byJuerg Billeter2008-05-161-4/+6
* 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
* add is_pure method to Expression classJuerg Billeter2007-11-291-0/+4
* 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/+64