summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/Taggers.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-8947 Additional layers of defence against EmptyTree mutationJason Zaugg2014-11-061-2/+1
* typeCheck => typecheckEugene Burmako2013-12-101-2/+2
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-0/+2
* refactors macro runtimesEugene Burmako2013-05-281-1/+1
* Wider use of isTopLevelJason Zaugg2013-01-261-1/+1
* Removed unused imports.Paul Phillips2012-11-061-1/+0
* renames macros.ReificationError to ReificationExceptionEugene Burmako2012-10-031-3/+3
* renames macros.TypeError to TypecheckExceptionEugene Burmako2012-10-031-3/+3
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-6/+6
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-2/+2
* reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-021-2/+2
* an improvement based on Adriaan's commentEugene Burmako2012-07-201-1/+7
* SI-5999 removes Context.reifyEugene Burmako2012-07-201-17/+9
* tags for AnyVal and AnyRefEugene Burmako2012-07-041-0/+2
* removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-021-14/+13
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-2/+2
* removes array tagsEugene Burmako2012-06-081-5/+0
* brings reification up to speedEugene Burmako2012-06-081-24/+43
* brings macros up to speedEugene Burmako2012-06-081-1/+1
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-2/+2
* The new reflectionEugene Burmako2012-06-081-16/+1
* macros: refactoring of fast track infrastructureEugene Burmako2012-06-081-0/+104