summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Backported fix for SI-7753 to 2.10.x.Miles Sabin2015-02-091-34/+55
* [backport] transformers no longer ignore UnApply.funEugene Burmako2014-07-031-1/+1
* Merge pull request #3678 from retronym/ticket/8479Jason Zaugg2014-04-071-0/+5
|\
| * SI-8479 Fix constructor default args under scaladocJason Zaugg2014-04-071-0/+5
* | Merge pull request #3655 from retronym/ticket/8442Grzegorz Kossakowski2014-03-261-1/+1
|\ \
| * | SI-8442 Ignore stub annotation symbols in `AnnotationInfo#matches`Jason Zaugg2014-03-251-1/+1
| |/
* | Merge pull request #3551 from xeno-by/topic/typecheck-member-defJason Zaugg2014-03-251-0/+15
|\ \
| * | [nomaster] typecheck(q"class C") no longer crashesEugene Burmako2014-03-231-0/+15
* | | Merge pull request #3614 from retronym/ticket/8196Jason Zaugg2014-03-251-4/+7
|\ \ \ | |/ / |/| |
| * | SI-8196 Runtime reflection robustness for STATIC impl detailsJason Zaugg2014-03-111-4/+7
| |/
* / [backport] SI-7902 Fix spurious kind error due to an unitialized symbolJason Zaugg2014-02-091-1/+2
|/
* [nomaster] corrects an error in reify’s documentationEugene Burmako2014-01-261-5/+5
* [nomaster] SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-151-25/+10
* Merge pull request #3229 from retronym/ticket/8029Adriaan Moors2013-12-091-1/+8
|\
| * SI-8029 Avoid multi-run cyclic error with companions, package objectJason Zaugg2013-12-061-1/+8
* | [backport] SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-12-071-1/+3
|/
* 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
|\