aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/Phases.scala
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1874 from dotty-staging/topic/dottydoc-markdownFelix Mulder2017-02-021-0/+7
|\ | | | | [doctool] Add markdown support && Static site generation
| * Fix javadoc indentation style parsingFelix Mulder2017-01-311-6/+6
| |
| * Add @OlivierBlanvillain to the core devsFelix Mulder2017-01-311-1/+1
| |
| * Document `IsInstanceOfEvaluator` using markdown style docstringsFelix Mulder2017-01-311-0/+7
| |
* | Drop atPhaseNotLaterThanTyperMartin Odersky2017-02-011-3/+0
|/ | | | | It was used only once and its body is almost as short as the name, so no need to have a separate method.
* Make phasesStack more robustMartin Odersky2016-12-011-1/+4
| | | | Got a "next on empty iterator" exception before.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+377