summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/classpath
Commit message (Expand)AuthorAgeFilesLines
* SI-5463 Check .jars before using thempeterz2016-05-171-1/+11
* Remove abstraction layer in classpath implementationLukas Rytz2016-05-0210-214/+158
* faster AggregateClassPath.findClassLukas Rytz2016-04-231-13/+12
* remove recursive classpath implementationLukas Rytz2016-04-235-8/+8
* Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-0/+12
* Enable flat classpath by defaultLukas Rytz2016-03-228-110/+137
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+0
* 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