summaryrefslogtreecommitdiff
path: root/vala/valacodevisitor.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Rename Loop to LoopStatement and introduce a common base classRico Tzschichholz2021-02-011-1/+1
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-3/+3
* Add support for "with" statementNick Schrader2020-06-021-0/+8
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* Drop Dova profileJürg Billeter2012-08-061-24/+0
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* Remove visit_memberJürg Billeter2010-07-271-9/+1
* Add experimental support for regular expression literalsJukka-Pekka Iivonen2010-03-251-0/+9
* Fix lock statementJiří Zárevúcky2010-03-241-0/+8
* dova: Accept list, set, and map literals and tuplesJürg Billeter2010-03-131-0/+32
* Fix cast expressions in string templatesJürg Billeter2010-01-091-0/+8
* Initial support for array slicesJürg Billeter2009-12-191-0/+8
* Support named arguments with ellipsis parametersJürg Billeter2009-10-211-0/+8
* Convert while loops into simple loopsJürg Billeter2009-06-061-0/+8
* Remove ParenthesizedExpression to simmplify ASTJürg Billeter2009-02-181-9/+2
* Rename InvocationExpression to MethodCallJürg Billeter2008-11-201-1/+1
* Parse yield statementsJürg Billeter2008-11-011-0/+8
* Remove NamedArgument, improve attribute lookup performanceJürg Billeter2008-10-261-8/+0
* Replace NamespaceReference by UsingDirective and UnresolvedSymbol, fixesJürg Billeter2008-09-261-3/+3
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-0/+8
* Rename VariableDeclarator to LocalVariable, removeJuerg Billeter2008-04-161-11/+3
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-72/+72
* Merge Literal and LiteralExpressionJuerg Billeter2008-03-311-8/+0
* change my email from rasa@gmx.ch to raffaele@sandrini.ch fix perviousRaffaele Sandrini2008-02-191-1/+1
* Support delete operator for pointers, fixes bug 512868Juerg Billeter2008-02-071-0/+8
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-0/+16
* rename Callback to DelegateJuerg Billeter2008-01-121-4/+4
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-1/+1
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-1/+1
* switch lambda expression to external visitorJuerg Billeter2007-09-171-10/+2
* switch object creation expression to external visitorJuerg Billeter2007-09-171-11/+2
* switch invocation expression to external visitorJuerg Billeter2007-09-171-10/+2
* switch return statement to external visitorJuerg Billeter2007-09-171-10/+2
* switch block to external visitorJuerg Billeter2007-09-171-20/+4
* switch assignment to external visitorJuerg Billeter2007-09-171-10/+2
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* don't implicitly derive from GLib.Object in preparation for a moreJuerg Billeter2007-08-301-1/+1
* adapt visit initializer and visit array creation to external visitor checkRaffaele Sandrini2007-08-161-19/+3
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-16/+0
* move iteration of throw statements, try statements, and catch clauses fromJuerg Billeter2007-07-131-30/+6
* move iteration of symbol nodes from accept to accept_children methodJürg Billeter2007-06-151-71/+15
* move iteration of data types from accept to accept_children methodJürg Billeter2007-06-151-60/+12
* move iteration of source files and namespaces from accept toJürg Billeter2007-06-151-20/+4
* support sizeof expression update add struct_size param to GLib.SourceJürg Billeter2007-05-311-0/+8
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+838