summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/util
Commit message (Expand)AuthorAgeFilesLines
* Faster and simpler Java 9 classpath implementationJason Zaugg2017-02-171-1/+1
* Fix how "sbt" is writtenDale Wijnand2016-12-211-1/+1
* Support Java 9 modular runtime imagesJason Zaugg2016-12-021-0/+1
* Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-29/+12
* remove recursive classpath implementationLukas Rytz2016-04-231-29/+5
* General cleanups and less warnings during a Scala buildsoc2016-04-041-3/+0
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-10/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+3
* SI-9396 Runner computes path only onceSom Snytt2015-07-131-11/+1
* SI-7775 Exclude nulls when iterating sys propsSom Snytt2015-03-021-1/+1
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-9/+6
* Integrate flat classpath with the compilermpociecha2014-12-051-11/+33
* Create dedicated path resolver for the flat classpath representationmpociecha2014-11-301-11/+36
* Merge pull request #3934 from teemulehtinen/fsc-port-argGrzegorz Kossakowski2014-11-261-2/+2
|\
| * Add option -port to fscTeemu Lehtinen2014-10-131-2/+2
* | SI-8898 javap -fun under new style lambdasSom Snytt2014-11-041-32/+0
|/
* Add -Yno-load-impl-class disabling loading of $class.class files.Sébastien Doeraene2013-09-271-1/+10
* Don't avoid to load trait impl .class without inliner.Sébastien Doeraene2013-09-191-1/+1
* SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-151-2/+2
* PathResolver uses platform EOL to mkStringsSom Snytt2013-05-231-61/+56
* SI-7410 REPL uses improved tools.jar locatorSom Snytt2013-05-231-1/+45
* Absolutized paths involving the scala package.Paul Phillips2013-05-032-5/+7
* Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-1/+1
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
* SI-874 actual JSR-223 implementationRaphael Jolly2013-03-111-0/+2
* Modularized the repl.Paul Phillips2013-03-111-688/+6
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-052-4/+4
* Be explicit about empty param list calls.Jason Zaugg2013-02-243-6/+6
* Merge remote-tracking branch 'origin/2.10.x' into pr/merge-2.10Paul Phillips2013-01-251-2/+2
|\
| * SI-6987 Tests fsc verbose outputJames Iry2013-01-221-1/+1
| * SI-6987 Fixes fsc compile server verbose outputJames Iry2013-01-221-1/+1
* | Fixes and features for javap (fixing SI-6894)Som Snytt2013-01-111-65/+100
* | Repl javap decodes various synthetic names for us (fixing SI-6894)Som Snytt2013-01-091-26/+231
* | Support "javap -" for lastvar, move JavapTool into JavapClass.Som Snytt2012-12-071-301/+318
* | Restore unmangling but add -raw; massage options to supportSom Snytt2012-12-061-30/+110
* | Javap for repl output.Som Snytt2012-12-021-35/+55
* | Javap for Java 7 (Fixes SI-4936)Som Snytt2012-11-281-64/+256
* | Remove code from misc bits of the compiler.Paul Phillips2012-11-202-28/+3
* | Revert "Commenting out unused members."Paul Phillips2012-11-192-8/+8
* | Commenting out unused members.Paul Phillips2012-11-192-8/+8
* | Removed unused imports.Paul Phillips2012-11-062-4/+1
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-023-3/+3
* renames macros.ReificationError to ReificationExceptionEugene Burmako2012-10-031-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-143-3/+3
* update and normalize copyright noticeAdriaan Moors2012-08-072-2/+2
* reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-021-1/+1
* address "this would catch all throwables" warningsMartin Odersky2012-07-201-1/+2
* Reverting 22c8dec5 and preventing bootstapping in scaladocVlad Ureche2012-06-081-2/+10
* Fixes SI-4909 and SI-5763Vlad Ureche2012-06-081-2/+2
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-100/+0