summaryrefslogtreecommitdiff
path: root/src/repl/scala/tools/nsc/interpreter/ILoop.scala
Commit message (Expand)AuthorAgeFilesLines
* Create shaded JLine in sbt buildStefan Zeiger2015-10-291-1/+1
* SI-9492 Line trimming pasteSom Snytt2015-09-271-3/+6
* SI-9492 REPL paste here docSom Snytt2015-09-271-16/+32
* Fix completion for multi-line entriesJason Zaugg2015-09-091-12/+16
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-11/+16
* SI-5408 Prompt after incomplete script pasteSom Snytt2015-09-021-47/+28
* Update power mode bannerSom Snytt2015-09-021-6/+3
* SI-9206 REPL custom continuation promptSom Snytt2015-06-231-3/+5
* SI-9206: REPL custom welcome messageSom Snytt2015-06-231-11/+3
* SI-9206: No REPL message on :silent, unless -Dscala.repl.infoIgor Racic2015-06-231-3/+2
* Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-221-59/+51
|\
| * SI-9206 Local refactor to save eyesightSom Snytt2015-06-211-41/+38
| * SI-9206 Accept paste with custom promptSom Snytt2015-06-211-12/+8
| * SI-9206 Fix REPL code indentationSom Snytt2015-06-191-5/+4
| * SI-9206 REPL prompt is more easily configuredSom Snytt2015-06-191-11/+11
* | SI-9339 Support classpaths with no single compatible jlineAdriaan Moors2015-06-181-10/+30
* | Centralize dependencies on jlineAdriaan Moors2015-06-171-24/+17
|/
* SI-9170 More flexible SessionTestSom Snytt2015-03-031-9/+14
* SI-6502 More robust REPL :requireJason Zaugg2015-01-161-11/+13
* Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-051-4/+4
|\
| * Use new asClassPathString method and create FileUtils for classpathmpociecha2014-11-301-4/+4
* | Merge pull request #4131 from som-snytt/issue/8981Lukas Rytz2014-12-041-28/+27
|\ \ | |/ |/|
| * SI-8981 Tweak REPL helpSom Snytt2014-11-141-28/+27
* | Merge pull request #4051 from heathermiller/repl-cp-fix2Jason Zaugg2014-11-181-4/+49
|\ \ | |/ |/|
| * Addresses review commentsHeather Miller2014-11-051-27/+8
| * SI-6502 Addresses comments by @som-snyttHeather Miller2014-11-051-9/+3
| * SI-6502 Addressing review commentsHeather Miller2014-11-051-9/+19
| * SI-6502 Reenables loading jars into the running REPL (regression in 2.10)Heather Miller2014-11-051-4/+64
* | SI-8922 REPL load -vSom Snytt2014-11-041-26/+39
|/
* Merge pull request #3993 from puffnfresh/feature/color-replGrzegorz Kossakowski2014-10-091-1/+7
|\
| * Color REPL under -Dscala.colorBrian McKenna2014-09-211-1/+7
* | Merge pull request #3986 from som-snytt/issue/6502-no-cpGrzegorz Kossakowski2014-10-071-62/+45
|\ \
| * | SI-6502 Repl reset/replay take settings argsSom Snytt2014-09-221-61/+40
| * | SI-6502 Remove cp command as unworkableSom Snytt2014-09-211-1/+5
| |/
* / Increase REPL startup timeout to avoid test failuresJason Zaugg2014-10-011-1/+1
|/
* SI-4563 friendlier behavior for Ctrl+D in the REPLAntoine Gourlay2014-07-291-1/+8
* SI-8415 Exception handling in REPL initSom Snytt2014-03-151-2/+8
* SI-7634 resurrect the REPL's :sh commandAntoine Gourlay2013-11-061-1/+1
* Removing unused code.Paul Phillips2013-10-021-1/+0
* Cull extraneous whitespace.Paul Phillips2013-09-181-4/+3
* SI-7805 REPL -i startupSom Snytt2013-09-061-1/+1
* SI-4684 Repl supports raw pasteSom Snytt2013-07-111-9/+30
* SI-4684 Repl supports whole-file pasteSom Snytt2013-07-111-15/+27
* Merge pull request #2697 from som-snytt/issue/6419-repl-saveAdriaan Moors2013-07-101-0/+7
|\
| * SI-6419 Repl save session commandSom Snytt2013-07-011-0/+7
* | Merge pull request #2701 from som-snytt/issue/4594-repl-settingsAdriaan Moors2013-07-101-10/+54
|\ \
| * | SI-4594 Repl settings commandSom Snytt2013-07-041-10/+54
| |/
* / SI-7637 Repl edit commandSom Snytt2013-07-041-0/+86
|/
* SI-6855: REPL emits error on partial pastieSom Snytt2013-06-221-2/+14
* SI-7418 Avoid concurrent use of compiler in REPL startupJason Zaugg2013-06-051-4/+5