summaryrefslogtreecommitdiff
path: root/vala/valaarraycreationexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* Add native support to specify non default length-type for arraysRico Tzschichholz2022-01-041-0/+4
* vala: length-type of arrays must not be nullable (2)Rico Tzschichholz2021-04-201-1/+1
* vala: Check (optional) type-arguments of array creation expressionRico Tzschichholz2021-03-071-0/+6
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-2/+2
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-1/+1
* vala: Use correct value-type for ArrayCreationExpression used as argumentRico Tzschichholz2020-06-151-0/+4
* vala: Improve source documentationRico Tzschichholz2020-05-271-1/+3
* vala: Support struct initializer list in non-constant arraySimon Werbeck2020-03-251-1/+1
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-3/+3
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-1/+1
* vala: Add missing closing brace/bracket in to_string()Rico Tzschichholz2019-08-171-0/+1
* vala: Add ArrayType.length_type and ArrayCreationExpression.length_typeRico Tzschichholz2018-11-021-0/+43
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+18
* vala: Fix several AST construction/parenting issuesRico Tzschichholz2018-10-231-0/+1
* vala: Check if ArrayType supports its given element-type in analyzer passRico Tzschichholz2018-09-201-0/+4
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-5/+5
* vala: The rank of an array-initializer should match the target's rankRico Tzschichholz2018-02-171-0/+6
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+14
* vala: Don't force array-elements to be owned, unowned ones are supportedRico Tzschichholz2016-09-161-2/+0
* Add some missing get_used_variables methodsSimon Werbeck2014-08-111-0/+10
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-1/+1
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-1/+1
* Report error on invalid initializer expressionLuca Bruno2010-12-191-1/+3
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-8/+8
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+14
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Fix crash on array creation expressions throwing errorsJürg Billeter2010-01-101-1/+13
* Documentation fixesDidier 'Ptitjes2009-10-311-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-5/+4
* Support enum values as array indicesJürg Billeter2009-05-081-1/+1
* Do not depend on uint64 in semantic analyzerJürg Billeter2009-05-051-1/+1
* Support initializers for multi-dimensional arrays, fixes bug 541256Jürg Billeter2009-01-041-3/+6
* Support short-form of array creation expressions not just in localJürg Billeter2009-01-031-2/+12
* Detect conflicting local variables in parent scopesJürg Billeter2008-12-131-4/+4
* Accept any integer type as array indexJürg Billeter2008-11-301-1/+1
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-9/+0
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+9
* Allow any integer compatible value to be used as array index, fixes bugJürg Billeter2008-11-171-1/+1
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-4/+4
* Move array creation expression checking to ArrayCreationExpression.checkJürg Billeter2008-11-071-0/+114
* Add CCodeArrayModuleJürg Billeter2008-10-241-4/+0
* 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
* Use lazy initialization for code bindingsJuerg Billeter2008-04-191-0/+4
* fix build when using non-null typesJuerg Billeter2008-04-131-4/+4
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+5
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-4/+4
* change my email from rasa@gmx.ch to raffaele@sandrini.ch fix perviousRaffaele Sandrini2008-02-191-1/+1
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-2/+16