aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/repl/Interpreter.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix #1411: Give REPL output in correct orderClemens Winter2016-07-271-1/+1
* Add ability to bind values from runtimeFelix Mulder2016-06-031-4/+7
* Fix error messages not being doubled and being on a new lineFelix Mulder2016-04-281-1/+1
* Stop interpreter from interpreting twice on enterFelix Mulder2016-04-281-0/+6
* Narrow Interpreter.scala further.Martin Odersky2016-02-171-5/+0
* Remove interpreterSettings logicMartin Odersky2016-02-171-14/+0
* Revisions to REPLMartin Odersky2016-02-171-889/+29
* newCompiler now takes a context parameterMartin Odersky2016-02-171-11/+6
* First PoC of REPLMartin Odersky2016-02-171-0/+920