aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/repl
Commit message (Collapse)AuthorAgeFilesLines
* Workaround #1932 (bug trigged by desugaring changes)Olivier Blanvillain2017-04-061-1/+1
|
* Merge pull request #1761 from dotty-staging/topic/product-showFelix Mulder2016-12-141-3/+32
|\ | | | | [REPL] Add show capability to common types
| * Add comment regarding prettificationFelix Mulder2016-12-011-0/+17
| |
| * Fix literal type printingFelix Mulder2016-12-011-0/+3
| |
| * Get rid of nesting implicitsFelix Mulder2016-11-301-12/+1
| |
| * Print List and Map abbreviatedFelix Mulder2016-11-301-1/+8
| |
| * Make repl use show instances where possibleFelix Mulder2016-11-301-2/+15
| |
* | Clean up importsMartin Odersky2016-12-012-2/+2
|/ | | | | Honor the new scheme where any explicit import of a root import will disable the root import.
* Make `findTypes` take the `resultType` of `MethodType`Felix Mulder2016-11-241-7/+12
| | | | | This is done so that we can use show for the entire method except for the ascribed type added by the compiler on success.
* Fix defs not being printed correctlyFelix Mulder2016-11-241-3/+22
|
* Add colon after method type, prefix def/val/var in REPLReto Hablützel2016-11-241-2/+7
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2225-0/+3569