summaryrefslogtreecommitdiff
path: root/vala/valaarraytype.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Improve compatibility type checks of array elements in assignmentsRico Tzschichholz2023-01-301-0/+6
* vala: Remove some public API from symbols and typesRico Tzschichholz2022-02-061-1/+1
* Add native support to specify non default length-type for arraysRico Tzschichholz2022-01-041-1/+7
* vala: Add optional SourceReference parameter to DataType classesRico Tzschichholz2021-09-291-2/+1
* vala: length-type of arrays must not be nullableRico Tzschichholz2021-04-151-1/+1
* vala: Check array type of declarations for errornous type-argumentsRico Tzschichholz2021-03-071-1/+12
* Use pre-resolved symbol/type of SemanticAnalyzer if possibleRico Tzschichholz2021-03-051-1/+1
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* vala: Don't loose invalid_syntax when copying array type for local variableRico Tzschichholz2020-07-021-0/+2
* vala: Reduce calls of CodeContext.get()Rico Tzschichholz2020-06-111-3/+5
* vala: Accept enum-values as length for inline allocated arraysRico Tzschichholz2020-03-141-1/+2
* vala: Properly set CodeNode.error when reporting an errorRico Tzschichholz2020-02-101-0/+3
* codegen: Use alternative for g_renew in POSIX profileRico Tzschichholz2019-10-191-1/+5
* vala: Micro optimizationsRico Tzschichholz2019-09-301-2/+2
* vala: Unify backing symbol instance of data-typesRico Tzschichholz2019-09-301-0/+1
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-4/+4
* vala: Return unowned references of internal helper symbolsRico Tzschichholz2019-09-301-4/+4
* vala: Correctly perform compatibility check of array length-typeRico Tzschichholz2019-02-281-4/+4
* vala: Allow get_actual_type() to be used for expected failuresRico Tzschichholz2018-12-201-1/+1
* vala: Add ArrayType.length_type and ArrayCreationExpression.length_typeRico Tzschichholz2018-11-021-14/+49
* vala: Drop DataType.is_array() and use usual type check as anywhere elseRico Tzschichholz2018-10-311-4/+0
* vala: Check if ArrayType supports its given element-type in analyzer passRico Tzschichholz2018-09-201-0/+11
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-1/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* Use type-check to determine a GenericTypeRico Tzschichholz2017-12-061-1/+1
* Add explicit copy method for arraysLuca Bruno2016-10-201-0/+16
* Fix type parameter check for overriding generic methodsJürg Billeter2016-09-261-3/+3
* Recursively infer generic type argumentsSimon Werbeck2014-11-171-0/+9
* Fix previous 6c36eb4 commitLuca Bruno2014-06-281-1/+1
* codewriter: Do not write (unowned string)[] for constantsLuca Bruno2014-06-281-1/+1
* Fix writing vapis with (unowned type)[]Luca Bruno2014-05-171-2/+7
* Support non-literal length in fixed-size arraysSimon2014-03-301-1/+20
* Fix crash due to not copying a typeLuca Bruno2013-10-171-4/+3
* 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
* Forbid `resize' method for multi-dimensional arraySimon Werbeck2012-11-111-0/+3
* codewriter: Support fixed-length arraysJürg Billeter2012-08-061-2/+6
* Drop POSIX profileJürg Billeter2012-08-061-1/+1
* Drop Dova profileJürg Billeter2012-08-061-2/+0
* Consider GLib.Object?[] compatible to GLib.Object[]Jürg Billeter2012-01-261-1/+1
* Support creation of arrays with nullable elementsAaron Andersen2011-12-101-0/+4
* Move DataType.get_cdeclarator_suffix to the codegenLuca Bruno2011-08-041-10/+0
* Drop C specific methods from the code treeLuca Bruno2011-08-011-29/+11
* dova: Convert Array to structJürg Billeter2011-04-081-5/+5
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-4/+4
* Do not consider fixed-length arrays as disposableJürg Billeter2010-10-161-0/+7
* Improve performance of SemanticAnalyzer.is_type_accessibleJürg Billeter2010-09-091-2/+2
* Add Variable classJürg Billeter2010-07-271-2/+2
* Support GVariant casts and GDBus clients and serversJürg Billeter2010-06-201-0/+5