aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Trees.scala
Commit message (Expand)AuthorAgeFilesLines
* Improved position handling.Martin Odersky2013-02-181-49/+127
* Fleshed out TypeTreeGen.Martin Odersky2013-02-181-60/+48
* Fleshed out tree handlingMartin Odersky2013-02-161-29/+352
* A new way to make typed trees.Martin Odersky2013-02-111-2/+54
* 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