summaryrefslogtreecommitdiff
path: root/src/repl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unclutter Reporter. Move truncation to ReplReporter.Adriaan Moors2014-07-042-2/+21
* Merge pull request #3788 from som-snytt/issue/8494Adriaan Moors2014-07-041-40/+56
|\
| * SI-8494 Javap filter includes specializedSom Snytt2014-05-231-8/+13
| * SI-8494 Restore filtering javap outputSom Snytt2014-05-231-33/+44
* | SI-8503 -version is info settingSom Snytt2014-05-291-65/+63
|/
* SI-8415 Exception handling in REPL initSom Snytt2014-03-153-4/+15
* SI-8370 fixes an infinite loop in repl initEugene Burmako2014-03-071-1/+1
* some renamingsEugene Burmako2014-02-151-1/+1
* establishes scala.reflect.api#internalEugene Burmako2014-02-141-1/+1
* SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-311-17/+10
* SI-8107: Use Regex.quoteChristoffer Sawicki2013-12-292-7/+6
* SI-8027 REPL double tab regressionSom Snytt2013-12-031-3/+2
* Merge pull request #3147 from som-snytt/issue/repl-columnsAdriaan Moors2013-11-254-14/+126
|\
| * SI-7969 REPL variable columnar outputSom Snytt2013-11-182-10/+64