summaryrefslogtreecommitdiff
path: root/vala/valalocalvariable.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Check type-arguments in more declarationsRico Tzschichholz2023-04-111-0/+1
* parser: Allow usage of dynamic on VarTypeRico Tzschichholz2022-02-061-0/+4
* vala: Silently accept unsafe assignment of "0" literal to enum typeRico Tzschichholz2021-12-171-1/+2
* vala: Allow unsafe assignment of integer to enum while reporting a noticeRico Tzschichholz2021-12-161-0/+3
* vala: Check for unavailable value-type of variable initializerRico Tzschichholz2021-11-171-0/+4
* Support explicit nullable var-type declarationsRico Tzschichholz2021-04-151-0/+4
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-3/+3
* vala: Issue an error on void initializer for local-variableRico Tzschichholz2020-09-301-0/+3
* vala: Use available CodeContext instance for VersionAttribute.check()Rico Tzschichholz2020-06-171-1/+1
* vala: Perform version check for types of non-external variable declarationsRico Tzschichholz2020-04-161-0/+7
* vala: Inline-allocated array can't be instantiated with creation expressionRico Tzschichholz2020-03-211-2/+2
* vala: Add local-variables to current scope regardless its error stateRico Tzschichholz2020-02-221-8/+9
* vala: Properly set CodeNode.error when reporting an error (2)Rico Tzschichholz2020-02-201-1/+4
* vala: Properly set CodeNode.error when reporting an errorRico Tzschichholz2020-02-101-0/+1
* vala: Inline allocated arrays require length or initializerRico Tzschichholz2020-02-011-0/+5
* vala: Improve check of delegate assignments and initializersRico Tzschichholz2019-11-081-11/+6
* vala: Support "unowned var" to declare local variablesRico Tzschichholz2019-11-051-3/+8
* vala: Micro optimizationsRico Tzschichholz2019-09-301-2/+2
* codegen: Move type-argument checks to SemanticAnalyzerRico Tzschichholz2019-09-251-0/+3
* vala: Check inferred variable_type of LocalVariablesRico Tzschichholz2019-01-251-0/+1
* vala: Report invalid instance member access to propertyRico Tzschichholz2018-12-311-1/+1
* vala: Array with fixed length don't require explicit instantiationRico Tzschichholz2018-12-161-2/+7
* vala: Move nullable setting of LocalVariable with reference type to check()Rico Tzschichholz2018-10-171-0/+13
* vala: Return early for invalid initializer of local variable declarationsRico Tzschichholz2018-09-211-1/+4
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* Don't initilize local variable if not requestedRico Tzschichholz2016-11-101-1/+1
* Revert "Always initialize temp variables to fix fatal warnings of GCC 4.8"Rico Tzschichholz2016-11-101-1/+0
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-4/+4
* Infer array length of inline allocated arraysFlorian Brosch2014-10-251-0/+23
* Drop LocalVariable.floating usage, replaced by create_temp_accessLuca Bruno2014-01-261-5/+0
* Always initialize temp variables to fix fatal warnings of GCC 4.8Luca Bruno2013-06-121-0/+1
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-5/+5
* Report error when variable or property type is voidJiří Zárevúcky2010-10-191-0/+5
* Add Variable classJürg Billeter2010-07-271-35/+2
* Prepare support for generic delegatesJürg Billeter2010-07-031-1/+1
* Report error when using instance member as initializer in static methodJürg Billeter2010-03-221-0/+5
* Improve error reporting for local variable initializersJürg Billeter2010-03-201-2/+2
* Do not initialize temporary variables where not necessaryJürg Billeter2009-09-171-0/+2
* Add support for closuresJürg Billeter2009-09-151-0/+2
* Support postconditions in normal methodsJürg Billeter2009-06-041-0/+2
* Remove result variable warningJürg Billeter2009-04-101-10/+0
* Rework header file generationJürg Billeter2009-03-311-2/+0
* Warn when using result variable with incompatible type to prepare possibleJürg Billeter2009-01-101-0/+10
* Fix compile errors when using postconditionsJürg Billeter2009-01-101-2/+6
* Support short-form of array creation expressions not just in localJürg Billeter2009-01-031-7/+5
* Avoid object duplication due to error handlingJürg Billeter2008-11-301-0/+5
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+7
* Move statement checking to code nodesJürg Billeter2008-11-071-0/+92
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-3/+1
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1