aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast/UntypedTrees.scala
Commit message (Expand)AuthorAgeFilesLines
* More typer logic, in particular dealing with variants of applicationsMartin Odersky2013-07-251-18/+18
* Dropping type parameters from typed TypeDefs.Martin Odersky2013-06-131-1/+15
* Refactoring: breaking out desugaring into its own object.Martin Odersky2013-06-041-460/+5
* Refactorings: ModDefTree renamed to MemberDef and removed EmptyFlags comparis...Martin Odersky2013-06-031-2/+2
* More solid design of Namer with some Typer bits added.Martin Odersky2013-06-031-16/+42
* wip, because I have to get off this machine.Martin Odersky2013-05-301-0/+3
* wip namer.Martin Odersky2013-05-281-3/+23
* TempTrees -> ThicketMartin Odersky2013-05-271-4/+4
* Making use of specialized TempTrees constructors.Martin Odersky2013-05-251-1/+1
* Making EmptyTree a special case of TempTreesMartin Odersky2013-05-251-14/+16
* Made TempTrees array-backed.Martin Odersky2013-05-251-4/+4
* Improvements to desugaringMartin Odersky2013-05-241-32/+191
* More tweaks to desugaringMartin Odersky2013-05-231-20/+32
* Eliminating Trees.TypedTree and Trees.UntypedTreeMartin Odersky2013-05-221-1/+1
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-425/+422
* More tree refactorings.Martin Odersky2013-05-221-0/+487