summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | SI-7126 Eliminate a source of malformed types.Jason Zaugg2013-02-261-4/+11
| | * | | SI-7185 Avoid NPE in TreeInfo.isExprSafeToInlineJason Zaugg2013-03-021-1/+2
| * | | | Merge pull request #2184 from adriaanm/revert-pr-2083Adriaan Moors2013-03-0119-1439/+308
| |\ \ \ \
| | * | | | Revert SI-6240 synchronization for runtime reflectionAdriaan Moors2013-03-0119-1439/+308
| | | |_|/ | | |/| |
| * | | | Merge pull request #2179 from adriaanm/merge-2.10.1Adriaan Moors2013-03-014-37/+28
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge 2.10.1 into 2.10.x.Adriaan Moors2013-02-274-37/+28
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * [nomaster] Revert "SI-6548 reflection now correctly enters jinners"Adriaan Moors2013-02-101-8/+8
| | | * [nomaster] inline importPrivateWithinFromJavaFlags into SymbolTableAdriaan Moors2013-02-092-24/+15
| | | * [nomaster] Revert "cosmetic renamings in runtime reflection"Adriaan Moors2013-02-092-6/+6
| * | | Merge pull request #2083 from scalamacros/ticket/6240Adriaan Moors2013-02-2719-308/+1439
| |\ \ \ | | |/ / | |/| |
| | * | removes the assertion in missingHookEugene Burmako2013-02-111-2/+0
| | * | synchronizes namesEugene Burmako2013-02-112-27/+35
| | * | synchronizes pendingVolatilesEugene Burmako2013-02-112-4/+2
| | * | SI-7045 reflection now auto-initializes selfTypeEugene Burmako2013-02-111-1/+5
| | * | optimizes Scala reflection GILEugene Burmako2013-02-114-64/+41
| | * | initializes lazy vals and inner objects in advanceEugene Burmako2013-02-115-5/+1041
| | * | introduces GIL to Scala reflectionEugene Burmako2013-02-1110-178/+235
| | * | cleans up initialization of runtime reflectionEugene Burmako2013-02-117-29/+59
| | * | reflection no longer uses atPhase and friendsEugene Burmako2013-02-114-28/+31
| | * | synchronizes symbolsEugene Burmako2013-02-113-16/+35