summaryrefslogtreecommitdiff
path: root/vala/valamethodcall.vala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-3/+2
* Insert "%s" argument in printf calls with non-literal format stringJürg Billeter2009-10-101-0/+15
* Fix critical on invalid chain upJürg Billeter2009-09-251-1/+5
* GAsync: Fix .begin on async methods that may throw errorsJürg Billeter2009-09-141-6/+10
* Report error when using yield expressions outside async methodsJürg Billeter2009-09-141-3/+9
* GAsync: Fix .begin and add support for .endJürg Billeter2009-09-131-6/+20
* GAsync: Require yield expression for async method callsJürg Billeter2009-09-131-0/+6
* Report error on unsupported constructor chain upJürg Billeter2009-08-161-0/+16
* Fix error message when trying to invoke objectJürg Billeter2009-07-281-1/+1