summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/util/ClassPath.scala
Commit message (Expand)AuthorAgeFilesLines
* Reduce deprecations and warningsSimon Ochsenreither2016-08-021-6/+6
* Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-051-302/+65
|\
| * Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-2/+55
| * remove recursive classpath implementationLukas Rytz2016-04-231-304/+14
* | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-4/+3
|/
* Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-8/+1
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
* Create base classpath factory and an implementation for the flat cpmpociecha2014-11-301-26/+7
* Use new asClassPathString method and create FileUtils for classpathmpociecha2014-11-301-32/+28
* Abstract over ClassPath and ClassRepmpociecha2014-11-281-17/+15
* SI-6502 Refactorings suggested by reviewHeather Miller2014-11-101-1/+18
* Rename ClassPath.findSourceFile to ClassPath.findClassFileGrzegorz Kossakowski2014-09-241-1/+1
* Merge pull request #2977 from sjrd/topic/remove-classpath-logic-dependent-on-...Jason Zaugg2013-10-031-3/+1
|\
| * Don't avoid to load trait impl .class without inliner.Sébastien Doeraene2013-09-191-3/+1
* | Removing unused code.Paul Phillips2013-10-021-3/+2
* | Move logic checking valid names from ClassPath to ClassPathContextSébastien Doeraene2013-09-231-3/+9
|/
* Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-2/+3
|\
| * [nomaster] SI-7733 reflective packages now more consistent with scalacEugene Burmako2013-08-131-2/+3
* | Revert "SI-6039 Harden against irrelevant filesystem details"Paul Phillips2013-05-311-2/+0
* | SI-6039 Harden against irrelevant filesystem detailsPaul Phillips2013-05-081-0/+2
* | Optimization: avoid isDirectory call in DirectoryClassPath traversalJason Zaugg2013-03-291-5/+18
* | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
* | SI-874 actual JSR-223 implementationRaphael Jolly2013-03-111-1/+7
* | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-5/+5
* | Be explicit about empty param list calls.Jason Zaugg2013-02-241-2/+2
* | Merge branch '2.10.x'Adriaan Moors2013-01-081-2/+6
|\|
| * SI-6194, repl crash.Paul Phillips2012-12-271-2/+6
* | Expunged the .net backend.Paul Phillips2012-12-051-2/+1
* | Remove code from compiler central.Paul Phillips2012-11-201-35/+0
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-22/+22
* | Commenting out unused members.Paul Phillips2012-11-191-22/+22
* | Removed unused imports.Paul Phillips2012-11-061-1/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Remove unused private members.Paul Phillips2012-11-011-4/+0
|/
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-3/+3
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* removes tags and their incantations from PredefEugene Burmako2012-06-081-0/+1
* Partial redesign of incremental compiler invalidation.Martin Odersky2012-05-301-3/+5
* Implemented functionality to invalidate classpath entries, to enable incremen...Martin Odersky2012-05-281-0/+5
* Removing more unneeded code.Paul Phillips2012-05-151-82/+1
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-6/+6
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-2/+2
* Next generation of macrosEugene Burmako2012-04-121-1/+1
* Mostly eliminated ScalaObject.Paul Phillips2012-02-031-1/+1
* Implemented manifest-based class-paths.Paul Phillips2011-11-211-1/+13
* Unified binary representations under AbstractFile.Paul Phillips2011-11-081-1/+1
* ScalaClassLoader changes.Paul Phillips2011-11-031-1/+12
* Working on jar creation infrastructure.Paul Phillips2011-08-011-0/+2