summaryrefslogtreecommitdiff
path: root/src/repl/scala
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't offer `asInstanceOf` et al as completions in a fresh REPLJason Zaugg2015-09-031-1/+3
| * Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-031-8/+7
| * Remove unneeded codeJason Zaugg2015-09-031-5/+3
| * Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-027-34/+292
| * SI-5408 Prompt after incomplete script pasteSom Snytt2015-09-022-66/+65
| * Update power mode bannerSom Snytt2015-09-022-24/+26
| * SI-9450 Fix triple quoted strings in REPL :power modeJason Zaugg2015-08-271-2/+4
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-2/+4
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-202-11/+23
|\|
| * SI-1931 Hide Predef.any2stringadd in REPLSom Snytt2015-07-062-11/+23
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-135-27/+61
|\|
| * Correct init order between Pasted and ILoop#pastedAdriaan Moors2015-07-021-1/+7
| * Merge pull request #4576 from som-snytt/issue/9206-moreSeth Tisue2015-07-014-26/+54
| |\
| | * SI-9206 Update REPL welcome messageSom Snytt2015-06-241-2/+3
| | * SI-9206 REPL custom continuation promptSom Snytt2015-06-232-7/+15
| | * SI-9206: REPL custom welcome messageSom Snytt2015-06-234-17/+37
| | * SI-9206: No REPL message on :silent, unless -Dscala.repl.infoIgor Racic2015-06-231-3/+2
| * | Fix 8 typos (j-l)Janek Bogucki2015-06-231-3/+3
| |/
* / SI-9277 Downgrade marginal javap featuresSom Snytt2015-06-252-476/+129
|/
* 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