aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/printing/Formatting.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix type errorMartin Odersky2017-04-111-1/+1
|
* Explain skolem typesMartin Odersky2017-04-101-3/+11
| | | | | | | | | | Strictly speaking, all the info about a skolem type is printed, e.g. A(?2) But it's reassuring to have an explanation line like ?2 is an unknown value of type A
* PolishingsMartin Odersky2017-04-061-1/+1
|
* Handle hk lambdas in tastyMartin Odersky2017-04-061-1/+1
|
* Rename PolyParam --> TypeParamRefMartin Odersky2017-04-061-5/+5
|
* Fix mal-formatting.Martin Odersky2017-04-041-2/+4
| | | | Insert an empty line before "where" in an explanation.
* Make errors are not swept under the carpetMartin Odersky2016-12-171-1/+4
| | | | | | | | | Typer#ensureReported's comment outlines an example where errors could go unreported, resulting in error trees after typer without any reported error messages. This commit makes sure that at least one error is reported if a tree node has an error type. Fixes #1802.
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+258