summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/io
Commit message (Expand)AuthorAgeFilesLines
* SI-9632 don't keep JarFile open in ZipArchiveSam Halliday2017-02-221-18/+58
* fix doc for walkfilter and walkMartijn Hoekstra2017-01-051-6/+7
* Support Java 9 modular runtime imagesJason Zaugg2016-12-021-1/+79
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-2/+2
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-186-17/+9
* add comments warning of InputStream leaks in scala.io.reflectSeth Tisue2015-09-251-0/+8
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-052-16/+9
* Add flat classpath implementation for zip and jar filesmpociecha2014-11-301-6/+7
* SI-6502 Refactorings suggested by reviewHeather Miller2014-11-101-7/+9
* SI-7044 deprecates Symbol.associatedFileEugene Burmako2014-02-151-0/+1
* A better diagnostic error for corrupt or missing JARs.Jason Zaugg2013-08-271-1/+5
* Merge pull request #2399 from rjolly/scripting8Jason Zaugg2013-05-151-1/+1
|\
| * AbstractFile.getDirectory does not return null when outDir is "."Raphael Jolly2013-04-221-1/+1
* | Absolutized paths involving the scala package.Paul Phillips2013-05-0312-23/+34
* | Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-232-3/+7
|/
* Optimization: avoid call to exists in PlainFile#iteratorJason Zaugg2013-03-291-1/+7
* Add counters to File#{exists, isFile, isDirectory}.Jason Zaugg2013-03-293-6/+61
* Bypass determination of protection domain when resource is not in a jarRaphael Jolly2013-03-221-1/+5
* Merge pull request #2238 from adriaanm/pr-2206-rebasedAdriaan Moors2013-03-123-15/+90
|\
| * SI-874 reflect.io improvementsRaphael Jolly2013-03-113-15/+90
* | Close after slurping (fixes SI-7244)Som Snytt2013-03-111-1/+4
|/
* Name boolean arguments in src/reflect.Jason Zaugg2013-03-054-7/+7
* Don't wrap an array just to get its length.Jason Zaugg2013-02-251-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-245-16/+18
* Banish needless semicolons.Jason Zaugg2013-02-242-2/+2
* adds c.introduceTopLevelEugene Burmako2013-01-054-1/+9
* Members removed from scala.reflect.io.Paul Phillips2012-11-199-189/+20
* Removing ancient comments and pointless comments.Paul Phillips2012-11-192-26/+9
* Revert "Commenting out unused members."Paul Phillips2012-11-199-104/+104
* Commenting out unused members.Paul Phillips2012-11-199-104/+104
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0211-11/+11
* Fixes SI-6305 scala.tools.nsc.io split between jars.Josh Suereth2012-09-1811-0/+1515