aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/FromTasty.scala
Commit message (Collapse)AuthorAgeFilesLines
* Names are no longer SeqsMartin Odersky2017-04-111-1/+2
| | | | | | | | Drop Seq implementation of name. This implementation was always problematic because it entailed potentially very costly conversions to toSimpleName. We now have better control over when we convert a name to a simple name.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+107