summaryrefslogtreecommitdiff
path: root/src/repl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5402 from som-snytt/issue/8040-unusedSeth Tisue2017-04-102-8/+8
|\
| * SI-8040 No warn args to super, main argsSom Snytt2017-03-111-6/+4
| * SI-8040 Warn unused pattern varsSom Snytt2017-03-111-2/+4
* | SI-10226 REPL handles paste when colorizedSom Snytt2017-03-142-5/+4
|/
* Revert "SI-10133 Require escaped single quote char lit"Adriaan Moors2017-02-213-22/+53
* SD-256 enable colored output by default on unixAntoine Gourlay2017-02-211-1/+1
* Merge pull request #5640 from optimizely/repl-import-handlerAdriaan Moors2017-02-202-15/+32
|\
| * Fix ImportHandler's reporting of importedNames and importedSymbolsHao Xia2017-01-112-15/+32
* | Merge pull request #5629 from som-snytt/issue/10120-quote-errAdriaan Moors2017-02-203-53/+22
|\ \
| * | SI-10120 ReplReporter handles message indentSom Snytt2017-01-183-53/+22
| |/
* | Merge pull request #5707 from retronym/topic/java9-prepareLukas Rytz2017-02-201-1/+1
|\ \
| * | Avoid ambiguous overload on JDK 9Jason Zaugg2017-02-161-1/+1
* | | EOL is System.lineSeparatorSom Snytt2017-02-131-3/+3
|/ /
* | Merge pull request #5647 from som-snytt/issue/10130Adriaan Moors2017-02-071-1/+1
|\ \
| * | SI-10130 Ignore extra parse warningsSom Snytt2017-01-161-1/+1
| |/
* / SI-8662 Repl completionsSom Snytt2017-01-282-56/+141
|/
* Support extra module references in the REPLJason Zaugg2016-12-122-4/+8
* 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