summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/classpath
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos (a-c)Janek Bogucki2015-06-181-1/+1
* Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* Turn off flat classpath by default, mark one of its classes as sealedmpociecha2014-12-051-1/+1
* Create possibility to skip flat classpath cachingmpociecha2014-12-051-4/+9
* Create base classpath factory and an implementation for the flat cpmpociecha2014-11-303-0/+96
* Add flat classpath implementation using ManifestResourcesmpociecha2014-11-301-4/+97
* Add flat classpath implementation for zip and jar filesmpociecha2014-11-303-0/+154
* Add flat classpath implementation for directoriesmpociecha2014-11-304-1/+189
* Add the flat classpath type aggregating flat classpath instancesmpociecha2014-11-302-0/+131
* Define interface for flat classpath and add package loader using itmpociecha2014-11-302-0/+109
* Use new asClassPathString method and create FileUtils for classpathmpociecha2014-11-301-0/+46