summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #2354 from adriaanm/ticket-7289Adriaan Moors2013-04-091-7/+10
|\ \
| * | SI-7289 Less strict type application for TypeVar.Adriaan Moors2013-04-081-7/+10
| |/
* | Merge pull request #2349 from scalamacros/ticket/6937Adriaan Moors2013-04-091-36/+2
|\ \ | |/ |/|
| * SI-6937 core type tags are no longer referentially uniqueEugene Burmako2013-04-031-36/+2
* | Simplify interplay between Uncurry Info- and Tree-TransformersJason Zaugg2013-04-021-2/+9
* | Refactor existential related code out of types.Jason Zaugg2013-04-021-0/+77
* | Add a cautionary comment to TreeSymSubstitutor.Jason Zaugg2013-04-021-0/+5
* | SI-6715 Shouldn't return "" from TermNames.originalNameKato Kazuyoshi2013-04-031-1/+1
* | Backport #2289's TermNames.unexpandedName as TermNames.originalNameKato Kazuyoshi2013-04-031-7/+10
|/
* Merge pull request #2292 from retronym/ticket/7285Adriaan Moors2013-03-271-3/+4
|\
| * SI-7285 Fix match analysis with nested objects.Jason Zaugg2013-03-231-3/+4
* | Merge pull request #2288 from paulp/pr/2273-with-editsPaul Phillips2013-03-271-11/+24
|\ \
| * | SI-6387 Clones accessor before name expansionEugene Vigdorchik2013-03-251-11/+24
* | | Merge pull request #2257 from JamesIry/2.10.x_classfile_51Paul Phillips2013-03-251-1/+4
|\ \ \ | |_|/ |/| |
| * | Read version 51 (JDK 7) class files.James Iry2013-03-141-1/+4
| |/
* / fixes the craziness in JavaUniverse.logEugene Burmako2013-03-201-1/+1
|/
* Merge pull request #2234 from scalamacros/ticket/7240Paul Phillips2013-03-122-2/+2
|\
| * SI-7240 fixes language feature lookupEugene Burmako2013-03-122-2/+2
* | SI-7226 Fix inference regression caused by TypeVar equality.Jason Zaugg2013-03-091-0/+6
* | Merge pull request #2199 from retronym/ticket/7214Adriaan Moors2013-03-051-1/+3
|\ \
| * | SI-7214 outer check based on dealiased pattern type.Jason Zaugg2013-03-051-1/+3
* | | Merge pull request #2193 from adriaanm/patmat-refactorAdriaan Moors2013-03-051-4/+11
|\ \ \
| * \ \ Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-031-4/+11
| |\ \ \ | | |_|/ | |/| |
| | * | SI-7126 Eliminate a source of malformed types.Jason Zaugg2013-02-261-4/+11
* | | | Merge pull request #2175 from retronym/ticket/7185Paul Phillips2013-03-051-1/+2
|\ \ \ \ | |/ / / |/| | |