summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* SI-7475 Refactor findMember computation into a classJason Zaugg2014-02-102-4/+240
* 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
* | | | | | Use more specific return type for SyntacticFunctionDenys Shabalin2014-02-072-7/+4
* | | | | | Better comment for SyntacticEmptyTypeTreeDenys Shabalin2014-02-071-3/+6
* | | | | | Represent tq"" as SyntacticEmptyTypeTree rather than TypeTree()Denys Shabalin2014-02-073-2/+13
* | | | | | Rename EmptyTypTree into SyntacticEmptyTypeTreeDenys Shabalin2014-02-071-11/+7
| |/ / / / |/| | | |
* | | | | Merge pull request #3458 from densh/si/8173Eugene Burmako2014-02-061-25/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-8173 add support for patterns like init :+ last to quasiquotesDenys Shabalin2014-02-021-25/+26
* | | | | Merge pull request #3449 from retronym/topic/opt11Grzegorz Kossakowski2014-02-052-11/+26
|\ \ \ \ \
| * | | | | Avoid needless Name creationJason Zaugg2014-01-312-11/+26
| |/ / / /
* | | | | Merge pull request #3400 from retronym/ticket/8170Adriaan Moors2014-02-051-5/+32
|\ \ \ \ \
| * | | | | SI-8170 Posing outstanding questions as TODOsJason Zaugg2014-02-051-0/+16
| * | | | | SI-8170 Fix regression in TypeRef#transform w. PolyTypesJason Zaugg2014-01-221-5/+16
* | | | | | SI-8030 Restore thread safety to the parserJason Zaugg2014-02-051-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge pull request #3445 from retronym/topic/opt7Grzegorz Kossakowski2014-02-023-11/+16
|\ \ \ \ \
| * | | | | Optimize lookup of tree/symbol attachment search.Jason Zaugg2014-02-011-1/+4
| * | | | | Optimization in InstantiateDependentMapJason Zaugg2014-02-011-1/+1
| * | | | | Optimize TreeInfo#isMacroApplication.Jason Zaugg2014-01-311-2/+4
| * | | | | Optimize isSelfSuperCallJason Zaugg2014-01-311-7/+7
| | |/ / / | |/| | |
* / | | | Avoid generic collections operations hot pathsJason Zaugg2014-01-315-19/+50
|/ / / /
* | | | Merge pull request #3357 from retronym/ticket/8143Adriaan Moors2014-01-311-1/+1
|\ \ \ \