summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* adds showDeclaration(sym: Symbol): StringEugene Burmako2014-02-143-53/+38
* SI-8194 adds Universe.symbolOf[T]Eugene Burmako2014-02-143-0/+13
* SI-6484 adds Universe.typeOf[T](x: T)Eugene Burmako2014-02-143-3/+27
* SI-8192 adds ClassSymbol.isPrimaryConstructorEugene Burmako2014-02-142-2/+15
* SI-6379 adds MethodSymbol.exceptionEugene Burmako2014-02-142-0/+10
* additional class tags for reflection APIEugene Burmako2014-02-144-3/+9
* SI-8190 erasure identities for types in reflection APIEugene Burmako2014-02-1413-96/+126
* fixes indentation in Annotations.scalaEugene Burmako2014-02-141-4/+4
* does away with implicits in StandardLiftablesEugene Burmako2014-02-141-18/+20
* SI-8187 api#Symbol.name now has precise typeEugene Burmako2014-02-141-1/+1
* disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-125-11/+17
* SI-6733 LOCAL, isLocal, and private[this]Eugene Burmako2014-02-123-10/+17
* SI-7533 Adds Symbol.isAbstractEugene Burmako2014-02-122-0/+9
* SI-6565 Adds missing flag values to reflection APIEugene Burmako2014-02-123-17/+78
* Merge pull request #3503 from adriaanm/rebase-3440Adriaan Moors2014-02-113-200/+292
|\
| * SI-7475 Address review comments in FindMembersJason Zaugg2014-02-101-7/+10
| * SI-7475 Private members are not inheritableJason Zaugg2014-02-103-56/+50
| * SI-7475 findMember and findMembers: estranged no moreJason Zaugg2014-02-102-168/+27
| * SI-7475 Refactor findMember computation into a classJason Zaugg2014-02-102-4/+240
* | Tweak parser entry point for pqDenys Shabalin2014-02-111-1/+1
|/
* Merge pull request #3497 from adriaanm/rebase-3464Adriaan Moors2014-02-101-3/+10
|\
| * SI-8129 Make Object#== override Any#==Jason Zaugg2014-02-101-3/+10
* | Merge pull request #3502 from retronym/ticket/8258Grzegorz Kossakowski2014-02-101-3/+19
|\ \ | |/ |/|
| * SI-8258 Revert "SI-7335 Remove special case for import of Predef._Jason Zaugg2014-02-101-3/+19
* | Merge pull request #3496 from adriaanm/t6169Grzegorz Kossakowski2014-02-101-0/+2
|\ \
| * | SI-6169 TODO: consolidate with fix for SI-1786 (#2518)Adriaan Moors2014-02-091-0/+2
* | | Merge pull request #3494 from retronym/topic/opt-any-ref-mapGrzegorz Kossakowski2014-02-101-0/+2
|\ \ \
| * | | Optimation: use AnyRefMap in GenASM javaName cachesJason Zaugg2014-02-091-0/+2
* | | | Merge pull request #3409 from xeno-by/ticket/6411Jason Zaugg2014-02-106-92/+185
|\ \ \ \
| * | | | SI-7328 FieldMirrors now support value classesEugene Burmako2014-01-251-41/+66
| * | | | unifies method and constructor handling in JavaMirrorsEugene Burmako2014-01-251-40/+51
| * | | | SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-246-11/+68
* | | | | Merge pull request #3487 from andy128k/masterAdriaan Moors2014-02-091-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix typoAndrey Kutejko2014-02-071-1/+1
* | | | | Merge pull request #3471 from adriaanm/t6169Adriaan Moors2014-02-091-2/+49
|\ \ \ \ \
| * | | | | SI-6169 initialize before .typeParams -- just in caseAdriaan Moors2014-02-051-1/+1
| * | | | | SI-6169 more accurate check for raw java type encoded as existentialAdriaan Moors2014-02-051-1/+7
| * | | | | SI-6169 Refine java wildcard bounds using corresponding tparamAdriaan Moors2014-02-051-2/+43
* | | | | | Merge pull request #3484 from retronym/ticket/8237Adriaan Moors2014-02-092-5/+27
|\ \ \ \ \ \
| * | | | | | SI-8237 Avoid cyclic constraints when inferring hk type argsJason Zaugg2014-02-092-5/+27
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3485 from xeno-by/topic/reset-all-attrsJason Zaugg2014-02-095-13/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-071-1/+1
| * | | | | further limits discoverability of resetAttrsEugene Burmako2014-02-075-13/+8
| |/ / / /
* | | | | Merge pull request #3391 from xeno-by/ticket/8131Jason Zaugg2014-02-0812-143/+249
|\ \ \ \ \
| * | | | | turns off the gilSynchronizedIfNotInited optimizationEugene Burmako2014-02-011-2/+4
| * | | | | SI-8131 fixes residual race condition in runtime reflectionEugene Burmako2014-01-2110-118/+224
| * | | | | FromJavaClassCompleter is now flag-agnosticEugene Burmako2014-01-201-8/+10
| * | | | | Revert "synchronizes pendingVolatiles"Eugene Burmako2014-01-205-18/+7
| * | | | | a note about Symbol.typeSignatureEugene Burmako2014-01-201-0/+7
* | | | | | Add support for a more straightforward alternative to import selectorsDenys Shabalin2014-02-074-21/+170