summaryrefslogtreecommitdiff
path: root/vala/valamemberaccess.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Don't make GenericType nullable by defaultRico Tzschichholz2023-04-141-0/+1
* vala: Correctly handle pre/post-increment expression as index of element accessRico Tzschichholz2023-03-081-1/+1
* vala: Improve accessibility check inside member initializerRico Tzschichholz2022-04-041-0/+1
* vala: Keep error-code symbol reference in callable expression contextRico Tzschichholz2022-02-221-2/+4
* vala: Drop unused MemberAccess.creation_member property APIRico Tzschichholz2022-02-221-6/+1
* vala: Move dynamic property errors to semantic analyzer passRico Tzschichholz2022-02-061-0/+8
* vala: Add support to infer return type of dynamic signalsLorenz Wildberg2022-01-251-1/+7
* codegen: Access of stack allocated struct is guaranteed to be non nullRico Tzschichholz2022-01-241-1/+6
* codegen: Don't uncoditionally null check callback_func for GLib.ClosureRico Tzschichholz2022-01-241-0/+3
* codegen: Access of inline allocated array is guaranteed to be non nullRico Tzschichholz2022-01-231-0/+3
* vala: Require lvalue access of delegate target/destroy "fields"Rico Tzschichholz2022-01-161-0/+8
* Support "emit" for explicit signal emissionLorenz Wildberg2022-01-041-0/+13
* vala: Using SignalHandler.disconnect() is required for dynamic signalsRico Tzschichholz2021-11-011-0/+3
* vala: Improve error message for invalid handler of dynamic signalLorenz Wildberg2021-10-301-1/+5
* 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-6/+6
* codegen: Move some errors to semantic analyzer passRico Tzschichholz2021-10-171-0/+17
* vala: Disallow resize() for constant arrayswxx2021-08-141-8/+14
* vala: Add support for null-safe access operatorJeremy Philippe2021-08-061-0/+10
* vala: Mark tranformed static member-access as qualifiedRico Tzschichholz2021-03-201-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-261-0/+16
* vala: Generics value holding struct pointer requires casting on accessRico Tzschichholz2021-02-191-0/+3
* vala: Capturing va_list parameters/variables is not allowedRico Tzschichholz2021-02-161-0/+9
* vala: Include type-checks in preconditions of methods for type narrowingRico Tzschichholz2021-02-131-0/+20
* vala: Add support for type narrowingRico Tzschichholz2020-11-111-0/+49
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-13/+13
* 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