summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/reflect
Commit message (Expand)AuthorAgeFilesLines
* Removed unused imports.Paul Phillips2012-11-065-15/+5
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-052-2/+2
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-022-2/+2
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-20/+21
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-191-1/+1
|\|
| * renames macros.ReificationError to ReificationExceptionEugene Burmako2012-10-031-1/+1
* | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-031-1/+1
|/
* removes front ends from scala-reflect.jarEugene Burmako2012-09-275-91/+142
* MirrorOf => MirrorEugene Burmako2012-09-271-4/+4
* SI-6412 alleviates leaks in toolboxes, attempt #2Eugene Burmako2012-09-271-2/+16
* Revert "SI-6412 alleviates leaks in toolboxes"Grzegorz Kossakowski2012-09-251-19/+2
* SI-6412 alleviates leaks in toolboxesEugene Burmako2012-09-241-2/+19
* Merge pull request #1331 from scalamacros/ticket/5943Grzegorz Kossakowski2012-09-201-1/+1
|\
| * SI-5943 toolboxes now autoimport Predef and scalaEugene Burmako2012-09-201-1/+1
* | Merge pull request #1358 from scalamacros/ticket/6392Grzegorz Kossakowski2012-09-201-2/+13
|\ \
| * | SI-6392 wraps non-terms before typecheck/evalEugene Burmako2012-09-191-2/+13
* | | SI-6363 removes scala.reflect.baseEugene Burmako2012-09-194-14/+7
* | | prepping for the refactoringEugene Burmako2012-09-191-0/+3
|/ /
* | Merge pull request #1327 from scalamacros/ticket/6287Grzegorz Kossakowski2012-09-191-3/+3
|\ \
| * | SI-6287 fixes synthetic symbol clashes in toolboxEugene Burmako2012-09-171-3/+3
| |/
* / SI-5942 toolboxes now reset front endsEugene Burmako2012-09-181-0/+10
|/
* More relative path elimination.Paul Phillips2012-09-151-2/+2
* SI-6342 cleans up toolbox APIEugene Burmako2012-09-153-29/+33
* Eliminate breaking relative names in source.Paul Phillips2012-09-142-3/+3
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-2/+2
* Exposes ToolBox.classLoaderEugene Burmako2012-08-272-3/+4
* pull request feedbackEugene Burmako2012-08-191-8/+3
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-152-10/+5
* SI-6186 TypeTags no longer supported in macrosEugene Burmako2012-08-071-1/+1
* Merge pull request #1067 from scalamacros/topic/ultimate-reflection-pull-requestAdriaan Moors2012-08-071-1/+2
|\
| * SI-6199 unit-returning methods now return unitEugene Burmako2012-08-061-1/+2
* | update and normalize copyright noticeAdriaan Moors2012-08-072-2/+2
|/
* moves Expr from api to baseEugene Burmako2012-08-021-1/+1
* reflect.makro => reflect.macros (Step I)Eugene Burmako2012-08-022-5/+5
* renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-022-4/+4
* SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-312-71/+103
* evicts calls to reify from our codebaseEugene Burmako2012-07-202-29/+41
* SI-5999 removes Context.reifyEugene Burmako2012-07-201-3/+0
* Fixed SI-6076. Range positions for macro-based string interpolation.Hubert Plociniczak2012-07-172-6/+5
* removes special case for BigIntegerDominik Gruntz2012-07-061-2/+1
* macro-based string interpolation formatterAdriaan Moors2012-07-062-2/+152
* miscellaneous cleanupEugene Burmako2012-07-021-1/+1
* removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-021-1/+8
* moves reflective compiler into scala.tools.reflectEugene Burmako2012-07-024-1/+69
* fixes SI-5912Eugene Burmako2012-06-151-1/+4
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-2/+2
* removes array tagsEugene Burmako2012-06-081-1/+0
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-082-4/+4
* miscellaneous cleanup, mostly fighting with feature warningsEugene Burmako2012-06-081-2/+2
* brings reification up to speedEugene Burmako2012-06-082-5/+8