summaryrefslogtreecommitdiff
path: root/vala/valamemberaccess.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Mark tranformed static member-access as qualifiedRico Tzschichholz2021-04-041-0/+1
* vala: Set proper source_reference for implicit "this" and "result" variablesRico Tzschichholz2021-02-271-1/+1
* vala: Improve context check whether property is writeable on assignmentsRico Tzschichholz2021-02-271-0/+16
* vala: Generics value holding struct pointer requires casting on accessRico Tzschichholz2021-02-271-0/+3
* vala: Capturing va_list parameters/variables is not allowedRico Tzschichholz2021-02-271-0/+9
* vala: Recognize previously inserted implicit access to with-variablewip/issue/1043Nick Schrader2020-09-271-9/+4
* vala: Additionally break on ObjectCreationExpression in "tainted" checkRico Tzschichholz2020-08-191-1/+1
* Force usage of temporary variables for "tainted" member accessesRico Tzschichholz2020-08-131-0/+42
* vala: Switch context if with-variable is not owned by with-statement ifselfRico Tzschichholz2020-08-061-1/+8
* vala: Mark tranformed member-access as qualifiedRico Tzschichholz2020-08-051-0/+1
* vala: Allow prototype access to signal with emitterRico Tzschichholz2020-07-201-0/+22
* vala: Tranform instance member-access to a static one if possibleRico Tzschichholz2020-07-161-0/+10
* vala: Fully qualify member-access when using-directive was used to resolveRico Tzschichholz2020-07-151-0/+11
* vala: Don't allow "resize" invocation on variable with unowned array typeRico Tzschichholz2020-07-041-3/+7
* vala: Use available CodeContext instance for VersionAttribute.check()Rico Tzschichholz2020-06-171-1/+1
* Add support for "with" statementNick Schrader2020-06-021-1/+25
* vala: Set value_type of undefined member-access to avoid further criticalsRico Tzschichholz2020-05-091-0/+1
* vala: Check assigned handler of dynamic signal before proceeding furtherRico Tzschichholz2020-04-151-0/+5
* vala: Add local-variables to current scope regardless its error stateRico Tzschichholz2020-02-221-0/+4
* vala: Skip UsingDirective if error is setRico Tzschichholz2020-02-201-0/+4
* vala: Properly set CodeNode.error when reporting an error (2)Rico Tzschichholz2020-02-201-0/+1
* codegen: Fix support of dynamic DBus methodsRico Tzschichholz2019-11-141-0/+1
* vala: Restore DestroysInstance behaviour for non-compact classesRico Tzschichholz2019-11-061-1/+2
* vala: Don't mark method as used on recursive usage of itselfRico Tzschichholz2019-11-051-1/+11
* vala: Add GenericType.dup/destroy fieldsRico Tzschichholz2019-11-041-0/+5
* vala: Do not allow to .resize() on arrays with fixed lengthFlorian Brosch2019-10-291-0/+8
* vala: Allow direct access to array-typed members in POSIX profileRico Tzschichholz2019-10-191-1/+1
* vala: Micro optimizations for MemberAccessRico Tzschichholz2019-09-301-58/+56
* vala: Micro optimizations for SemanticAnalyzerRico Tzschichholz2019-09-301-2/+2
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-8/+8
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-2/+2
* vala: Add package_name to missing member error for external MemberAccessRico Tzschichholz2019-09-251-1/+12
* vala: Warn when directly accessing member of silent cast-expressionRico Tzschichholz2019-09-251-0/+4
* codegen: Always assign original variable when consuming instance to destroyRico Tzschichholz2019-04-081-0/+7
* vala: More regular invocations of check() on inferred Expression.value_typeRico Tzschichholz2019-03-061-0/+4
* vala: Don't ignore qualified parent when inferring type of enum memberRico Tzschichholz2019-03-011-1/+1
* vala: Parser doesn't ensure "protected" to be applied on TypeSymbol membersRico Tzschichholz2019-01-261-1/+1
* vala: Allow direct access to the integer constants of an error-domainRico Tzschichholz2019-01-121-0/+3
* Drop leftover deprecated syntax support of += and -= for dynamic signalsRico Tzschichholz2019-01-021-10/+1
* vala: Report invalid instance member access to propertyRico Tzschichholz2018-12-311-0/+2
* vala: Add Delegate/Method/ObjectTypeSymbol.has_type_parameters() and use themRico Tzschichholz2018-11-211-2/+2
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-1/+1
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-0/+6
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-1/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-5/+5
* vala: Use CodeContext.root instead of SemanticAnalyzer.root_symbolRico Tzschichholz2017-12-141-2/+2
* SemanticAnalyzer.get_data_type_for_symbol() doesn't require a TypeSymbolRico Tzschichholz2017-12-091-3/+3
* vala: Allow unscoped enum values where possibleRico Tzschichholz2017-11-191-0/+11
* vala: Fix MemberAccess.is_non_null() for EnumValue constantsOle André Vadla Ravnås2017-03-141-1/+1
* memberaccess: Don't resolve base_method/property twiceRico Tzschichholz2017-03-051-25/+6