summaryrefslogtreecommitdiff
path: root/src/interactive/scala/tools/nsc/interactive/RangePositions.scala
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-3/+2
| | | | | | Some unused private code, unused imports, and points where an extra pair of parentheses is necessary for scalac to have confidence in our intentions.
* Update sbt.latest.version to sbt's latest version.Paul Phillips2013-03-131-2/+3
| | | | And tweak deprecated stub so it compiles with 0.12.2.
* Moved interactive sources into separate directory.Paul Phillips2013-03-091-0/+14
As with the preceding commit, this has build-internal effects only.