summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/classpath/VirtualDirectoryFlatClassPath.scala
Commit message (Collapse)AuthorAgeFilesLines
* Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-39/+0
|
* remove recursive classpath implementationLukas Rytz2016-04-231-1/+1
|
* Enable flat classpath by defaultLukas Rytz2016-03-221-0/+39
Implements VirtualDirectoryFlatClassPath, which is required for the presentation compiler created for the repl's tab-completion. Various minor cleanups in the flat classpath implementation.