summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Tweak to symbol tracer.Paul Phillips2012-07-211-12/+17
* Merge pull request #924 from hubertp/2.10.x-issue/5385Adriaan Moors2012-07-202-8/+18
|\
| * Fix for SI-5385.Paul Phillips2012-07-172-8/+18
* | Merge pull request #894 from axel22/topic/static-annot-cherry-2.10.xLukas Rytz2012-07-203-0/+3
|\ \
| * | Implement @static annotation on singleton object fields.Aleksandar Prokopec2012-07-183-0/+3
* | | SI-5999 a real fix to the packageless problemEugene Burmako2012-07-203-41/+71
* | | SI-5999 staticXXX is now friendly to packagelessEugene Burmako2012-07-201-47/+77
* | | more meaningful name for a missing hook methodEugene Burmako2012-07-201-2/+2
* | | SI-5999 deploys a new starrEugene Burmako2012-07-201-4/+0
* | | SI-5999 removes Context.reifyEugene Burmako2012-07-202-3/+2
* | | Merge pull request #929 from scalamacros/ticket/5895Adriaan Moors2012-07-202-53/+147
|\ \ \
| * | | improves docs of scala.reflect.api.MirrorsEugene Burmako2012-07-191-34/+110
| * | | SI-5984 improves error reporting in JavaMirrorsEugene Burmako2012-07-191-17/+28
| * | | SI-5895 fixes FieldMirrorsEugene Burmako2012-07-171-9/+16
| | |/ | |/|
* | | Merge pull request #919 from scalamacros/ticket/6086Adriaan Moors2012-07-191-1/+1
|\ \ \
| * | | SI-6086 magic symbols strike backEugene Burmako2012-07-171-1/+1
| |/ /
* | | Merge pull request #943 from adriaanm/rebase-ticket-5939Adriaan Moors2012-07-192-7/+1
|\ \ \
| * | | SI-5939 resident compilation of sources in empty packageMartin Odersky2012-07-192-7/+1
* | | | Merge pull request #906 from adriaanm/optimize-findmemberAdriaan Moors2012-07-196-66/+166
|\ \ \ \ | |/ / / |/| | |
| * | | Variation #10 to optimze findMemberMartin Odersky2012-07-142-49/+7
| * | | Attempt #9 to opimize findMember.Martin Odersky2012-07-141-24/+43
| * | | Attempt #8 to opimize findMember.Martin Odersky2012-07-141-1/+3
| * | | Attempty #7 to optimize findMemberMartin Odersky2012-07-141-18/+45
| * | | Fixing problem that caused fingerprints to fail in reflection.Martin Odersky2012-07-143-3/+4
| * | | Attemmpt #6 to optimize findMemberMartin Odersky2012-07-141-16/+19
| * | | Attempt #5 to optimize findMember.Martin Odersky2012-07-141-53/+52
| * | | Attempt #4 to optimize findMemberMartin Odersky2012-07-141-1/+70
| * | | Attempt #3 to optimize findMemberMartin Odersky2012-07-143-7/+17
| * | | Attempt #2 to optimize findMemberMartin Odersky2012-07-141-7/+7
| * | | Attempt #1 to optimize findMemberMartin Odersky2012-07-142-4/+16
* | | | Merge pull request #922 from dragos/issue/fix-SI-6092Adriaan Moors2012-07-191-6/+1
|\ \ \ \
| * | | | Fixed SI-6092. Fixed leaky annotations, and relaxed the conditions under whic...Iulian Dragos2012-07-181-6/+1
| | |/ / | |/| |
* | | | Merge pull request #935 from scalamacros/ticket/5695Adriaan Moors2012-07-181-4/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-5695 removes Context.enclosingApplicationEugene Burmako2012-07-181-4/+0
| |/ /
* | | Merge pull request #883 from dgruntz/issue/6061Adriaan Moors2012-07-181-3/+3
|\ \ \
| * | | uses weak_<:< from Types to solve this issueDominik Gruntz2012-07-171-13/+3
| * | | SI-6061 adds weakly conformance for number types to resolveOverloadedDominik Gruntz2012-07-111-3/+13
* | | | SI-5731 a few fixes for value classesEugene Burmako2012-07-171-1/+6
| |/ / |/| |
* | | SI-6011 switches: unreachability, guard-free formAdriaan Moors2012-07-161-0/+3
* | | Merge pull request #902 from paulp/topic/name-implicitsAdriaan Moors2012-07-144-18/+34
|\ \ \
| * | | Avoid conflict with String's apply.Paul Phillips2012-07-133-10/+10
| * | | Merge branch '2.10.x' into topic/name-implicitsPaul Phillips2012-07-1314-151/+389
| |\ \ \
| * | | | Implicits to encourage more Name-dropping.Paul Phillips2012-07-063-8/+24
* | | | | Further optimization of asSeenFrom.Paul Phillips2012-07-121-22/+27
* | | | | Optimization in asSeenFrom.Paul Phillips2012-07-121-51/+58
* | | | | Merge pull request #878 from adriaanm/topic-polyvalclassAdriaan Moors2012-07-114-19/+63
|\ \ \ \ \
| * | | | | polymorphic value classesMartin Odersky2012-07-113-18/+62
| * | | | | statistics: print millis instead of micros.Martin Odersky2012-07-111-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #887 from paulp/topic/pickledflagsAdriaan Moors2012-07-112-47/+50
|\ \ \ \ \
| * | | | | Removed EXISTENTIAL special case in unpickler.Paul Phillips2012-07-111-6/+1