aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing
Commit message (Expand)AuthorAgeFilesLines
* Print bounds of TypeVars only when option is enabled.Martin Odersky2015-12-151-1/+2
* Improve printing of overloaded denotationsMartin Odersky2015-12-141-1/+1
* Fix tasty test failuresMartin Odersky2015-12-061-4/+4
* Fix printing of type lambdasMartin Odersky2015-12-061-9/+26
* Don't recognize type bounds as lambda abstractionsMartin Odersky2015-12-061-5/+6
* Fix problem with printing lambdas.Martin Odersky2015-12-061-3/+4
* Use typeapp extractors for printingMartin Odersky2015-12-062-79/+34
* Add missing type params in testMartin Odersky2015-12-061-2/+2
* Drop argumnt interpolation.Martin Odersky2015-11-301-1/+1
* Swap order of arguments in annotationsMartin Odersky2015-11-221-1/+1
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-092-5/+5
* Avoid printing expanded names when displaying type parameters.Martin Odersky2015-10-301-6/+5
* Replace withMode by addModeMartin Odersky2015-10-011-1/+1
* Rename Apply -> hkApplyMartin Odersky2015-09-181-4/+4
* 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
* Insert a space between symbol and `:' when printing SelectionProtosMartin Odersky2015-06-221-1/+2
* Don't keep SkolemTypes in TASTYMartin Odersky2015-06-192-2/+3
* Better printing of skolem typesMartin Odersky2015-06-061-2/+2
* Split RefinedThis and SkolemTypeMartin Odersky2015-06-062-6/+5
* Make Mutable a ModifierFlag.Martin Odersky2015-06-011-1/+1
* Harden display logicMartin Odersky2015-05-211-1/+6
* Show LazyRefs nicelyMartin Odersky2015-05-211-0/+2
* Specialize printing of Lambda abstractions.Martin Odersky2015-05-211-1/+76
* Add "Printing" modeMartin Odersky2015-05-211-1/+2
* Fix printing of Constant(Claz), ie getClass[Claz]Dmitry Petrashko2015-05-081-5/+5
* RefinedPrinter: Pretty-print ErasedValueTypeGuillaume Martres2015-05-011-0/+3
* Merge pull request #500 from dotty-staging/implement/i499Dmitry Petrashko2015-04-301-1/+3
|\
| * Print ByNameTypeTrees in RefinedPrinterMartin Odersky2015-04-241-1/+3
* | 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-232-8/+16
|\ \ | |/ |/|
| * Better homogenization.Martin Odersky2015-04-142-8/+16
* | Better printing of anonymous classes.Martin Odersky2015-04-131-1/+2
|/
* Remove trailing spaces in Dotty source.Dmitry Petrashko2015-04-092-19/+19
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-092-2/+2
* Homogenize #Apply projections.Martin Odersky2015-04-071-1/+3
* Better homogenized types for testing the picklerMartin Odersky2015-04-071-4/+9
* Homogenize printing of super calls.Martin Odersky2015-03-181-9/+10
* Homogenize package ids and literalsMartin Odersky2015-03-181-3/+10
* Drop choice of separator in expanded name.Martin Odersky2015-03-181-2/+2
* Don't print implicit for classes in homogenized viewMartin Odersky2015-03-181-1/+2
* Systematic treatement of homogenized views in printingMartin Odersky2015-03-182-6/+13
* Tweak to printing TypevarsMartin Odersky2015-03-181-1/+2
* More fixes to picklingMartin Odersky2015-03-181-1/+1
* Tweaks to printingMartin Odersky2015-03-182-5/+12
* Print templates again in sugared form.Martin Odersky2015-03-181-3/+5
* Tweaks to printingMartin Odersky2015-03-182-67/+87
* Fix implicit problem in RefinedPrinter.Martin Odersky2015-03-181-5/+5
* Tweaks to printingMartin Odersky2015-03-182-12/+11