summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/classpath
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5711 from retronym/ticket/jrtLukas Rytz2017-02-201-29/+57
|\
| * Faster and simpler Java 9 classpath implementationJason Zaugg2017-02-171-29/+57
* | Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
|/
* Support Java 9 modular runtime imagesJason Zaugg2016-12-023-3/+56
* SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-281-6/+6
* Minor changes after reviewJason Zaugg2016-08-231-1/+1
* Determistically enter classes from directory into package scopeJason Zaugg2016-08-191-3/+21
* 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