aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/FrontEnd.scala
Commit message (Collapse)AuthorAgeFilesLines
* More statistics for created and retained treesMartin Odersky2014-02-241-0/+5
|
* New subtype constraint maintenance algorithm.Martin Odersky2014-01-071-3/+11
| | | | | | | | | | Objective: Avoid cycles by detecting all cases where A <: B and B <: A and removing those cases by unifuing A and B. Cycles need to be avoided because they lead to deep subtype recursions.
* Output cleanupsMartin Odersky2014-01-041-3/+4
|
* Rename TyperPhase.scala -> FrontEnd.scalaMartin Odersky2013-12-211-0/+43