summaryrefslogtreecommitdiff
path: root/vala/valamemberaccess.vala
Commit message (Expand)AuthorAgeFilesLines
* 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
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+4
* Introduce [Version (...)]Florian Brosch2016-01-301-2/+1
* non-nullable: Accessing array methods is safe when the array is nullLuca Bruno2014-06-181-1/+2
* Fix calling methods on struct pointersLuca Bruno2014-01-251-3/+10
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-4/+2
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-2/+4
* Support static methods in generic classesJürg Billeter2012-08-141-2/+12
* Fix symbol resolution in closuresJürg Billeter2012-08-081-1/+1
* Do not warn when calling .begin or .end on static async methodJürg Billeter2012-08-061-1/+5
* Fix incorrect warning on constructor chain upJürg Billeter2012-08-061-1/+1
* Do not require explicit `this' to access generated to_string methodJürg Billeter2012-08-061-0/+29
* Warn when accessing static members with an instance referenceJürg Billeter2012-08-061-1/+5
* Do not access static members with instance referencesJürg Billeter2012-08-061-4/+4
* Drop POSIX profileJürg Billeter2012-08-061-1/+1
* Report error when accessing constants of outer methodsJürg Billeter2012-06-241-0/+7
* Support virtual interface signalsJürg Billeter2012-05-251-1/+9
* Fix regression when calling .resize() or .move() on arrays inside structsLuca Bruno2011-09-291-7/+7
* Fix length access to multidimensional arrays and access to array fieldsLuca Bruno2011-09-081-1/+1
* Revert "Set lvalue access for struct properties"Luca Bruno2011-09-021-1/+1
* Set lvalue access for struct propertiesLuca Bruno2011-09-021-1/+1
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+5
* Set lvalue to inner expression when accessing array length fieldLuca Bruno2011-07-061-0/+3
* Set lvalue to inner member access having type non-nullable structLuca Bruno2011-07-061-0/+22
* Fix target_type of inner expression for generic field accessLuca Bruno2011-06-161-1/+2
* gdk-3.0: Fix gdk_window_destroy bindingJürg Billeter2011-05-161-0/+2
* Fix checking access to async callback for base methodsLuca Bruno2011-04-221-1/+11
* Forbid access to async callback out of the relative async methodLuca Bruno2011-04-161-0/+6
* Allow access to length of constant array in constant initializer listsJürg Billeter2011-04-051-0/+3
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+1
* Report error for constants with non-constant expressionsJürg Billeter2011-02-081-1/+5
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-29/+29
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-4/+4
* Use public accesibility by default for property accessorsJürg Billeter2010-10-161-2/+0
* Check accessibility of constantsJürg Billeter2010-09-101-0/+3
* MemberAccess: Fix crash in .to_string()Ryan Lortie2010-09-091-1/+1
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+10
* Add Variable classJürg Billeter2010-07-271-3/+3
* Derive EnumValue from ConstantJürg Billeter2010-07-271-1/+1
* dova: Use simple . instead of -> for pointer member accessJürg Billeter2010-07-091-1/+1
* Deny access to instance members from nullable referencesJürg Billeter2010-06-221-0/+5
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+1
* Fix instance access check for static lambda expressionsJürg Billeter2010-03-221-1/+10
* Fix protected member access in interfacesAdam Folmert2010-03-221-0/+7
* Fix closures in property accessorsJürg Billeter2010-03-211-4/+21
* Fix member access for derived generic typesJürg Billeter2010-03-211-1/+5
* Do not allow access to members using generic types without type argsJürg Billeter2010-03-211-0/+42
* Do not allow access to instance members of outer classesJürg Billeter2010-03-201-0/+10
* Support .connect() and .connect_after() for dynamic signalsLuca Bruno2010-03-201-0/+14