summaryrefslogtreecommitdiff
path: root/src/repl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.11.x' into 2.12.xAdriaan Moors2016-06-051-1/+4
|\
| * SI-7898 Preserve reader against subversionSom Snytt2016-06-041-1/+4
* | SI-9104 Autodetect raw pastageSom Snytt2016-06-022-21/+40
* | Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-013-73/+241
|\|
| * SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-241-1/+1
| * SI-7898 Report paste errors improvedlySom Snytt2016-05-232-18/+27
| * SI-7898 Quiet REPL at startupSom Snytt2016-05-221-6/+18
| * SI-7898 Read user input during REPL warmupSom Snytt2016-05-202-56/+204
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
* | Fully qualify types in REPL generated codeDale Wijnand2016-05-263-16/+18
* | SI-7916: ScriptEngine supportSom Snytt2016-05-193-163/+385
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-05-172-19/+25
|\|
| * SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-022-19/+25
* | Add check to scala REPL package to improve feedback about implicits (#5159)Jens2016-05-131-4/+8
* | Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-052-27/+14
|\ \
| * | Remove abstraction layer in classpath implementationLukas Rytz2016-05-022-12/+11
| * | remove recursive classpath implementationLukas Rytz2016-04-231-16/+4
* | | Merge commit '684c314' into merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-222-5/+13
|\ \ \ | |/ / |/| / | |/
| * SI-9734 Narrow type when import REPL history (#5084)som-snytt2016-04-201-1/+1
| * SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-201-4/+12
| * Apply some static code analysis recommendationsJanek Bogucki2015-11-262-3/+3
* | SI-9749 REPL strip lead ws on dot continuation (#5097)som-snytt2016-04-151-7/+7
* | Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-071-2/+0
* | Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-2/+2
* | Enable flat classpath by defaultLukas Rytz2016-03-221-9/+25
* | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-1/+1
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-1814-43/+29
* | Update some phase listsSimon Ochsenreither2015-11-251-10/+5
* | Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
|\|
| * Create shaded JLine in sbt buildStefan Zeiger2015-10-291-1/+1
* | Remove unneeded overrides from ReplGLobalSom Snytt2015-10-271-32/+0
* | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-162-16/+37
|\|
| * SI-9492 Line trimming pasteSom Snytt2015-09-272-3/+8
| * SI-9492 REPL paste here docSom Snytt2015-09-271-16/+32
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-1/+1
|\|
| * Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-1/+1
* | Remove the old REPL tab completion implementationJason Zaugg2015-09-236-513/+5
* | Merge commit '03aaf05' into merge-2.11-to-2.12-sep-22Lukas Rytz2015-09-229-123/+405
|\|
| * Remove used param and document positionDeltaJason Zaugg2015-09-212-3/+3
| * Hide some completion candidates on the first TABJason Zaugg2015-09-091-4/+15
| * Fix completion for multi-line entriesJason Zaugg2015-09-093-16/+20
| * Camel Case and JavaBean completionJason Zaugg2015-09-081-7/+16
| * Sort completion proposalsJason Zaugg2015-09-031-1/+1
| * 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