summaryrefslogtreecommitdiff
path: root/vala/valaunresolvedtype.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Add optional SourceReference parameter to DataType classesRico Tzschichholz2021-09-291-5/+5
* vala: Refactor UnresolvedSymbol/Type constructorsRico Tzschichholz2021-04-151-14/+6
* vala: Use is_weak() for type-arguments in DataType.to_qualified_string()Rico Tzschichholz2018-11-041-1/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-2/+2
* UnresolvedType: Override is_disposable methodJürg Billeter2010-09-101-0/+4
* UnresolvedType: Improve .to_string()Ryan Lortie2010-09-091-1/+24
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Fix parsing array creation expressions using nested namespacesJürg Billeter2009-09-251-24/+11
* Report unused fields, methods, and local variablesJürg Billeter2008-11-141-2/+0
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-0/+2
* Write qualified types in the interface writerJuerg Billeter2008-05-251-1/+1
* Don't use UnresolvedType for array and pointer types, add basic supportJuerg Billeter2008-05-171-20/+0
* Replace DataType.transfers_ownership and DataType.takes_ownership byJuerg Billeter2008-05-161-2/+1
* Improve support for dynamic types, add `dynamic' type modifier, portJuerg Billeter2008-04-201-0/+1
* Remove is_ref and is_out properties from DataType class, add directionJuerg Billeter2008-04-151-2/+0
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-1/+1
* move experimental null reference checking to separate visitorJuerg Billeter2008-04-141-1/+0
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-2/+2
* Replace generated Vala scanner and parser by handwritten classesJuerg Billeter2008-04-131-0/+4
* generalize symbol resolving to fully support inner typesJuerg Billeter2008-02-241-17/+9
* change my email from rasa@gmx.ch to raffaele@sandrini.ch fix perviousRaffaele Sandrini2008-02-191-1/+1
* add more non-null warningsJuerg Billeter2008-02-011-26/+1
* Use non-null types by default when passing --enable-non-null to valac,Juerg Billeter2008-01-091-5/+5
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-0/+158