summaryrefslogtreecommitdiff
path: root/vala/valanulltype.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Add optional SourceReference parameter to DataType classesRico Tzschichholz2021-09-291-2/+1
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* vala: Unify backing symbol instance of data-typesRico Tzschichholz2019-09-301-0/+1
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-3/+3
* Use type-check to determine a GenericTypeRico Tzschichholz2017-12-061-2/+2
* Drop C specific methods from the code treeLuca Bruno2011-08-011-8/+0
* dova: Fix cname of null typeJürg Billeter2010-07-231-2/+6
* Make argument of NullType constructor nullableEvan Nemerson2010-04-091-1/+1
* Use strict non-null types with --enable-experimental-non-nullJürg Billeter2009-10-181-1/+10
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-0/+4
* Fix handling of const types, fixes bug 529851Juerg Billeter2008-04-261-0/+4
* Remove is_ref and is_out properties from DataType class, add directionJuerg Billeter2008-04-151-1/+0
* move experimental null reference checking to separate visitorJuerg Billeter2008-04-141-3/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-2/+2
* fix assigning to delegate fields and variablesJuerg Billeter2008-02-261-1/+1
* add more non-null warningsJuerg Billeter2008-02-011-4/+6
* use ArrayType classJuerg Billeter2008-01-241-1/+1
* simplify conditional expression type analysis, fixes crashJuerg Billeter2008-01-181-0/+4
* rename Callback to DelegateJuerg Billeter2008-01-121-1/+1
* Use non-null types by default when passing --enable-non-null to valac,Juerg Billeter2008-01-091-4/+8
* remove Pointer classJuerg Billeter2007-12-151-1/+0
* update to be compatible with new pointer typesJuerg Billeter2007-12-151-0/+21
* add NullType and VoidType classesJuerg Billeter2007-12-041-0/+31