summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | SI-7228, bug in weak subtyping.Paul Phillips2013-03-102-5/+5
* | | | | Merge pull request #2242 from adriaanm/merge-2.10.xPaul Phillips2013-03-131-0/+6
|\ \ \ \ \
| * \ \ \ \ Merge 2.10.x into masterAdriaan Moors2013-03-121-0/+6
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | SI-7226 Fix inference regression caused by TypeVar equality.Jason Zaugg2013-03-091-0/+6
| | * | | | Merge pull request #2199 from retronym/ticket/7214Adriaan Moors2013-03-051-1/+3
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #2193 from adriaanm/patmat-refactorAdriaan Moors2013-03-051-4/+11
| | |\ \ \ \ \
| | | * \ \ \ \ Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-031-4/+11
| | | |\ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge pull request #2175 from retronym/ticket/7185Paul Phillips2013-03-051-1/+2
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge pull request #2236 from retronym/ticket/6601-2Paul Phillips2013-03-121-1/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-6601 Close access loophole for value class constructorsJason Zaugg2013-03-111-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
|/ / / / /
* | | | | Merge pull request #2201 from retronym/topic/types-break-down-squashAdriaan Moors2013-03-107-2649/+2732
|\ \ \ \ \
| * | | | | Carve up Types.scalaJason Zaugg2013-03-057-2649/+2732
* | | | | | Eliminated all forInteractive/forScaladoc uses.Paul Phillips2013-03-093-22/+12
* | | | | | Enabling commit for interactive/scaladoc modules.Paul Phillips2013-03-091-7/+15
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-----. \ \ \ \ \ Merge 2.10.x into master.Adriaan Moors2013-03-052-6/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | / / / | | | |_|/ / / | | |/| | / / | | | | |/ / | | | |/| / | | | | |/
| | | | * SI-7214 outer check based on dealiased pattern type.Jason Zaugg2013-03-051-1/+3