summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2335 from retronym/topic/opt-file-accessJames Iry2013-04-104-7/+68
|\
| * 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
* | Merge pull request #2373 from paulp/pr/implicit-tagsPaul Phillips2013-04-0911-550/+109
|\ \
| * | Reduce visibility of implicit class tags.Paul Phillips2013-04-0811-550/+109
* | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-084-3/+92
|\ \ \
| * | | Simplify interplay between Uncurry Info- and Tree-TransformersJason Zaugg2013-04-021-2/+9
| * | | Refactor existential related code out of types.Jason Zaugg2013-04-021-0/+77
| * | | Add a cautionary comment to TreeSymSubstitutor.Jason Zaugg2013-04-021-0/+5
| * | | SI-6715 Shouldn't return "" from TermNames.originalNameKato Kazuyoshi2013-04-031-1/+1
| * | | Backport #2289's TermNames.unexpandedName as TermNames.originalNameKato Kazuyoshi2013-04-031-7/+10
* | | | Transcendent rewrite of isSameType.Paul Phillips2013-04-051-158/+101
* | | | Centrally unify module class representations.Paul Phillips2013-04-051-2/+7
* | | | Optimization/logic improvement in Scopes.Paul Phillips2013-04-051-4/+44
| |/ / |/| |
* | | Merge pull request #2320 from mighdoll/masterPaul Phillips2013-04-031-1/+1
|\ \ \
| * | | doc fix for Types.baseClasses to match spec definition of Linearization 5.1.2Lee Mighdoll2013-03-261-1/+1
| | |/ | |/|
* | | Reduce duplication in JavaMirrors.Paul Phillips2013-04-032-111/+90
* | | Brought some structure to the classfileparser.Paul Phillips2013-04-031-1/+20
* | | Fleshing out comments on JavaAccFlags.Paul Phillips2013-04-031-9/+6
* | | Abstract over java.lang.reflect.{ Method, Constructor }.Paul Phillips2013-04-031-0/+45
* | | Value class to represent jvm flags.Paul Phillips2013-04-031-0/+86
* | | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-0215-34/+41
|\ \ \
| * | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-2713-34/+34
| * | | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-272-0/+7
* | | | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-025-16/+45
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #2292 from retronym/ticket/7285Adriaan Moors2013-03-271-3/+4
| |\ \ \
| | * | | SI-7285 Fix match analysis with nested objects.Jason Zaugg2013-03-231-3/+4
| * | | | Merge pull request #2288 from paulp/pr/2273-with-editsPaul Phillips2013-03-271-11/+24
| |\ \ \ \
| | * | | | SI-6387 Clones accessor before name expansionEugene Vigdorchik2013-03-251-11/+24
| * | | | | Merge pull request #2257 from JamesIry/2.10.x_classfile_51Paul Phillips2013-03-251-1/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Read version 51 (JDK 7) class files.James Iry2013-03-141-1/+4
| | |/ / /
| * / / / fixes the craziness in JavaUniverse.logEugene Burmako2013-03-201-1/+1
| |/ / /
* | | | Merge commit '395e90a786' into pr/merge-395e90a786Paul Phillips2013-03-282-2/+2
|\| | |
| * | | Merge pull request #2234 from scalamacros/ticket/7240Paul Phillips2013-03-122-2/+2
| |\ \ \
| | * | | SI-7240 fixes language feature lookupEugene Burmako2013-03-122-2/+2
* | | | | SI-7302 importing from Any.Paul Phillips2013-03-271-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #2325 from retronym/ticket/7186-2Paul Phillips2013-03-271-6/+14
|\ \ \ \
| * | | | SI-7186 Slim down some TypeRefs by 8 bytes.Jason Zaugg2013-03-271-6/+14
| | |_|/ | |/| |
* / | | Overhauled local/getter/setter name logic.Paul Phillips2013-03-257-131/+156
|/ / /
* | | Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-237-32/+32
|\ \ \
| * | | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-217-32/+32
* | | | Bypass determination of protection domain when resource is not in a jarRaphael Jolly2013-03-221-1/+5
* | | | Merge pull request #2239 from paulp/pr/warningsAdriaan Moors2013-03-212-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-122-3/+3
* | | | Eliminated containsNull.Paul Phillips2013-03-133-81/+85
* | | | Completely remove isNotNull/notNull.Paul Phillips2013-03-131-19/+0
* | | | SI-7247, deprecated NotNull.Paul Phillips2013-03-131-2/+2
* | | | Removed -Ynotnull setting.Paul Phillips2013-03-139-42/+9
* | | | Merge pull request #2215 from paulp/issue/7228Paul Phillips2013-03-133-16/+21
|\ \ \ \
| * | | | Moved some numeric subtyping logic closer to center.Paul Phillips2013-03-102-14/+19