aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform/CollectEntryPoints.scala
Commit message (Collapse)AuthorAgeFilesLines
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-061-1/+1
| | | | | | MethodTypes have paramTypes whereas PolyTypes have paramBounds. We now harmonize by alling both paramInfos, and parameterizing types that will become common to both.
* Construct MethodTypes from parameter closureMartin Odersky2017-03-141-3/+3
| | | | | To allow for dependencies between method type parameters, construct MethodTypes from a closure that maps the currently constructed MethodType to its parameter types.
* Clean up importsMartin Odersky2016-12-011-1/+0
| | | | | Honor the new scheme where any explicit import of a root import will disable the root import.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+116