summaryrefslogtreecommitdiff
path: root/vala/valaconstructor.vala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-3/+3
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-3/+3
* vala: this_parameter property for subroutines is nullablePrinceton Ferro2021-07-231-1/+1
* vala: Properly restore SemanticAnalyzer.current_symbol to its original valueRico Tzschichholz2020-11-141-1/+2
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* vala: Don't check for unhandled error if error is set on bodyRico Tzschichholz2020-02-201-5/+7
* vala: Check "this_parameter" if availableRico Tzschichholz2019-11-171-0/+4
* vala: Unify "this_parameter" creation using SemanticAnalyzer.get_this_type()Rico Tzschichholz2019-11-171-3/+0
* vala: scope "owner" of constructor/destructor subroutines is already setRico Tzschichholz2019-11-171-3/+2
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-1/+3
* Fix check for missing return statements in non-void methodsJürg Billeter2010-11-151-2/+6
* Add Subroutine classJürg Billeter2010-10-291-6/+1
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-6/+6
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-2/+2
* Support null source references in more placesEvan Nemerson2010-08-041-1/+1
* Documentation fixesDidier 'Ptitjes2009-10-311-1/+1
* Also drop dynamic error warning from constructorsJürg Billeter2009-09-131-2/+4
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move member checking to code nodesJürg Billeter2008-11-071-0/+24
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-2/+1
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Add support for class constructors, class fields, and class methods, fixesJuerg Billeter2008-04-231-1/+1
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-2/+2
* report warning when using deprecated syntax for property default valuesJuerg Billeter2008-04-131-1/+1
* add support for static constructors, fixes bug 506985Juerg Billeter2008-03-291-12/+3
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-2/+7
* move iteration of symbol nodes from accept to accept_children methodJürg Billeter2007-06-151-6/+6
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+67