summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2919 from retronym/ticket/7815Jason Zaugg2013-09-231-2/+2
|\
| * SI-7815 Dealias before deeming method type as dependentJason Zaugg2013-09-071-2/+2
* | SI-7825 Consider DEFAULTMETHOD when refchecking concretenessJason Zaugg2013-09-101-0/+3
|/
* Merge pull request #2901 from gkossakowski/backport-uniques-memory-fixGrzegorz Kossakowski2013-09-043-54/+416
|\
| * Modify perRunCaches to not leak WeakReferencesJames Iry2013-09-031-10/+3
| * SI-7149 Use a WeakHashSet for type uniquenessGrzegorz Kossakowski2013-09-031-2/+2
| * SI-7150 Replace scala.reflect.internal.WeakHashSetGrzegorz Kossakowski2013-09-031-42/+411
* | Merge pull request #2876 from retronym/ticket/7782Jason Zaugg2013-09-041-1/+8
|\ \ | |/ |/|
| * SI-7782 Derive type skolems at the ground levelJason Zaugg2013-08-271-1/+8
* | Merge pull request #2871 from retronym/ticket/7779Jason Zaugg2013-08-292-0/+15
|\ \
| * | SI-7779 Account for class name compactification in reflectionJason Zaugg2013-08-232-0/+15
| |/
* | Merge remote-tracking branch 'origin/2.10.2' into merge/2.10.2-to-2.10.xJason Zaugg2013-08-211-4/+3
|\ \ | |/ |/|
| * SI-7517 Fix higher kinded type inference regressionJason Zaugg2013-05-301-4/+3
* | Merge pull request #2842 from retronym/ticket/7603-2James Iry2013-08-161-22/+14
|\ \
| * | SI-7603 Fix thread safety of FlagTranslationJason Zaugg2013-08-161-22/+14
* | | Merge pull request #2814 from xeno-by/topic/auto-duplicate-expansionsJames Iry2013-08-161-2/+5
|\ \ \ | |/ / |/| |
| * | [nomaster] macro expansions are now auto-duplicatedEugene Burmako2013-08-141-2/+5
* | | SI-7694 Add @uncheckedBounds to the libraryJason Zaugg2013-08-131-0/+13
* | | SI-7694 @uncheckedBounds, an opt-out from type bounds checkingJason Zaugg2013-08-132-0/+7
* | | Merge pull request #2809 from xeno-by/ticket/7733James Iry2013-08-133-11/+10
|\ \ \
| * | | [nomaster] SI-7733 reflective packages now more consistent with scalacEugene Burmako2013-08-133-11/+10
| |/ /
* | | Merge pull request #2813 from xeno-by/topic/showrawGrzegorz Kossakowski2013-08-121-0/+2
|\ \ \ | |/ / |/| |
| * | showRaw now prints symbols of def treesEugene Burmako2013-08-101-0/+2
* | | SI-7331 tb.parse returns unpositioned treesDen Shabalin2013-08-081-1/+6
* | | brings JavaMirrors up to speed with ClassfileParserEugene Burmako2013-07-231-2/+11
|/ /
* | Merge pull request #2689 from scalamacros/ticket/7617Adriaan Moors2013-07-121-0/+31
|\ \
| * | makes it more convenient to work with SuppressMacroExpansionAttachmentEugene Burmako2013-06-281-0/+31
* | | Merge pull request #2629 from retronym/ticket/7558Paul Phillips2013-06-081-1/+1
|\ \ \
| * | | SI-7558 Fix capture of free local vars in toolbox compilerJason Zaugg2013-06-051-1/+1
* | | | Merge pull request #2626 from retronym/ticket/7556Adriaan Moors2013-06-051-9/+4
|\ \ \ \ | |/ / / |/| | |
| * | | SI-7556 Fix runtime reflection involving ScalaLongSignatureJason Zaugg2013-06-051-9/+4
| |/ /
* / / SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-311-2/+10
|/ /
* / SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-231-2/+10
|/
* Merge pull request #2536 from adriaanm/ticket-7359Adriaan Moors2013-05-171-6/+11
|\
| * [backport #1727] SI-7359 cyclic nested java classAdriaan Moors2013-05-161-6/+11
* | [nomaster] unbreaks test.bcEugene Burmako2013-05-171-0/+3
* | Merge pull request #2504 from scalamacros/ticket/7464Jason Zaugg2013-05-172-4/+4
|\ \ | |/ |/|
| * SI-7464 allows FieldMirror.set to update valsEugene Burmako2013-05-172-4/+4
* | Merge pull request #2494 from scalamacros/ticket/5923Eugene Burmako2013-05-112-2/+10
|\ \
| * | [nomaster] SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-112-2/+10
* | | Merge pull request #2505 from scalamacros/topic/macrosPaul Phillips2013-05-111-10/+2
|\ \ \ | |/ / |/| |
| * | pull request feedbackEugene Burmako2013-05-111-1/+2
| * | replaces inferBootClasspath with a simple lookup at sun.boot.class.pathEugene Burmako2013-05-091-12/+1
| * | fixes a crash in ReflectionUtils.systemPropertiesEugene Burmako2013-05-091-2/+4
| |/
* | Merge pull request #2456 from paulp/pr/jdk8-210xGrzegorz Kossakowski2013-05-111-5/+7
|\ \
| * | SI-7398 Add support for java8 default methodsPaul Phillips2013-04-261-5/+7
| |/
* / SI-7325 cleans up corner cases of percent handling in StringContext.fEugene Burmako2013-05-041-1/+1
|/
* SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-211-1/+15
* Merge pull request #2367 from vigdorchik/si-6387-revertAdriaan Moors2013-04-091-24/+11
|\
| * Revert "SI-6387 Clones accessor before name expansion"Eugene Vigdorchik2013-04-081-24/+11