summaryrefslogtreecommitdiff
path: root/src/repl/scala/tools/nsc/interpreter/IMain.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #2824 from qerub/ticket/7740Adriaan Moors2013-08-201-3/+13
|\ \
| * | SI-7740 Trim stack trace before printing in REPLChristoffer Sawicki2013-08-191-3/+13
* | | No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-12/+2
|/ /
* | Merge pull request #2841 from gourlaysama/wip/t6507Adriaan Moors2013-08-161-0/+2
|\|
| * SI-6507 do not call .toString on REPL results when :silent is on.Antoine Gourlay2013-08-161-0/+2
* | Merge pull request #2777 from soc/SI-7681-dead-code-daemonthreadfactoryAdriaan Moors2013-08-161-42/+35
|\ \
| * | Clean up imports in s.t.n.interpreter.IMainSimon Ochsenreither2013-08-151-38/+33
| * | SI-7681 Remove scala.tools.nsc.io.DaemonThreadFactorySimon Ochsenreither2013-08-151-5/+3
| |/
* / refactor repl to use new new parser entry pointDen Shabalin2013-08-141-10/+30
|/
* Merge pull request #2541 from rjolly/scripting11Adriaan Moors2013-05-171-1/+9
|\
| * ScriptEngine.eval() forwards Error instead of new ScriptExceptionRaphael Jolly2013-05-161-1/+9
* | Read-eval-print : the script engine does not need print so make it lazyRaphael Jolly2013-05-161-1/+1
|/
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-0/+1
* Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-1/+1