summaryrefslogtreecommitdiff
path: root/src/repl/scala/tools/nsc/interpreter/MemberHandlers.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix ImportHandler's reporting of importedNames and importedSymbolsHao Xia2017-01-111-11/+22
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+2
* Remove unneeded codeJason Zaugg2015-09-031-5/+3
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-1/+12
* Use color REPL after writing a defBrian McKenna2014-10-071-10/+19
* Color REPL under -Dscala.colorBrian McKenna2014-09-211-1/+9
* SI-7931 fix Dscala.repl.vids and some string interpolation typosAntoine Gourlay2014-09-021-1/+1
* macro bundles are now usable in replEugene Burmako2013-10-021-4/+6
* Merge pull request #2850 from gourlaysama/wip/t6507-2Adriaan Moors2013-08-251-3/+3
|\
| * SI-6507 completely sidestep handlers in REPL when :silent in onAntoine Gourlay2013-08-181-3/+3
* | No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-1/+1
|/
* SI-6507 do not call .toString on REPL results when :silent is on.Antoine Gourlay2013-08-161-3/+3
* Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-1/+0
* Modularized the repl.Paul Phillips2013-03-111-0/+219