summaryrefslogtreecommitdiff
path: root/src/repl/scala/tools/nsc/interpreter/IMain.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8040 No warn args to super, main argsSom Snytt2017-03-111-6/+4
* Revert "SI-10133 Require escaped single quote char lit"Adriaan Moors2017-02-211-2/+5
* Merge pull request #5629 from som-snytt/issue/10120-quote-errAdriaan Moors2017-02-201-5/+2
|\
| * SI-10120 ReplReporter handles message indentSom Snytt2017-01-181-5/+2
* | SI-10130 Ignore extra parse warningsSom Snytt2017-01-161-1/+1
|/
* Support extra module references in the REPLJason Zaugg2016-12-121-2/+4
* Support inlining under -Yrepl-class-based REPLJason Zaugg2016-11-281-1/+1
* assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-241-1/+1
* SI-9104 Autodetect raw pastageSom Snytt2016-06-021-3/+13
* Merge commit '90215ce' into merge-2.11-to-2.12-june-1Lukas Rytz2016-06-011-10/+17
|\
| * SI-7898 Label for parsing -i sourcesLukas Rytz2016-05-241-1/+1
| * SI-7898 Report paste errors improvedlySom Snytt2016-05-231-9/+16
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
* | Fully qualify types in REPL generated codeDale Wijnand2016-05-261-3/+3
* | SI-7916: ScriptEngine supportSom Snytt2016-05-191-162/+41
* | Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-8/+8
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-5/+0
|/
* Remove used param and document positionDeltaJason Zaugg2015-09-211-1/+1
* Fix completion for multi-line entriesJason Zaugg2015-09-091-0/+1
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-18/+29
* SI-9450 Fix triple quoted strings in REPL :power modeJason Zaugg2015-08-271-2/+4
* SI-1931 Hide Predef.any2stringadd in REPLSom Snytt2015-07-061-1/+2
* SI-9206: REPL custom welcome messageSom Snytt2015-06-231-3/+1
* SI-9206 Fix REPL code indentationSom Snytt2015-06-191-9/+10
* SI-7747 Make REPL wrappers serialization friendlyPrashant Sharma2015-05-261-15/+33
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-3/+3
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-3/+5
* Integrate flat classpath with the compilermpociecha2014-12-051-2/+2
* SI-6502 Moving methods concerned with the state of Global from IMain to GlobalHeather Miller2014-11-051-33/+1
* SI-6502 Addresses @som-snytt's feedbackHeather Miller2014-11-051-4/+3
* SI-6502 Reenables loading jars into the running REPL (regression in 2.10)Heather Miller2014-11-051-4/+55
* SI-8898 javap -fun under new style lambdasSom Snytt2014-11-041-0/+2
* SI-8843 AbsFileCL acts like a CLSom Snytt2014-10-061-9/+25
* Move more parsing hooks out of reporting.Adriaan Moors2014-07-171-1/+1
* Move reporting logic into Reporting traitAdriaan Moors2014-07-041-2/+2
* Unclutter Reporter. Move truncation to ReplReporter.Adriaan Moors2014-07-041-2/+2
* SI-8415 Exception handling in REPL initSom Snytt2014-03-151-2/+5
* SI-8370 fixes an infinite loop in repl initEugene Burmako2014-03-071-1/+1
* establishes scala.reflect.api#internalEugene Burmako2014-02-141-1/+1
* SI-7933 REPL javax.script eval is cached resultRaphael Jolly2014-01-311-17/+10
* Removing deprecated code.Paul Phillips2013-11-181-1/+2
* SI-7747 Support class based wrappers clean upSom Snytt2013-11-101-37/+47
* SI-7747 Support class based wrappers as alternative through switch -Yrepl-cla...Prashant Sharma2013-11-101-11/+41
* Removing unused code.Paul Phillips2013-10-021-9/+1
* Updating Position call sites.Paul Phillips2013-09-271-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-6/+0
* SI-7781 REPL stack trunc shows causeSom Snytt2013-09-021-2/+2
* Merge pull request #2850 from gourlaysama/wip/t6507-2Adriaan Moors2013-08-251-3/+2
|\
| * SI-6507 completely sidestep handlers in REPL when :silent in onAntoine Gourlay2013-08-181-3/+2