summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/reflect/FastTrack.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+0
* moves the impl of quasiquotes to scala.reflectEugene Burmako2014-09-111-1/+1
* Refactor FastTrack to use composition instead of inheritance.Grzegorz Kossakowski2014-05-071-3/+6
* SI-8092 Refactor f-interpSom Snytt2014-02-041-3/+3
* makes boxity of fast track macros configurableEugene Burmako2013-12-191-11/+13
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-10/+15
* implements quasiquotesDen Shabalin2013-07-081-2/+6
* refactors macro compilationEugene Burmako2013-05-281-0/+1
* Eliminated the accumulated feature warnings.Paul Phillips2013-04-231-1/+1
* Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-1/+1
* Rewrote FastTrack for clarity.Paul Phillips2012-12-231-22/+26
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-5/+2
* prepping for the refactoringEugene Burmako2012-09-191-0/+3
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-2/+2
* pull request feedbackEugene Burmako2012-08-191-8/+3
* SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-071-1/+1
* moves Expr from api to baseEugene Burmako2012-08-021-1/+1
* SI-5999 removes Context.reifyEugene Burmako2012-07-201-3/+0
* Fixed SI-6076. Range positions for macro-based string interpolation.Hubert Plociniczak2012-07-171-1/+1
* macro-based string interpolation formatterAdriaan Moors2012-07-061-2/+4
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-2/+2
* removes array tagsEugene Burmako2012-06-081-1/+0
* brings reification up to speedEugene Burmako2012-06-081-4/+7
* The new reflectionEugene Burmako2012-06-081-1/+0
* macros: refactoring of fast track infrastructureEugene Burmako2012-06-081-0/+46