summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1016 from hubertp/2.10.x-issue/5031Josh Suereth2012-07-301-4/+2
|\
| * Fixed SI-5031. Only consider classes when looking for companion class.Hubert Plociniczak2012-07-301-4/+2
* | Merge pull request #960 from clhodapp/remove-resolve-overloadedJosh Suereth2012-07-302-300/+0
|\ \
| * | Removed resolveOverloadedclhodapp2012-07-302-300/+0
| |/
* / Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-301-6/+8
|/
* Merge pull request #997 from dragos/ide/range-positions-in-script-sourcesJosh Suereth2012-07-291-1/+1
|\
| * `ScriptSourceFile` should not hard-code `OffsetPosition`.Iulian Dragos2012-07-261-1/+1
* | Merge pull request #988 from paulp/issue/4560Josh Suereth2012-07-291-5/+3
|\ \
| * | Revert "tentative fix for RC5 lift build problem."Johannes Rudolph2012-07-241-5/+3
* | | Merge pull request #991 from adriaanm/ticket-5958Paul Phillips2012-07-281-0/+2
|\ \ \
| * | | SI-5958 This deserves a stable typeAdriaan Moors2012-07-261-0/+2
| | |/ | |/|
* / | Eliminated all the current feature warnings.Paul Phillips2012-07-2711-22/+25
|/ /
* | Merge pull request #986 from scalamacros/ticket/6075Adriaan Moors2012-07-253-146/+10
|\ \
| * | SI-6075 cleans up api.StandardNamesEugene Burmako2012-07-243-146/+10
* | | Merge pull request #985 from scalamacros/ticket/6112Adriaan Moors2012-07-252-2/+10
|\ \ \
| * | | SI-6112 exposes symbol mutators in macro universeEugene Burmako2012-07-242-2/+10
| |/ /
* | / hotfix for TwoWayCacheEugene Burmako2012-07-251-3/+3
| |/ |/|
* | Merge pull request #984 from scalamacros/ticket/6058Adriaan Moors2012-07-241-11/+25
|\ \
| * | SI-6058 makes JavaMirror caches weakEugene Burmako2012-07-241-11/+25
| |/
* | Merge pull request #966 from paulp/issue/6117Adriaan Moors2012-07-241-12/+17
|\ \ | |/ |/|
| * Tweak to symbol tracer.Paul Phillips2012-07-211-12/+17
* | Merge pull request #971 from dragos/ide/safe-reflection-baseAdriaan Moors2012-07-242-1/+18
|\ \
| * | Small changes to reflection API to make it safe for IDE use.Iulian Dragos2012-07-232-1/+18
| |/
* / SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-231-0/+10
|/
* 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