aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/CheckTrees.scala
Commit message (Expand)AuthorAgeFilesLines
* Final set of Types tweaksMartin Odersky2013-11-251-2/+2
* Various cleanupsMartin Odersky2013-11-181-6/+5
* Fixed handling of varargsMartin Odersky2013-10-261-1/+1
* Flipping the logic to determine type leaksMartin Odersky2013-10-241-1/+1
* Several bug fixes to typer and classfile reader.Martin Odersky2013-09-281-2/+2
* Fixing leak logic by turning a key predicate around.Martin Odersky2013-08-221-4/+4
* Type checking function trees and closures.Martin Odersky2013-08-051-0/+15
* Handling typevars in inference.Martin Odersky2013-08-011-20/+23
* Redesign of trees.Martin Odersky2013-07-271-7/+7
* Avoid typeArgs when baseType is involved.Martin Odersky2013-07-221-1/+1
* SeqLiteral refactoringMartin Odersky2013-07-221-3/+3
* Added eta-expansion.Martin Odersky2013-07-221-3/+1
* Added functionality to deal with function applications.Martin Odersky2013-07-111-2/+2
* Removed ClassDef as a Tree node class.Martin Odersky2013-06-151-2/+1
* Dropping type parameters from typed TypeDefs.Martin Odersky2013-06-131-1/+1
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-041-1/+1
* Making EmptyTree a special case of TempTreesMartin Odersky2013-05-251-1/+1
* Moved TempTrees to Trees, get automatically flattened in transforms.Martin Odersky2013-05-231-1/+1
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-1/+2
* More tree refactorings.Martin Odersky2013-05-221-0/+243