summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | Optimization: avoid isDirectory call in DirectoryClassPath traversalJason Zaugg2013-03-291-5/+18
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-081-5/+15
|\ \ \ | | |/ | |/|
| * | Take the N^2 out of the compiler's TreeSet.Paul Phillips2013-04-031-5/+15
* | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-1/+1
|\| | | |/ |/|
| * an amazing discovery made by IulianEugene Burmako2013-03-181-1/+1
* | Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-232-5/+5
|\ \
| * | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-212-5/+5
* | | Bypass determination of protection domain when resource is not in a jarRaphael Jolly2013-03-221-4/+6
|/ /
* | SI-874 actual JSR-223 implementationRaphael Jolly2013-03-112-2/+21
* | Modularized the repl.Paul Phillips2013-03-112-3/+108
* | Name boolean arguments in src/compiler.Jason Zaugg2013-03-052-7/+7
* | Modernize legacy backquotes in comments.Jason Zaugg2013-02-251-1/+1
* | Don't wrap an array just to get its length.Jason Zaugg2013-02-251-1/+1
* | Banish needless semicolons.Jason Zaugg2013-02-242-3/+3
* | Be explicit about empty param list calls.Jason Zaugg2013-02-242-3/+3
* | Merge branch '2.10.x'Adriaan Moors2013-01-081-2/+6
|\|
| * SI-6194, repl crash.Paul Phillips2012-12-271-2/+6
* | Rewrote FastTrack for clarity.Paul Phillips2012-12-231-1/+1
* | Merge pull request #1730 from JamesIry/smallcleanupPaul Phillips2012-12-101-1/+1
|\ \
| * | Small cleanup work done during my initial visits to the code.James Iry2012-12-071-1/+1
* | | Expunged the .net backend.Paul Phillips2012-12-052-168/+1
|/ /
* | Remove code from compiler central.Paul Phillips2012-11-206-158/+2
* | Revert "Commenting out unused members."Paul Phillips2012-11-196-93/+96
* | Commenting out unused members.Paul Phillips2012-11-196-96/+93
* | A utility function to summarize an exception.Paul Phillips2012-11-091-0/+12
* | Removed unused imports.Paul Phillips2012-11-065-9/+2
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0512-12/+12
|\|
| * Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-0512-12/+12
| |\
| | * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0212-12/+12
* | | Remove unused private members.Paul Phillips2012-11-013-8/+3
* | | Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-311-12/+14
|\| |
| * | Merge pull request #1501 from vigdorchik/doc_stringsAdriaan Moors2012-10-191-12/+14
| |\ \ | | |/ | |/|
| | * Remove unneeded calls to substring()Eugene Vigdorchik2012-10-151-12/+14
* | | Merge pull request #1512 from paulp/merge-210Adriaan Moors2012-10-221-1/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-191-1/+4
| |\| |
| | * | Fixed SI-6505. Respond to ask calls by immediate failure even after compiler ...Iulian Dragos2012-10-101-1/+4
| | |/
* | / SI-6388 Remove deprecated items in the compiler jarSimon Ochsenreither2012-10-081-5/+0
|/ /
* / Purged DebruijnIndex.Paul Phillips2012-09-281-1/+0
|/
* Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-3/+3
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Eliminate breaking relative names in source.Paul Phillips2012-09-143-5/+5
* update and normalize copyright noticeAdriaan Moors2012-08-0712-12/+12
* Adds method askForResponseMartin Odersky2012-07-272-1/+17
* address "this would catch all throwables" warningsMartin Odersky2012-07-201-2/+3
* Scaladoc: GroupsVlad Ureche2012-07-191-0/+6
* Statistics reorganizationMartin Odersky2012-06-192-200/+38
* Reduce time spent in lubsMartin Odersky2012-06-081-0/+3
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-088-600/+57
* removes tags and their incantations from PredefEugene Burmako2012-06-083-0/+3
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-2/+2