summaryrefslogtreecommitdiff
path: root/vala/valamethodcall.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Improve error message for wrong number of type-argumentsRico Tzschichholz2023-04-081-2/+2
* vala: Don't unconditionally expect ObjectType of ClassRico Tzschichholz2022-07-301-1/+1
* vala: Add common CallableExpression.call property APIRico Tzschichholz2022-02-221-6/+3
* codegen: Correctly handle chain up of struct creation methodsRico Tzschichholz2021-12-111-1/+2
* 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-3/+3
* vala: Add support for null-safe access operatorJeremy Philippe2021-08-061-0/+5
* vala: Add CallableExpression interface for MethodCall/ObjectCreationExpressionRico Tzschichholz2021-01-261-1/+1
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-7/+7
* vala: Add ObjectCreationExpression.to_string()Rico Tzschichholz2020-08-201-2/+1
* vala: Improve check of expression passed to yieldRico Tzschichholz2020-07-201-11/+11
* vala: Remove some public API from expressions and statements (2)Rico Tzschichholz2020-07-131-1/+1
* vala: Property must be writable when invoking ReturnsModifiedPointer methodRico Tzschichholz2020-07-041-1/+7
* vala: Don't carry floating reference into unknown target type expressionRico Tzschichholz2020-06-261-0/+5
* vala: Ensure non-empty argument list for "disconnect" before accessing itPrinceton Ferro2020-04-171-2/+1
* vala: Properly set CodeNode.error when reporting an error (2)Rico Tzschichholz2020-02-201-0/+2
* vala: Don't process arguments of MethodCall if error is setRico Tzschichholz2020-02-181-2/+5
* Add further support for params arraysRico Tzschichholz2020-01-151-1/+1
* vala: Keep formal_target_type when transforming method-call/object-creationRico Tzschichholz2019-11-191-0/+2
* vala: Use private argument_list field instead of get_argument_list()Rico Tzschichholz2019-10-141-17/+15
* vala: Micro optimizations for MethodCallRico Tzschichholz2019-09-301-46/+41
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-1/+1
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-2/+2
* codegen: Resolve generics in sizeof-expression of parameter initializerRico Tzschichholz2019-03-221-0/+9
* gsignal: Move disconnect error from signal-module to semantic-analyzer passRico Tzschichholz2019-03-101-0/+10
* vala: More regular invocations of check() on inferred Expression.value_typeRico Tzschichholz2019-03-061-0/+2
* vala: Both arguments of NC_() must be constant for this call to be constantRico Tzschichholz2019-01-231-2/+2
* vala: Don't tweak closure on static lambdasRico Tzschichholz2019-01-211-2/+3
* vala: Multiple lamdba arguments in method call should all use closure scopeRico Tzschichholz2019-01-151-0/+14
* vala: Add Delegate/Method/ObjectTypeSymbol.has_type_parameters() and use themRico Tzschichholz2018-11-211-1/+1
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+22
* vala: Fix several AST construction/parenting issuesRico Tzschichholz2018-10-231-1/+1
* Recurse arguments when getting error types for method callsLuca Bruno2018-10-231-0/+4
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-40/+23
* vala: Always analyze nodes after they are inserted into the ASTLuca Bruno2018-10-231-1/+0
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-1/+1
* vala: Treat floating method-return-type as nullable if error may be thrownRico Tzschichholz2018-04-151-0/+4
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-4/+4
* vala: Make SemanticAnalyzer.check_arguments() independent of contextRico Tzschichholz2018-02-191-0/+4
* Revert "semanticanalyzer: Transform replaced_nodes field into method"Rico Tzschichholz2018-01-291-1/+1
* semanticanalyzer: Transform replaced_nodes field into methodRico Tzschichholz2017-12-151-1/+1
* vala: Don't transform an explicit "null" into a valid format-stringRico Tzschichholz2017-12-061-1/+3
* codegen: Fix finally blocks with async yieldsLuca Bruno2017-05-091-1/+0
* 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