summaryrefslogtreecommitdiff
path: root/test/files/run/t1500.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6388 Remove deprecated items in the compiler jarSimon Ochsenreither2012-10-081-1/+1
| | | | | | | | | | Deprecations in the following files were not removed to prevent SBT from breaking: - src/compiler/scala/tools/nsc/Interpreter.scala - src/compiler/scala/tools/nsc/InterpreterLoop.scala - src/compiler/scala/tools/nsc/interpreter/ILoop.scala - src/compiler/scala/tools/nsc/interpreter/InteractiveReader.scala
* Removing more unneeded code.Paul Phillips2012-05-151-2/+2
|
* Removed a few more @deprecated members.Paul Phillips2012-04-281-1/+1
| | | | | The ones which remain I'm not removing on purpose, as I know from experience it's more trouble than it's yet worth.
* Begone t1737...Hubert Plociniczak2011-11-021-12/+12
|
* A big push to make the interpreter easier to in...Paul Phillips2010-02-031-3/+3
| | | | | | | | | | | | A big push to make the interpreter easier to instantiate without having to dodge bullets. It shouldn't have to be any harder than this: scala> new scala.tools.nsc.Interpreter().evalExpr[Int]("5*5") res0: Int = 25 ...and now it isn't. Review by community.
* new classpaths.Lukas Rytz2009-10-261-0/+2
|
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-1/+1
|
* fixed #1500 and #1501Tiark Rompf2008-11-101-0/+44