summaryrefslogtreecommitdiff
path: root/src/interactive
Commit message (Collapse)AuthorAgeFilesLines
...
| * Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-1/+1
| | | | | | | | | | | | Mostly 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.
* Eliminated all forInteractive/forScaladoc uses.Paul Phillips2013-03-092-5/+20
| | | | | | | | This is the commit which brings it all together. The booleans forInteractive and forScaladoc are now deprecated and are not inspected for any purpose. All behavioral changes formerly accomplished via tests of those flags are embodied in the globals built specifically for those tasks.
* Moved interactive code into src/interactive.Paul Phillips2013-03-092-3/+116
| | | | | As with scaladoc, pushes presentation compiler specific code into its separate source area.
* Moved interactive sources into separate directory.Paul Phillips2013-03-0924-0/+3456
As with the preceding commit, this has build-internal effects only.