aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/NameOps.scala
Commit message (Collapse)AuthorAgeFilesLines
* New ShortcutImplicits phaseMartin Odersky2016-12-171-0/+2
| | | | | Optimizes implicit closures by avoiding closure creation where possible.
* Add ImplicitFunctionN classesMartin Odersky2016-12-171-5/+8
| | | | These are always synthetic; generated on demand.
* Create FunctionN types on demandMartin Odersky2016-11-291-0/+6
| | | | | | We know create FunctionN types on demand whenever their name is looked up in the scope of package `scala`. This obviates the need to predefine function traits 23 to 30.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+432