aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/repl/REPL.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-161-1/+1
* Fixes #1316: Remove JLineKazuyoshi Kato2016-07-271-1/+1
* Add loader support for dotty bridgeFelix Mulder2016-06-091-2/+8
* Add documentation to REPLFelix Mulder2016-06-031-6/+18
* Add ability to bind values from runtimeFelix Mulder2016-06-031-0/+3
* Add `initialCommands` and `cleanupCommands` to REPLFelix Mulder2016-06-021-0/+13
* Add CLI option to disable REPL syntax highlightingFelix Mulder2016-05-121-0/+7
* Add multiline support using ammonite multilineFilterFelix Mulder2016-04-281-2/+2
* Move all overridable bits into Config classMartin Odersky2016-03-181-12/+22
* Revisions to REPLMartin Odersky2016-02-171-0/+49