summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/makro
Commit message (Expand)AuthorAgeFilesLines
* reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-0218-522/+0
* renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-022-2/+2
* SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-311-19/+12
* SI-5999 removes the macro context mirrorEugene Burmako2012-07-202-45/+1
* SI-5999 removes Context.reifyEugene Burmako2012-07-201-26/+0
* SI-5695 removes Context.enclosingApplicationEugene Burmako2012-07-181-1/+0
* SI-6036 yet again makes sense of magic symbolsEugene Burmako2012-07-061-3/+6
* removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-021-1/+1
* quickfix for a nasty assertionEugene Burmako2012-06-081-5/+17
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-083-5/+4
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-083-8/+6
* brings reification up to speedEugene Burmako2012-06-082-8/+73
* brings macros up to speedEugene Burmako2012-06-0817-75/+188
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-2/+2
* The new reflectionEugene Burmako2012-06-088-26/+32
* fixes resetAttrsEugene Burmako2012-05-171-2/+2
* cleaning up macros, one step at a timeEugene Burmako2012-04-264-11/+35
* More style tips for team macros.Paul Phillips2012-04-251-26/+13
* adds isStatic to Symbols API in macro contextEugene Burmako2012-04-231-0/+2
* rethinks tagsEugene Burmako2012-04-231-112/+11
*-. Merge commit 'refs/pull/419/head'; commit 'refs/pull/420/head'; commit 'refs/...Paul Phillips2012-04-221-26/+53
|\ \
| | * Reflection and reification: Names and Symbols.Paul Phillips2012-04-221-26/+53
| |/
* / scala.reflect.api: Reporters => FrontEndsEugene Burmako2012-04-202-7/+7
|/
* fixes testsEugene Burmako2012-04-171-1/+1
* assorted stability fixesEugene Burmako2012-04-172-6/+6
* adds erasures to concrete type tagsEugene Burmako2012-04-172-5/+44
* Renamed seven files.Paul Phillips2012-04-131-0/+0
* GroundTypeTag => ConcreteTypeTagEugene Burmako2012-04-121-4/+4
* Next generation of macrosEugene Burmako2012-04-1213-0/+426