aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/printing/RefinedPrinter.scala
Commit message (Expand)AuthorAgeFilesLines
* Names are no longer SeqsMartin Odersky2017-04-111-2/+3
* Get rid of ExpandedName flagMartin Odersky2017-04-111-2/+3
* Bug fixesMartin Odersky2017-04-111-1/+2
* Handle printing of term paramrefsMartin Odersky2017-04-101-1/+1
* Rename PolyTypeTree -> LambdaTypeTreeMartin Odersky2017-04-061-2/+2
* Rename PolyParam --> TypeParamRefMartin Odersky2017-04-061-1/+1
* New flag -Ydebug-alias to never follow aliases when printing typesGuillaume Martres2017-03-161-1/+1
* Add checks for synthetic functions and erased functions.Nicolas Stucki2017-02-131-2/+1
* Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-051-1/+1
* fix #1626: inconsistent names in -Xprintliu fengyun2017-02-021-1/+1
* Refactor function operations in DefinitionsMartin Odersky2016-12-171-3/+4
* Better printing of import symbolsMartin Odersky2016-12-011-5/+3
* -Ytest-pickler: homogenize template body output orderGuillaume Martres2016-11-221-1/+14
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-0/+652