summaryrefslogtreecommitdiff
path: root/vala/valatypecheck.vala
Commit message (Expand)AuthorAgeFilesLines
* Revert errornous git pushRico Tzschichholz2020-11-141-1/+1
* vala: More copying of dedicated data-type instances for code-nodesRico Tzschichholz2020-11-141-1/+1
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* vala: Remove some public API from expressions and statements (2)Rico Tzschichholz2020-07-131-2/+2
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-1/+1
* vala: Type check for errors require an error expressionRico Tzschichholz2018-11-271-0/+6
* vala: Use DataType.get_type_arguments()Rico Tzschichholz2018-11-211-1/+1
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+4
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-1/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-4/+4
* Drop POSIX profileJürg Billeter2012-08-061-1/+1
* Report warning for type arguments in type check expressionsFlorian Brosch2012-01-261-0/+4
* Check left parameter of isFlorian Brosch2012-01-171-0/+6
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-4/+4
* Port remaining code nodes to use accept_children for visiting childrenLuca Bruno2010-09-101-4/+6
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-1/+9
* Documentation fixesDidier 'Ptitjes2009-10-311-1/+1
* Fix crash with type check expressionsJürg Billeter2009-09-131-1/+14
* Rework header file generationJürg Billeter2009-03-311-3/+1
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-4/+0
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+4
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-0/+4
* Move expression checking to code nodesJürg Billeter2008-11-101-1/+21
* 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/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-5/+5
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-1/+15
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-2/+2
* add is_pure method to Expression classJuerg Billeter2007-11-291-1/+5
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+60