aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing/Printers.scala
Commit message (Collapse)AuthorAgeFilesLines
* Do not use the plain printer with -YdebugGuillaume Martres2016-02-061-1/+1
| | | | | | Instead, a new setting called -Yplain-printer is used for this. After this commit, we can now run all tests with -Ydebug (this was not the case before because using the plain printer breaks -Ytest-pickler)
* Defined root context with importsMartin Odersky2013-08-171-6/+5
| | | | … and cleaned up and simplified other context-reated features.
* Refactored Printing architecture.Martin Odersky2013-05-171-535/+5
| | | | | Split printers into several files. Added refined printing of trees. Changed Showable and generalized printing under a precedence.
* Made precedence common between parsers and printersMartin Odersky2013-05-141-7/+10
|
* Refactored Printers, Showable and Text into new package dotc.printing.Martin Odersky2013-05-141-0/+542