aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/parsing/TreeBuilder.scala.unused
Commit message (Collapse)AuthorAgeFilesLines
* Renaming: typeConstructor -> typeRefMartin Odersky2013-11-221-1/+1
|
* Made tpd/untpd toplevel objects.Martin Odersky2013-05-221-1/+1
| | | | Moved all other elements of TypedTrees and UntypedTrees into tpd and untpd.
* Added desugaring.Martin Odersky2013-05-221-0/+535
With various other small changes.