summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Macros.scala
Commit message (Expand)AuthorAgeFilesLines
* -Xfundep-materialization => -Yfundep-materializationEugene Burmako2014-09-091-3/+3
* pull request feedbackEugene Burmako2014-07-031-0/+1
* [backport] SI-7470 implements fundep materializationEugene Burmako2014-07-021-4/+28
* [nomaster] macro expansions are now auto-duplicatedEugene Burmako2013-08-141-3/+5
* easy way of writing not implemented macrosEugene Burmako2013-05-121-20/+27
* Merge pull request #2494 from scalamacros/ticket/5923Eugene Burmako2013-05-111-3/+57
|\
| * [nomaster] macroExpandAll is now triggered in all invocations of typedEugene Burmako2013-05-111-2/+6
| * [nomaster] SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-111-1/+51
* | pull request feedbackEugene Burmako2013-05-111-5/+7
* | removes the traces of always on debug diagnosticsEugene Burmako2013-05-091-19/+21
|/
* SI-5744 evidence params are now SYNTHETICUladzimir Abramchuk2013-02-161-3/+1
* Merge pull request #2024 from scalamacros/ticket/6812Eugene Burmako2013-02-011-0/+1
|\
| * SI-6812 scaladoc can opt out of expanding macrosEugene Burmako2013-01-311-0/+1
* | SI-6516, macros comparing types with == instead of =:=.Paul Phillips2013-01-301-1/+1
|/
* SI-5753 macros cannot be loaded when inherited from a class or a traitmartende2012-11-271-10/+3
* Avoid relying on auto-tupling.Paul Phillips2012-09-261-1/+1
* existentially typed expansions now work fineEugene Burmako2012-09-181-2/+2
* More relative path elimination.Paul Phillips2012-09-151-3/+3
* SI-6362 & SI-5924 removes caches in the macro APIEugene Burmako2012-09-151-3/+0
* SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-151-2/+2
* 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