aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing/RefinedPrinter.scala
Commit message (Expand)AuthorAgeFilesLines
* Juggling with close in RefinedPrinterMartin Odersky2016-10-021-10/+7
* Fix problem with homogenize treesMartin Odersky2016-10-021-1/+1
* Drop Inlined when homogenizeMartin Odersky2016-10-021-2/+7
* Add Inlined tree nodeMartin Odersky2016-10-021-0/+2
* Eliminate tpd.Modifiers.Martin Odersky2016-09-261-1/+6
* Drop tpd.modsDecoMartin Odersky2016-09-261-2/+4
* Get rid of SelectFromType tree node.Martin Odersky2016-09-251-3/+2
* Drop PairMartin Odersky2016-09-251-3/+1
* Make InterpolatedString conform to ordering requirementMartin Odersky2016-09-241-8/+6
* Swap order of elements in AnnotatedMartin Odersky2016-09-241-1/+1
* Make positions fit for metaMartin Odersky2016-09-241-0/+1
* Don't omit scala. from fullNameString.Martin Odersky2016-08-161-1/+1
* Don't print $ suffixes of module classesMartin Odersky2016-08-161-1/+4
* Don't print REPL prefixes.Martin Odersky2016-08-161-0/+4
* New string infterpolatorsMartin Odersky2016-08-161-2/+2
* Tweaks to printingMartin Odersky2016-07-211-1/+1
* Refine printing of tuple an function types with wildcardsMartin Odersky2016-07-191-3/+3
* Fix bug in printing untyped New nodes.Martin Odersky2016-07-111-1/+5
* Remove refinement encoding of hk typesMartin Odersky2016-07-111-30/+0
* Fixes for printing under -Ytest-picklerMartin Odersky2016-07-111-1/+1
* Fix printing of type lambda trees and typesMartin Odersky2016-07-111-1/+3
* Start new, direct HK schemeMartin Odersky2016-07-111-26/+3
* Remove old hk schemeMartin Odersky2016-07-111-3/+1
* Multiple fixesMartin Odersky2016-07-111-2/+5
* Turn on new hk schemeMartin Odersky2016-07-111-1/+2
* Add printing of type lambda treesMartin Odersky2016-07-111-4/+11
* Allow general recursion in refined types.Martin Odersky2016-07-111-1/+1
* Merge pull request #1186 from dotty-staging/fix-#1185odersky2016-04-061-1/+1
|\
| * Fix bug in printing New nodesMartin Odersky2016-03-301-1/+1
* | Make erased value type take a TypeRef instead of a ClassSymbolMartin Odersky2016-04-031-2/+2
|/
* Add second field to SeqLiteralMartin Odersky2016-03-101-2/+2
* Rename AllFlags to AnyFlagsGuillaume Martres2016-03-011-1/+1
* Merge parentsWithArgs and instantiatedParentsMartin Odersky2016-02-191-1/+1
* Improve printing of overloaded denotationsMartin Odersky2015-12-141-1/+1
* Fix printing of type lambdasMartin Odersky2015-12-061-9/+26
* Fix problem with printing lambdas.Martin Odersky2015-12-061-3/+4
* Use typeapp extractors for printingMartin Odersky2015-12-061-77/+28
* Add missing type params in testMartin Odersky2015-12-061-2/+2
* Drop argumnt interpolation.Martin Odersky2015-11-301-1/+1
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-091-2/+2
* Avoid printing expanded names when displaying type parameters.Martin Odersky2015-10-301-6/+5
* Rename Apply -> hkApplyMartin Odersky2015-09-181-4/+4
* Insert a space between symbol and `:' when printing SelectionProtosMartin Odersky2015-06-221-1/+2
* Don't keep SkolemTypes in TASTYMartin Odersky2015-06-191-1/+1
* Split RefinedThis and SkolemTypeMartin Odersky2015-06-061-1/+1
* Make Mutable a ModifierFlag.Martin Odersky2015-06-011-1/+1
* Specialize printing of Lambda abstractions.Martin Odersky2015-05-211-1/+76
* RefinedPrinter: Pretty-print ErasedValueTypeGuillaume Martres2015-05-011-0/+3
* Print ByNameTypeTrees in RefinedPrinterMartin Odersky2015-04-241-1/+3
* Better homogenization.Martin Odersky2015-04-141-1/+4