aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/printing
Commit message (Expand)AuthorAgeFilesLines
* Get rid of `kind` in `MessageContainer`Felix Mulder2016-10-101-1/+4
* Don't force Message twice in MessageContainerFelix Mulder2016-10-101-1/+1
* Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-102-28/+36
* Make `typeDiff` aware of placeholder typesFelix Mulder2016-10-101-19/+36
* Refactor explanation interpolatorFelix Mulder2016-10-102-48/+85
* Unrainbow syntax highlightingFelix Mulder2016-10-101-1/+3
* Better operator highlightingFelix Mulder2016-10-101-4/+5
* Improve syntax highlighting on polymorphic defsFelix Mulder2016-10-101-2/+5
* Improve syntax highlighting for ValDefsFelix Mulder2016-10-101-17/+37
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-101-2/+3
* Make `FancyConsoleReporter` and `Highlighting` obey color settingFelix Mulder2016-10-102-12/+34
* Add modifiers to highlightingFelix Mulder2016-10-101-31/+39
* Add coloring utilFelix Mulder2016-10-101-0/+60
* Refactor common error messages to `diagnostic.basic`Felix Mulder2016-10-101-1/+1
* Rename Diagnostic to diagnostic.MessageFelix Mulder2016-10-101-2/+3
* Add ability to choose between fancy and non-fancy outputFelix Mulder2016-10-101-2/+3
* Simplify "hl" interpolatorFelix Mulder2016-10-101-11/+2
* Add highlighting for `???`Felix Mulder2016-10-101-1/+6
* Return iterable from highlighting function instead of vectorFelix Mulder2016-10-101-2/+2
* Add highlighter string interpolatorFelix Mulder2016-10-101-0/+16
* Make inline a keywordMartin Odersky2016-10-021-1/+1
* 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
* Don't disambiguate aliasesMartin Odersky2016-08-161-11/+11
* Catch exceptions only in i-interpolator.Martin Odersky2016-08-162-6/+2
* New string infterpolatorsMartin Odersky2016-08-165-97/+211
* Tweaks to printingMartin Odersky2016-07-211-1/+1
* Refine printing of tuple an function types with wildcardsMartin Odersky2016-07-191-3/+3
* Merge pull request #1343 from dotty-staging/change-hk-direct2odersky2016-07-152-67/+68
|\
| * Drop compareAliasedRefinedMartin Odersky2016-07-111-1/+1
| * Fix bug in printing untyped New nodes.Martin Odersky2016-07-111-1/+5
| * Remove refinement encoding of hk typesMartin Odersky2016-07-112-32/+0
| * Fixes for printing under -Ytest-picklerMartin Odersky2016-07-111-1/+1
| * Handle WildcardType in liftToClassesMartin Odersky2016-07-111-1/+1
| * Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-111-1/+1
| * Fix printing of type lambda trees and typesMartin Odersky2016-07-112-3/+5
| * Start new, direct HK schemeMartin Odersky2016-07-112-29/+35
| * Remove old hk schemeMartin Odersky2016-07-112-8/+1