summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-171-3/+8
* Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-167-17/+33
|\
| * SI-5920 enables default and named args in macrosEugene Burmako2014-02-101-8/+3
| * introduces -Yshow-symownersEugene Burmako2014-02-105-30/+44
| * deduplication in Symbol.nameStringEugene Burmako2014-02-101-2/+1
| * standardizes checks for default gettersEugene Burmako2014-02-102-0/+6
| * standardizes prefixes used in named/default desugaringEugene Burmako2014-02-101-0/+2
* | Merge pull request #3499 from densh/topic/single-element-tupleEugene Burmako2014-02-162-8/+6
|\ \
| * | Make handling of tuples more consistent in quasi-quotesDenys Shabalin2014-02-102-8/+6
* | | Merge pull request #3513 from xeno-by/topic/typecheck-member-defsJason Zaugg2014-02-161-0/+9
|\ \ \
| * | | typecheck(q"class C") no longer crashesEugene Burmako2014-02-121-0/+9
* | | | Merge pull request #3455 from densh/topic/patdefEugene Burmako2014-02-165-60/+106
|\ \ \ \
| * | | | Improve support for patterns in valsDenys Shabalin2014-02-094-25/+71
| * | | | Move null check case higher to avoid NPEDenys Shabalin2014-02-091-27/+27
| * | | | Move placeholder construction logic into PlaceholdersDenys Shabalin2014-02-091-8/+8
| | |/ / | |/| |
* | | | Merge pull request #3532 from som-snytt/issue/7711Adriaan Moors2014-02-151-1/+0
|\ \ \ \
| * | | | SI-7711 Do not emit extra argv in script bodySom Snytt2014-02-141-1/+0
* | | | | Merge pull request #3533 from adriaanm/t8283Adriaan Moors2014-02-142-41/+80
|\ \ \ \ \
| * | | | | SI-8283 mutation-free bound inference for existentialsJason Zaugg2014-02-142-41/+80
* | | | | | SI-8177 tidy up in type reificationEugene Burmako2014-02-141-1/+1
* | | | | | SI-8177 specializeSym must use memberInfo on high sideAdriaan Moors2014-02-131-17/+37
|/ / / / /
* | | | | Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-131-0/+4
|\ \ \ \ \
| * | | | | SI-5954 Invalidate TypeRef cache when opening package objectJason Zaugg2014-01-201-0/+4
* | | | | | Merge pull request #3519 from adriaanm/rebase-3483Adriaan Moors2014-02-121-3/+6
|\ \ \ \ \ \
| * | | | | | SI-8244 Fix raw type regression under separate compilationJason Zaugg2014-02-121-3/+6
* | | | | | | SI-7753 InstantiateDependentMap narrows type of unstable argsAdriaan Moors2014-02-121-30/+51
|/ / / / / /
* | | | | | Merge pull request #3516 from adriaanm/t8177Adriaan Moors2014-02-121-13/+42
|\ \ \ \ \ \
| * | | | | | SI-8177 refine embeddedSymbolsAdriaan Moors2014-02-121-4/+10
| * | | | | | SI-8177 co-evolve more than just RefinedTypesAdriaan Moors2014-02-121-13/+36
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3506 from retronym/topic/logically-no-symbolAdriaan Moors2014-02-121-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-8263 Avoid SOE in logicallyEnclosingMemberJason Zaugg2014-02-121-2/+3
* | | | | | 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
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |