summaryrefslogtreecommitdiff
path: root/vala/valadestructor.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: Report a warning for unhandled errors in destructorsRico Tzschichholz2021-04-241-0/+10
* vala: Properly restore SemanticAnalyzer.current_symbol to its original valueRico Tzschichholz2020-11-141-1/+2
* vala: Check "this_parameter" if availableRico Tzschichholz2019-11-171-0/+4
* vala: scope "owner" of constructor/destructor subroutines is already setRico Tzschichholz2019-11-171-2/+1
* Fix check for missing return statements in non-void methodsJürg Billeter2010-11-151-1/+5
* Add Subroutine classJürg Billeter2010-10-291-6/+1
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-5/+5
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* Documentation fixesDidier 'Ptitjes2009-10-311-1/+1
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move member checking to code nodesJürg Billeter2008-11-071-0/+17
* 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
* , vala/valadestructor.vala, vala/valasemanticanalyzer.vala,Juerg Billeter2008-04-191-8/+8
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-2/+2
* 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-12/+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