summaryrefslogtreecommitdiff
path: root/src/repl
Commit message (Expand)AuthorAgeFilesLines
* Cull extraneous whitespace.Paul Phillips2013-09-182-10/+3
* Corrects behavior of finalResultType.Paul Phillips2013-09-131-1/+1
* SI-7805 REPL -i startupSom Snytt2013-09-061-1/+1
* SI-7781 REPL stack trunc shows causeSom Snytt2013-09-021-2/+2
* Merge pull request #2850 from gourlaysama/wip/t6507-2Adriaan Moors2013-08-252-6/+5
|\
| * SI-6507 completely sidestep handlers in REPL when :silent in onAntoine Gourlay2013-08-182-6/+5
* | Merge pull request #2824 from qerub/ticket/7740Adriaan Moors2013-08-202-4/+14
|\ \
| * | SI-7740 Trim stack trace before printing in REPLChristoffer Sawicki2013-08-192-4/+14
* | | No longer crash on NoSymbol.owner.Paul Phillips2013-08-192-13/+3
|/ /
* | Merge pull request #2841 from gourlaysama/wip/t6507Adriaan Moors2013-08-162-3/+5
|\|
| * SI-6507 do not call .toString on REPL results when :silent is on.Antoine Gourlay2013-08-162-3/+5
* | Merge pull request #2777 from soc/SI-7681-dead-code-daemonthreadfactoryAdriaan Moors2013-08-161-42/+35
|\ \
| * | Clean up imports in s.t.n.interpreter.IMainSimon Ochsenreither2013-08-151-38/+33
| * | SI-7681 Remove scala.tools.nsc.io.DaemonThreadFactorySimon Ochsenreither2013-08-151-5/+3
| |/
* | refactor repl to use new new parser entry pointDen Shabalin2013-08-146-42/+36
* | refactor parser entry points and extract a few methods outDen Shabalin2013-08-142-2/+2
|/
* Merge pull request #2776 from gkossakowski/symbolTable-refactoringsGrzegorz Kossakowski2013-08-061-1/+1
|\
| * Refactor the cake so SymbolTable does not depend on GlobalGrzegorz Kossakowski2013-07-271-1/+1
* | 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