summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Macros.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-3/+3
* accommodates pull request feedbackEugene Burmako2012-09-141-4/+4
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-6/+6
* removes Type.isConcreteEugene Burmako2012-09-061-1/+1
* SI-6281 macroArgs for defs with implicit argsEugene Burmako2012-08-251-7/+5
* Made all statistic code disappear unless built with Statistics.canEnable = trueMartin Odersky2012-08-201-3/+3
* pull request feedbackEugene Burmako2012-08-191-76/+71
* cleanup for macroExpandEugene Burmako2012-08-181-242/+92
* Merge pull request #1151 from scalamacros/topic/cleanupEugene Burmako2012-08-171-383/+170
|\
| * more cleanup for typedMacroBodyEugene Burmako2012-08-171-119/+95
| * shaves more than 150 lines off typedMacroBodyEugene Burmako2012-08-171-257/+83
| * removes dead codeEugene Burmako2012-08-161-20/+5
* | Hunting down eliminable :: allocations.Paul Phillips2012-08-171-1/+1
|/
* pull request feedbackEugene Burmako2012-08-161-1/+1
* more macro cleanupEugene Burmako2012-08-161-39/+11
* further cleanup of transformTypeTagEvidenceParamsEugene Burmako2012-08-151-14/+23
* macroImplSigs => macroImplSigEugene Burmako2012-08-151-44/+14
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-13/+11
* accommodated the feedback for the pull requestEugene Burmako2012-08-141-142/+110
* macro implementations must be publicEugene Burmako2012-08-131-0/+2
* SI-5940 impls are no longer in macro def picklesEugene Burmako2012-08-131-160/+249
* Rewrite of transformTypeTagEvidenceParams.Paul Phillips2012-08-131-27/+17
* SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-071-8/+4
* reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-021-5/+5
* removes -Xmacro-(.*)-classpath compiler optionsEugene Burmako2012-08-021-55/+19
* address "this would catch all throwables" warningsMartin Odersky2012-07-201-1/+1
* fixes a typo in macro classloadersEugene Burmako2012-07-171-2/+2
* miscellaneous cleanupEugene Burmako2012-07-021-1/+4
* Statistics reorganizationMartin Odersky2012-06-191-4/+11
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-6/+7
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-26/+28
* brings reification up to speedEugene Burmako2012-06-081-1/+1
* brings macros up to speedEugene Burmako2012-06-081-18/+15
* The new reflectionEugene Burmako2012-06-081-16/+10
* macros: refactoring of fast track infrastructureEugene Burmako2012-06-081-127/+118
* macros: now use Java reflectionEugene Burmako2012-06-081-81/+71
* improves traces and error messagesEugene Burmako2012-06-081-32/+21
* cherry-picking important macro fixes from topic/reflectionEugene Burmako2012-05-121-117/+157
* essential information about macro expansionEugene Burmako2012-04-271-6/+6
* cleaning up macros, one step at a timeEugene Burmako2012-04-261-114/+87
* Trying to set an example in the land of macros.Paul Phillips2012-04-251-93/+106
* fixes SI-5693Eugene Burmako2012-04-251-87/+74
* Merge commit 'refs/pull/436/head'Paul Phillips2012-04-251-0/+1
|\
| * fixes SI-5706Eugene Burmako2012-04-251-0/+1
* | Fix reifier crashing repl.Paul Phillips2012-04-251-16/+18
|/
* rethinks tagsEugene Burmako2012-04-231-18/+34
* fixes SI-5689Eugene Burmako2012-04-211-1/+1
* minor fix to macro tracingEugene Burmako2012-04-201-1/+1
* Minor optimizations with nested list operations.Paul Phillips2012-04-181-3/+3
* assorted stability fixesEugene Burmako2012-04-171-335/+395