aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Trees.scala
Commit message (Expand)AuthorAgeFilesLines
* Changed scheme in Trees so that immutable trees are now Tree[Nothing].Martin Odersky2012-12-221-15/+11
* Simpler implementation of shalloCopy as clone.Martin Odersky2012-12-181-23/+8
* First rough draft of trees. They use copy on write semantics for the tpe attr...Martin Odersky2012-12-181-0/+101