summaryrefslogtreecommitdiff
path: root/vala/valaunresolvedsymbol.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Refactor UnresolvedSymbol/Type constructorsRico Tzschichholz2021-04-151-11/+6
* vala: Micro optimizationsRico Tzschichholz2019-09-301-1/+1
* Fix parsing array creation expressions using nested namespacesJürg Billeter2009-09-251-0/+14
* Ensure constructors are chained upJürg Billeter2009-08-161-3/+2
* Replace NamespaceReference by UsingDirective and UnresolvedSymbol, fixesJürg Billeter2008-09-261-8/+1
* Support qualified access to global symbols with `global::'Juerg Billeter2008-05-251-0/+5
* generalize symbol resolving to fully support inner typesJuerg Billeter2008-02-241-0/+57