summaryrefslogtreecommitdiff
path: root/src/repl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2736 from som-snytt/issue/7488-chase-delayed-initAdriaan Moors2013-07-251-18/+64
|\
| * SI-7488 REPL javap finds new style delayedEndpointSom Snytt2013-07-151-18/+64
* | SI-7650 No bang expansions in REPL jlineSom Snytt2013-07-151-0/+3
|/
* 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
| |/
* | Merge pull request #2706 from som-snytt/issue/repl-editAdriaan Moors2013-07-101-0/+86
|\ \
| * | SI-7637 Repl edit commandSom Snytt2013-07-041-0/+86
| |/
* / Unfork jline: use vanilla jline 2.11 as a dependency.Adriaan Moors2013-07-055-9/+14
|/
* 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
* Merge pull request #2584 from som-snytt/issue/repl-tools-jarPaul Phillips2013-05-261-9/+1
|\
| * SI-7410 REPL uses improved tools.jar locatorSom Snytt2013-05-231-9/+1
* | Concision contribution.Paul Phillips2013-05-231-3/+3
|/
* Merge pull request #2541 from rjolly/scripting11Adriaan Moors2013-05-171-1/+9
|\
| * ScriptEngine.eval() forwards Error instead of new ScriptExceptionRaphael Jolly2013-05-161-1/+9
* | Merge pull request #2542 from rjolly/scripting12Paul Phillips2013-05-171-1/+1
|\ \
| * | Read-eval-print : the script engine does not need print so make it lazyRaphael Jolly2013-05-161-1/+1
| |/
* | Merge pull request #2340 from folone/topic/kind-prAdriaan Moors2013-05-173-3/+67
|\ \ | |/ |/|
| * Add :kind command to REPLEugene Yokota2013-04-203-3/+67
* | Absolutized paths involving the scala package.Paul Phillips2013-05-037-7/+15
* | Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-0/+1
* | Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-232-4/+2
|/
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-274-6/+6
* The script engine is given a better binding mechanism and reflexive accessRaphael Jolly2013-03-222-4/+61
* Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-212-2/+0
|\
| * Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-122-2/+0
* | SI-874 actual JSR-223 implementationRaphael Jolly2013-03-111-25/+149
|/
* Modularized the repl.Paul Phillips2013-03-1148-0/+5856