summaryrefslogtreecommitdiff
path: root/vala/valascanner.vala
Commit message (Expand)AuthorAgeFilesLines
* Add `owned' type modifier and `(owned)' cast to replace `#', add `unowned'Jürg Billeter2008-12-191-0/+6
* Support parameter arrays, fixes bug 538897Jürg Billeter2008-11-141-1/+8
* Parse yield statementsJürg Billeter2008-11-011-0/+6
* Fix member access on integer literals, fixes bug 547419Jürg Billeter2008-09-271-1/+1
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-5/+3
* Add parser support for internal symbol accessibilityJürg Billeter2008-07-171-0/+3
* Remove unused fieldJürg Billeter2008-06-211-2/+1
* Fix line number calculation for verbatim strings, fixes bug 537123Jürg Billeter2008-06-151-6/+12
* Support qualified access to global symbols with `global::'Juerg Billeter2008-05-251-0/+4
* Add support for """verbatim strings"""Juerg Billeter2008-05-201-0/+22
* Improve support for dynamic types, add `dynamic' type modifier, portJuerg Billeter2008-04-201-1/+8
* Replace [Import] attribute by `extern' keyword, rename `is_imported'Juerg Billeter2008-04-201-0/+3
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-1/+1
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-1/+1
* Replace generated Vala scanner and parser by handwritten classesJuerg Billeter2008-04-131-0/+774