aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/repl/CompilingInterpreter.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple parsing errors on e.g. `try 1`Felix Mulder2016-10-101-3/+9
* Remove duplication of console reportersFelix Mulder2016-10-101-24/+16
* Add ability to choose between fancy and non-fancy outputFelix Mulder2016-10-101-15/+23
* Rename `ConsoleReporter` => `FancyConsoleReporter`Felix Mulder2016-10-101-2/+2
* Fix #1372: Add handler for `PatDef`s to REPLClemens Winter2016-08-021-21/+58
* Fix varable printing in REPLMartin Odersky2016-07-311-5/+5
* Fix #1411: Give REPL output in correct orderClemens Winter2016-07-271-5/+5
* Add loader support for dotty bridgeFelix Mulder2016-06-091-5/+9
* Add ability to bind values from runtimeFelix Mulder2016-06-031-0/+62
* Factor out coloring check to new method `Context#useColors`Felix Mulder2016-05-201-6/+5
* Use ChoiceSetting for coloringFelix Mulder2016-05-121-1/+1
* Add CLI option to disable REPL syntax highlightingFelix Mulder2016-05-121-4/+5
* Redirect System.{err,out} and Console.{err,out} in REPLFelix Mulder2016-05-121-7/+28
* Fix stdout redirect for REPL's printlnFelix Mulder2016-05-121-6/+18
* Fix error messages not being doubled and being on a new lineFelix Mulder2016-04-281-18/+20
* Stop interpreter from interpreting twice on enterFelix Mulder2016-04-281-1/+24
* Initial implementation featuring two different highlightersFelix Mulder2016-04-281-4/+4
* Get rid of indentCodeMartin Odersky2016-03-181-16/+2
* Fix handling of imports in REPL.Martin Odersky2016-03-181-2/+2
* Initialize context in REPLMartin Odersky2016-03-181-0/+2
* Remove interpreterSettings logicMartin Odersky2016-02-171-30/+4
* Turn cleaning on for interpreter generated messagesMartin Odersky2016-02-171-3/+9
* Revisions to REPLMartin Odersky2016-02-171-0/+831