aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/printing/PlainPrinter.scala
Commit message (Expand)AuthorAgeFilesLines
* Make module var names semanticMartin Odersky2017-04-111-2/+1
* Make freshName semanticMartin Odersky2017-04-111-1/+1
* Add Variant NameInfoMartin Odersky2017-04-111-5/+1
* Handle printing of term paramrefsMartin Odersky2017-04-101-5/+7
* Further refactoringsMartin Odersky2017-04-061-2/+2
* Rename PolyParam --> TypeParamRefMartin Odersky2017-04-061-5/+5
* Remove parameter from lambda typeMartin Odersky2017-04-061-1/+1
* Get rid of Name parameter for LambdaType and ParamRefMartin Odersky2017-04-061-1/+1
* ParamType refactoringsMartin Odersky2017-04-061-2/+2
* Harmonize paramTypes and paramBoundsMartin Odersky2017-04-061-2/+2
* Break out functionality from MethodTypeMartin Odersky2017-04-061-3/+3
* Encode variances in parameter namesMartin Odersky2017-04-061-4/+4
* -Yplain-printer: do not print positions by defaultGuillaume Martres2017-03-121-1/+1
* Fix printing of refined applied typesMartin Odersky2017-02-281-1/+3
* Merge pull request #1974 from dotty-staging/fix/ctx-captureodersky2017-02-211-0/+12
|\
| * ImportInfo: removed ctx parameter from constructorGuillaume Martres2017-02-191-0/+12
* | Tweak printing of polymrophic methodsMartin Odersky2017-02-141-1/+2
|/
* Implement SearchResult.showMartin Odersky2017-02-081-0/+18
* Make errors are not swept under the carpetMartin Odersky2016-12-171-1/+1
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+500