summaryrefslogtreecommitdiff
path: root/vala/valaassignment.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Allow to use store_field() for initializationsRico Tzschichholz2023-01-041-1/+1
* vala: Fix assignment operators for element accessSimon Werbeck2022-11-141-0/+30
* vala: Transform assignment of an array element as neededwxx2022-01-261-7/+28
* 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
* 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: Set more missing source references of CodeNode instancesRico Tzschichholz2021-10-171-1/+1
* vala: Improve context check whether property is writeable on assignmentsRico Tzschichholz2021-02-261-20/+0
* vala: Don't allow assigning GtkChild fields/propertiesRico Tzschichholz2021-01-171-0/+6
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-6/+6
* vala: Recursive check of assignment target to recognize constantsRico Tzschichholz2020-07-041-5/+20
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-3/+3
* vala: Inline-allocated array can't be instantiated with creation expressionRico Tzschichholz2020-03-211-2/+2
* vala: Don't create temp-variable for array concatenation expressionRico Tzschichholz2020-03-021-0/+2
* vala: Properly set CodeNode.error when reporting an errorRico Tzschichholz2020-02-101-0/+2
* vala: Improve check of delegate assignments and initializersRico Tzschichholz2019-11-081-11/+6
* vala: Do not allow to change .length of arrays with fixed lengthFlorian Brosch2019-10-291-0/+4
* vala: Add DelegateType.target/destroy fields to access its user-dataRico Tzschichholz2019-10-031-0/+2
* vala: Micro optimizations for AssignmentRico Tzschichholz2019-09-301-27/+27
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-1/+1
* vala: Report error for unsupported operator instead of assertionRico Tzschichholz2019-03-271-1/+4
* vala: Don't replace assignments for local variables with non-null simple-typesRico Tzschichholz2019-03-261-6/+4
* vala: More regular invocations of check() on inferred Expression.value_typeRico Tzschichholz2019-03-061-0/+4
* Revert "vala: Don't replace assignments for local variables with non-null sim...Rico Tzschichholz2019-02-211-4/+6
* vala: Use dedicated error message for assignments to literalsRico Tzschichholz2019-01-071-0/+4
* vala: Array with fixed length don't require explicit instantiationRico Tzschichholz2018-12-161-0/+9
* vala: Don't emit member access of assignments on static propertiesRico Tzschichholz2018-11-281-1/+1
* vala: Don't replace assignments for local variables with non-null simple-typesRico Tzschichholz2018-11-221-6/+4
* vala: Minor clean up assignment to binary expression transformationRico Tzschichholz2018-11-221-14/+17
* vala: Add AssignmentOperator.to_string()Rico Tzschichholz2018-11-151-19/+19
* vala: Add some missing type copyingRico Tzschichholz2018-10-231-4/+4
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+21
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-3/+5
* vala: Always analyze nodes after they are inserted into the ASTLuca Bruno2018-10-231-2/+2
* Drop deprecated syntax support of += and -= for signalsRico Tzschichholz2018-09-221-77/+25
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-6/+6
* Revert "semanticanalyzer: Transform replaced_nodes field into method"Rico Tzschichholz2018-01-291-1/+1
* vala: Replace if-else-tree with switchRico Tzschichholz2018-01-071-20/+11
* semanticanalyzer: Transform replaced_nodes field into methodRico Tzschichholz2017-12-151-1/+1
* Improve error while method is incompatible with delegateRico Tzschichholz2017-09-021-1/+1
* codegenerator: Add source_reference parameter to CodeGenerator.store_*()Rico Tzschichholz2017-06-191-3/+3
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+4
* Check for assignment to constantSimon Werbeck2016-09-181-0/+6
* vala: Fix critical warning with dynamic propertiesJürg Billeter2016-02-091-0/+2
* Fix regression in method calls that throw errors with Value target typeLuca Bruno2014-01-281-2/+2
* Initialize the variable directly when assigning a struct creationLuca Bruno2012-01-231-1/+2
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+5
* Don't set target_value of assignment if parent is an expression statementLuca Bruno2011-07-061-9/+11