summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect
Commit message (Expand)AuthorAgeFilesLines
* [nomaster] typecheck(q"class C") no longer crashesEugene Burmako2014-03-231-10/+6
* SI-7649 Fix positions for reshaped tag materializersJason Zaugg2013-07-111-8/+8
* SI-7375 ClassTag for value class aliasesEugene Burmako2013-05-311-2/+5
* Merge pull request #2506 from scalamacros/ticket/7461Eugene Burmako2013-05-201-1/+1
|\
| * c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-091-1/+1
* | Merge pull request #2494 from scalamacros/ticket/5923Eugene Burmako2013-05-113-27/+17
|\ \
| * | [nomaster] removes duplication in inferImplicitValueEugene Burmako2013-05-111-29/+2
| * | [nomaster] SI-7166 catches DivergentImplicit in c.inferImplicitXXXEugene Burmako2013-05-111-10/+19
| * | [nomaster] SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-111-1/+4
| * | [nomaster] SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-113-10/+15
| |/
* / removes the traces of always on debug diagnosticsEugene Burmako2013-05-091-2/+0
|/
* removes duplication in FreeDef extractorsEugene Burmako2013-03-161-43/+22
* reifier is now aware of SI-7235Eugene Burmako2013-03-092-0/+6
* accommodates pull request feedbackEugene Burmako2013-02-081-2/+29
* term and type reftrees are now reified uniformlyEugene Burmako2013-02-081-5/+7
* SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-083-13/+21
* Merge pull request #2085 from scalamacros/ticket/5824Eugene Burmako2013-02-082-5/+9
|\
| * SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-02-072-5/+9
* | Merge pull request #2084 from scalamacros/ticket/6113Adriaan Moors2013-02-072-3/+5
|\ \
| * | SI-6113 typeOf now works for type lambdasEugene Burmako2013-02-072-3/+5
| |/
* / [nomaster] Revert "introduces global.pendingSuperCall"Eugene Burmako2013-02-052-3/+4
|/
* Cleanups of reifyBoundTerm and reifyBoundTypeAndriy Polishchuk2012-12-111-62/+69
* SI-5841 reification of renamed importsAndriy Polishchuk2012-12-112-0/+9
* evicts assert(false) from the compilerEugene Burmako2012-12-061-1/+2
* introduces global.pendingSuperCallEugene Burmako2012-12-062-4/+3
* Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-261-4/+4
* better error when typetagging local classesEugene Burmako2012-11-121-1/+1
* Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-052-2/+2
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-022-2/+2
* | Crash on missing accessor (internal bug in the lazy vals implementation) inst...Hubert Plociniczak2012-10-182-2/+6
* | Incorporated changes suggested in code reviewHubert Plociniczak2012-10-181-3/+3
* | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-181-10/+51
|/
* reflection docs improvements and moves to doc pageChristopher Vogt2012-10-111-0/+3
* removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-031-1/+1
* renames macros.ReificationError to ReificationExceptionEugene Burmako2012-10-034-21/+21
* renames macros.TypeError to TypecheckExceptionEugene Burmako2012-10-032-11/+5
* renames macros.ParseError to ParseExceptionEugene Burmako2012-10-031-1/+1
* Implementations of isValueType and isNonValueType.Paul Phillips2012-09-281-7/+6
* SI-6417 correctly reifies non-value typesEugene Burmako2012-09-281-3/+11
* moves Context.ParseError outside the cakeEugene Burmako2012-09-271-3/+2
* revives macros.InfrastructureEugene Burmako2012-09-273-36/+17
* moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRefEugene Burmako2012-09-271-2/+0
* a more precise type for Context.mirrorEugene Burmako2012-09-271-1/+1
* gets rid of macros.InfrastructureEugene Burmako2012-09-273-15/+2
* simplifies Context.Run and Context.CompilationUnitEugene Burmako2012-09-271-11/+0
* removes extraneous stuff from macros.InfrastructureEugene Burmako2012-09-272-14/+2
* merges macros.CapturedVariables into macros.UniverseEugene Burmako2012-09-272-16/+0
* merges macros.Exprs and macros.TypeTags into ContextEugene Burmako2012-09-274-19/+3
* removes front ends from scala-reflect.jarEugene Burmako2012-09-272-26/+2
* MirrorOf => MirrorEugene Burmako2012-09-274-6/+6