summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2354 from adriaanm/ticket-7289Adriaan Moors2013-04-091-7/+10
|\ \
| * | SI-7289 Less strict type application for TypeVar.Adriaan Moors2013-04-081-7/+10
| |/
* | Merge pull request #2349 from scalamacros/ticket/6937Adriaan Moors2013-04-091-36/+2
|\ \ | |/ |/|
| * SI-6937 core type tags are no longer referentially uniqueEugene Burmako2013-04-031-36/+2
* | 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
|/
* 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 pull request #2234 from scalamacros/ticket/7240Paul Phillips2013-03-122-2/+2
|\
| * SI-7240 fixes language feature lookupEugene Burmako2013-03-122-2/+2
* | 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
|\ \
| * | SI-7214 outer check based on dealiased pattern type.Jason Zaugg2013-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
| |\ \ \ | | |_|/ | |/| |
| | * | SI-7126 Eliminate a source of malformed types.Jason Zaugg2013-02-261-4/+11
* | | | Merge pull request #2175 from retronym/ticket/7185Paul Phillips2013-03-051-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| |/
* | Merge pull request #2157 from retronym/ticket/7171James Iry2013-02-221-2/+2
|\ \
| * | SI-7171 Consider prefix when assessing type finality.Jason Zaugg2013-02-221-2/+2
* | | Fixed error in reflection API docs about linearization order on method baseCl...Heather Miller2013-02-192-2/+2
|/ /
* | Merge pull request #2129 from gkossakowski/issues/SI-7130-StatisticsJames Iry2013-02-191-1/+1
|\ \