summaryrefslogtreecommitdiff
path: root/src/repl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-225-92/+97
|\
| * SI-9206 Local refactor to save eyesightSom Snytt2015-06-212-42/+39
| * SI-9206 Accept paste with custom promptSom Snytt2015-06-212-19/+21
| * SI-9206 Verbose REPL prompt for info modeSom Snytt2015-06-191-6/+7
| * SI-9206 Fix REPL code indentationSom Snytt2015-06-194-32/+29
| * SI-9206 REPL prompt is more easily configuredSom Snytt2015-06-192-12/+20
* | SI-9339 Support classpaths with no single compatible jlineAdriaan Moors2015-06-185-348/+30
* | Centralize dependencies on jlineAdriaan Moors2015-06-1715-273/+314
|/
* SI-7747 More tests and logic according to our conclusions on #4522.Prashant Sharma2015-06-101-4/+4
* SI-7747 Limit previous change to imports of REPL valsJason Zaugg2015-05-261-5/+10
* SI-7747 Make REPL wrappers serialization friendlyPrashant Sharma2015-05-262-16/+51
* SI-9275 Fix row-first display in REPLSom Snytt2015-04-211-5/+10
* Make lambda body public rather than using static accessorJason Zaugg2015-04-171-23/+11
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-3/+3
* SI-9170 More flexible SessionTestSom Snytt2015-03-031-9/+14
* Merge pull request #4251 from retronym/ticket/6502Jason Zaugg2015-02-052-11/+14
|\
| * REPL: Tread EOF a "no" in the "yes"/"no" prompt.Jason Zaugg2015-01-161-0/+1
| * SI-6502 More robust REPL :requireJason Zaugg2015-01-161-11/+13
* | Fix many typos in docs and commentsmpociecha2014-12-145-7/+7
|/
* Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-052-9/+11
|\
| * Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-3/+5
| * Integrate flat classpath with the compilermpociecha2014-12-051-2/+2
| * 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-182-8/+71
|\ \ | |/ |/|
| * SI-6502 Moving methods concerned with the state of Global from IMain to GlobalHeather Miller2014-11-051-33/+1
| * Addresses review commentsHeather Miller2014-11-051-27/+8
| * SI-6502 Addresses comments by @som-snyttHeather Miller2014-11-051-9/+3
| * SI-6502 Addresses @som-snytt's feedbackHeather Miller2014-11-051-4/+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-052-8/+119
* | Merge pull request #4058 from som-snytt/issue/verbose-loadLukas Rytz2014-11-073-34/+64
|\ \ | |/ |/|
| * SI-8922 REPL load -vSom Snytt2014-11-043-34/+64
* | SI-8898 javap -fun under new style lambdasSom Snytt2014-11-043-143/+252
|/
* Merge pull request #3993 from puffnfresh/feature/color-replGrzegorz Kossakowski2014-10-094-4/+48
|\
| * Use color REPL after writing a defBrian McKenna2014-10-071-10/+19
| * Add color to severity in REPL reporterBrian McKenna2014-09-241-0/+18
| * Color REPL under -Dscala.colorBrian McKenna2014-09-213-2/+19
* | Merge pull request #4030 from som-snytt/issue/8843Grzegorz Kossakowski2014-10-071-9/+25
|\ \
| * | SI-8843 AbsFileCL acts like a CLSom Snytt2014-10-061-9/+25
| |/
* | Merge pull request #3986 from som-snytt/issue/6502-no-cpGrzegorz Kossakowski2014-10-072-63/+49
|\ \
| * | SI-6502 Repl reset/replay take settings argsSom Snytt2014-09-222-62/+44
| * | 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-7931 fix Dscala.repl.vids and some string interpolation typosAntoine Gourlay2014-09-021-1/+1
* Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-261-1/+1
|\
| * Move more parsing hooks out of reporting.Adriaan Moors2014-07-171-1/+1
* | SI-4563 friendlier behavior for Ctrl+D in the REPLAntoine Gourlay2014-07-291-1/+8
|/
* Move reporting logic into Reporting traitAdriaan Moors2014-07-041-2/+2