aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing/PlainPrinter.scala
Commit message (Expand)AuthorAgeFilesLines
* Turn on new hk schemeMartin Odersky2016-07-111-1/+1
* Introduce recursive typesMartin Odersky2016-07-111-0/+14
* Better printing of skolemsMartin Odersky2016-07-111-2/+1
* Allow general recursion in refined types.Martin Odersky2016-07-111-1/+1
* Ignore LazyRefs in Tasty pickling comparisonsMartin Odersky2016-05-231-0/+2
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* Hide stack traces behind -YdebugGuillaume Martres2016-02-051-1/+1
* Print bounds of TypeVars only when option is enabled.Martin Odersky2015-12-151-1/+2
* Fix tasty test failuresMartin Odersky2015-12-061-4/+4
* Don't recognize type bounds as lambda abstractionsMartin Odersky2015-12-061-5/+6
* Use typeapp extractors for printingMartin Odersky2015-12-061-2/+6
* Swap order of arguments in annotationsMartin Odersky2015-11-221-1/+1
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-091-3/+3
* Replace withMode by addModeMartin Odersky2015-10-011-1/+1
* Put proper parentheses around complex widened types of singletons.Martin Odersky2015-07-061-1/+1
* Avoid double context creation when modes change on a fresh context.Martin Odersky2015-06-221-1/+1
* Don't keep SkolemTypes in TASTYMartin Odersky2015-06-191-1/+2
* Better printing of skolem typesMartin Odersky2015-06-061-2/+2
* Split RefinedThis and SkolemTypeMartin Odersky2015-06-061-5/+4
* Show LazyRefs nicelyMartin Odersky2015-05-211-0/+2
* Add "Printing" modeMartin Odersky2015-05-211-1/+2
* Fix printing of Constant(Claz), ie getClass[Claz]Dmitry Petrashko2015-05-081-5/+5
* Merge pull request #495 from dotty-staging/refactor/SuperAccessorsDmitry Petrashko2015-04-281-1/+1
|\
| * Unpickle ImportsMartin Odersky2015-04-221-1/+1
* | Merge pull request #475 from dotty-staging/fix/pickle-homogenizationodersky2015-04-231-7/+12
|\ \ | |/ |/|
| * Better homogenization.Martin Odersky2015-04-141-7/+12
* | Better printing of anonymous classes.Martin Odersky2015-04-131-1/+2
|/
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-091-7/+7
* Homogenize #Apply projections.Martin Odersky2015-04-071-1/+3
* Better homogenized types for testing the picklerMartin Odersky2015-04-071-4/+9
* Systematic treatement of homogenized views in printingMartin Odersky2015-03-181-3/+10
* Tweak to printing TypevarsMartin Odersky2015-03-181-1/+2
* More fixes to picklingMartin Odersky2015-03-181-1/+1
* Tweaks to printingMartin Odersky2015-03-181-3/+3
* Tweaks to printingMartin Odersky2015-03-181-1/+1
* Tweaks to printingMartin Odersky2015-03-181-3/+1
* Merge pull request #331 from dotty-staging/fix/refined-subtypingodersky2015-01-311-6/+9
|\
| * New constraint handlingMartin Odersky2015-01-181-4/+4
| * Rename RefinedThis -> SkolemTypeMartin Odersky2015-01-101-1/+1
| * Reverting the idea that RefinedThis types take levels.Martin Odersky2015-01-101-2/+5
| * Show level for RefinedThisMartin Odersky2015-01-031-2/+2
| * Reorg of subtyping.Martin Odersky2015-01-011-1/+1
* | Fix printing of Class constantsMartin Odersky2014-12-211-1/+1
|/
* More robust TypeVar printing.Martin Odersky2014-11-241-3/+7
* When printing uninstantiated type variables, include their bounds.Martin Odersky2014-11-161-2/+5
* Factored out Positioned into separate file.Martin Odersky2014-11-111-1/+1
* Clean up code relating to interfaces.Martin Odersky2014-11-101-1/+1
* Accessor methods print as "method", not "val/var".Martin Odersky2014-11-091-1/+1
* Methods always shwoDcl as `def`Martin Odersky2014-11-091-1/+1
* Shorten "if denotation is current the symbol" to "currentSymbol".Martin Odersky2014-08-291-1/+1