summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Macros.scala
Commit message (Expand)AuthorAgeFilesLines
* shortening Name-String-Name-String conversions to just Name-StringMiguel Garcia2012-03-091-1/+1
* Fixes miscellaneous macro bugsEugene Burmako2012-02-171-13/+64
* Fixes https://issues.scala-lang.org/browse/SI-5453Eugene Burmako2012-02-131-6/+2
* reifyAnnotationsEugene Burmako2012-02-121-6/+41
* Fixes https://issues.scala-lang.org/browse/SI-5451Eugene Burmako2012-02-091-9/+9
* Updated information about desugaring of macrosEugene Burmako2012-02-081-7/+11
* Assorted fixesEugene Burmako2012-02-061-2/+12
* Refining the reflection api.Paul Phillips2012-02-051-3/+3
* Replaced LiftCode with a function in MacroContextEugene Burmako2012-02-051-2/+5
* Use context for buffering errors that cannot/shouldn't be reported in the giv...Hubert Plociniczak2012-01-251-15/+27
* Progress with macrosEugene Burmako2012-01-201-13/+123
* More consistent use of Names.Paul Phillips2012-01-051-9/+6
* Small change to get rid of naming awkwardness f...Martin Odersky2011-11-281-10/+11
* Revised macro defs, added a test case.Martin Odersky2011-11-281-13/+16
* Experimental version of macro definitions.Martin Odersky2011-11-281-0/+68