summaryrefslogtreecommitdiff
path: root/src/repl
Commit message (Expand)AuthorAgeFilesLines
* Support inlining under -Yrepl-class-based REPLJason Zaugg2016-11-281-1/+1
* SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-281-0/+13
* Typo and spelling correctionsJanek Bogucki2016-11-112-2/+2
* assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-241-1/+1
* No warn when discarding r.f(): r.typeSom Snytt2016-09-101-5/+1
* Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-291-2/+2
* Merge pull request #5306 from szeiger/issue/8576Stefan Zeiger2016-08-121-1/+1
|\
| * SI-8576 Minimal changes for `-Xcheckinit` compatibilityStefan Zeiger2016-08-121-1/+1
* | Merge pull request #5272 from som-snytt/issue/8829Adriaan Moors2016-08-112-0/+8
|\ \
| * | SI-8829 Let reporter customize retry messageSom Snytt2016-07-091-0/+3
| * | SI-8829 Defaultly scala -feature -deprecationSom Snytt2016-07-081-0/+5
| |/
* / Reduce deprecations and warningsSimon Ochsenreither2016-08-021-5/+5
|/
* 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
|\|