summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/macros/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-244-9/+2
* makes bundles friendly to -Ywarn-dead-codeEugene Burmako2014-04-211-1/+1
* more clean up in the macro engineEugene Burmako2014-02-211-14/+3
* prohibits polymorphic bundlesEugene Burmako2014-02-211-1/+1
* minor code cleanup in the macro engineEugene Burmako2014-02-212-3/+3
* SI-8270 unconfuses bundles and vanilla macrosEugene Burmako2014-02-134-306/+357
* prohibits constructor overloading for macro bundlesEugene Burmako2014-01-121-1/+1
* changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-123-34/+9
* *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-123-9/+9
* deprecates macro def return type inferenceEugene Burmako2013-12-101-1/+1
* better error messages for various macro definition errorsEugene Burmako2013-12-032-10/+26
* Removing deprecated code.Paul Phillips2013-11-181-1/+1
* blackbox and whitebox macrosEugene Burmako2013-11-123-19/+19
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-083-0/+6
* better macro impl shape errorsEugene Burmako2013-10-231-8/+13
* gets rid of randomness in virtual filenames for bundlesEugene Burmako2013-10-021-1/+1
* clearly establishes what macro bundles areEugene Burmako2013-10-022-19/+29
* Removing unused code.Paul Phillips2013-10-021-1/+1
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-1/+1
* Value class Depth.Paul Phillips2013-08-251-1/+1
* No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-1/+5
* SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-152-4/+0
* SI-7695 Macro debug output on -explaintypesSom Snytt2013-07-271-9/+12
* macro impls can now return subtypes of c.TreeEugene Burmako2013-07-101-2/+2
* refactors macro runtimesEugene Burmako2013-05-281-1/+1
* refactors macro compilationEugene Burmako2013-05-284-0/+430