summaryrefslogtreecommitdiff
path: root/src/repl/scala/tools/nsc/interpreter/ILoop.scala
Commit message (Expand)AuthorAgeFilesLines
* EOL is System.lineSeparatorSom Snytt2017-02-131-3/+3
* SI-8662 Repl completionsSom Snytt2017-01-281-49/+64
* Support extra module references in the REPLJason Zaugg2016-12-121-2/+4
* Reduce deprecations and warningsSimon Ochsenreither2016-08-021-5/+5
* Merge branch '2.11.x' into 2.12.xAdriaan Moors2016-06-051-1/+4
|\
| * SI-7898 Preserve reader against subversionSom Snytt2016-06-041-1/+4
* | SI-9104 Autodetect raw pastageSom Snytt2016-06-021-18/+27
* | Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-63/+129
|\|
| * SI-7898 Report paste errors improvedlySom Snytt2016-05-231-9/+11
| * SI-7898 Quiet REPL at startupSom Snytt2016-05-221-6/+18
| * SI-7898 Read user input during REPL warmupSom Snytt2016-05-201-56/+109
* | Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-2/+2
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-8/+6
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
|\|
| * Create shaded JLine in sbt buildStefan Zeiger2015-10-291-1/+1
* | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-161-16/+35
|\|
| * SI-9492 Line trimming pasteSom Snytt2015-09-271-3/+6
| * SI-9492 REPL paste here docSom Snytt2015-09-271-16/+32
* | Remove the old REPL tab completion implementationJason Zaugg2015-09-231-6/+1
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-221-64/+51
|\|
| * 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
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-131-17/+10
|\|
| * 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
* | SI-9277 Downgrade marginal javap featuresSom Snytt2015-06-251-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