summaryrefslogtreecommitdiff
path: root/vala/valamethodcall.vala
Commit message (Expand)AuthorAgeFilesLines
* Move to .foreach methods where it does not impact readabilitywip/geeMaciej Piechotka2017-05-031-36/+51
* vala: Perform arguments-check against actual .end() method-signatureRico Tzschichholz2017-03-221-0/+7
* Improve constructor chain-up checksSimon Werbeck2016-12-071-59/+39
* methodcall: Don't try to remove N_/NC_ while they are properly handled in CRico Tzschichholz2016-11-301-19/+0
* Support [FormatArg] attribute for parametersJürg Billeter2016-11-031-2/+14
* Fix deprecation of class/struct fieldsRico Tzschichholz2016-11-031-1/+1
* Check printf arguments of object creation expressionsJürg Billeter2016-11-011-0/+2
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+10
* Fix type parameter check for overriding generic methodsJürg Billeter2016-09-261-5/+9
* Recursively infer generic type argumentsSimon Werbeck2014-11-171-9/+3
* Detect format string errors when instancing errorsSimon Werbeck2014-07-071-114/+1
* Fix regression in method calls that throw errors with Value target typeLuca Bruno2014-01-281-3/+4
* Use create_temp_access instead of local.floating in MethodCallLuca Bruno2014-01-261-5/+2
* Fix crash due to not copying a typeLuca Bruno2013-10-171-1/+1
* Support chain up to constructv functions.Luca Bruno2013-09-211-2/+17
* Drop POSIX profileJürg Billeter2012-08-061-1/+1
* Drop Dova profileJürg Billeter2012-08-061-4/+2
* Deprecate implicit .begin for async methodsJürg Billeter2012-07-311-1/+4
* Improve assertion messagesJürg Billeter2012-06-021-0/+5
* Report error if type args were provided for a method without type paramsLuca Bruno2011-11-071-1/+1
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+2
* Set lvalue to inner expression of method call that returns modified pointerLuca Bruno2011-07-061-0/+3
* Fix .begin and .end on async methods using generic typesJürg Billeter2011-06-171-0/+15
* Allow use of N_("foo") in constant initializer listsJürg Billeter2011-02-091-0/+19
* Fix signals with generic parametersJürg Billeter2011-02-081-1/+9
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-34/+34
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-5/+5
* Fix connecting to dynamic signals with non-void return typeJürg Billeter2010-10-181-0/+1
* Fix use of N_ in constant initializersJürg Billeter2010-10-111-0/+19
* codegen: Use builder APIJürg Billeter2010-09-091-0/+1
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+19
* Add Variable classJürg Billeter2010-07-271-3/+3
* dova: Drop checked exceptionsJürg Billeter2010-07-181-2/+4
* Prepare support for generic delegatesJürg Billeter2010-07-031-1/+4
* Add support for [Print] method attributeJürg Billeter2010-07-021-0/+11
* Do not allow .begin() and .end() in yield statementLuca Bruno2010-06-281-9/+14
* Fix error propagation in constructor chain upJürg Billeter2010-06-281-0/+13
* Fix crash when unable to infer generic type argumentsJürg Billeter2010-03-211-1/+3
* Fix memory management with inferred generic type argumentsJürg Billeter2010-03-201-2/+4
* Infer type arguments when calling generic methodsJürg Billeter2010-03-201-0/+76
* Support explicit constructors for boolean, integer, and floating typesJürg Billeter2010-03-201-1/+1
* Do not support constructors for boolean, integer, and floating typesJürg Billeter2010-03-201-0/+7
* Support .connect() and .connect_after() for dynamic signalsLuca Bruno2010-03-201-0/+14
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Support returns_floating_reference attribute for methodsJürg Billeter2010-03-031-1/+4
* Do not consider struct creation as chain-upJürg Billeter2010-02-011-7/+31
* Support chaining up to constructors in structsJürg Billeter2010-01-291-0/+9
* Report error when field initializers may throw errorsJürg Billeter2009-12-131-0/+3
* Support constructor chain up to GObject using Object (...)Jürg Billeter2009-10-211-12/+24
* Do not split conditional expressions in assertsJürg Billeter2009-10-181-0/+6