summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | removes the crazy extraneous logEugene Burmako2013-02-111-1/+1
| | * | moves Symbol#SymbolKind to SymbolsEugene Burmako2013-02-111-1/+2
| | |/
* | | Name boolean arguments in src/reflect.Jason Zaugg2013-03-0511-31/+31
* | | Merge pull request #2197 from paulp/pr/integrate-range-positionsJames Iry2013-03-057-52/+334
|\ \ \
| * | | Eliminated separate RangePositions trait.Paul Phillips2013-03-043-294/+259
| * | | Disentangled RangePositions from interactive.Paul Phillips2013-03-047-45/+362
* | | | Cleanup in isHKSubType0.Paul Phillips2013-03-041-38/+35
* | | | Added methods debuglogResult and devWarningResult.Paul Phillips2013-03-041-0/+10
|/ / /
* | | Establishes what's up with widening in asSeenFrom.Paul Phillips2013-03-031-6/+10
* | | Simplified correspondingTypeArgument based on reviewer feedback.Paul Phillips2013-03-021-15/+10
* | | Refactors AsSeenFromMap to expose extension point.Paul Phillips2013-03-012-131/+201
* | | Reconcile definitions of stability.Paul Phillips2013-02-261-1/+2
* | | Address some ScaladocrotJason Zaugg2013-02-253-6/+6
* | | Modernize legacy backquotes in comments.Jason Zaugg2013-02-255-19/+19
* | | Remove redundant explicit returns.Jason Zaugg2013-02-252-2/+2
* | | Don't wrap an array just to get its length.Jason Zaugg2013-02-251-1/+1
* | | Remove redundant 'val' from case class params.Jason Zaugg2013-02-255-6/+6
* | | More explicit empty paren lists in method calls.Jason Zaugg2013-02-249-28/+30
* | | Banish needless semicolons.Jason Zaugg2013-02-2412-30/+32
* | | Merge pull request #2125 from retronym/ticket/7120Paul Phillips2013-02-231-1/+1
|\ \ \
| * | | SI-7120 Erasure must honor typeref prefixesJason Zaugg2013-02-141-1/+1
* | | | Merge remote-tracking branch 'origin/2.10.x' into masterPaul Phillips2013-02-233-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #2157 from retronym/ticket/7171James Iry2013-02-221-2/+2
| |\ \ \