summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/reflect/ToolBoxFactory.scala
Commit message (Expand)AuthorAgeFilesLines
* [backport] transformers no longer ignore UnApply.funEugene Burmako2014-07-031-41/+63
* [nomaster] typecheck(q"class C") no longer crashesEugene Burmako2014-03-231-52/+47
* [nomaster] teaches toolbox about -YrangeposEugene Burmako2013-11-221-2/+7
* currentRun.compiles now correctly works in toolboxesEugene Burmako2013-08-101-1/+4
* SI-7331 tb.parse returns unpositioned treesDen Shabalin2013-08-081-5/+5
* Merge pull request #2506 from scalamacros/ticket/7461Eugene Burmako2013-05-201-1/+1
|\
| * c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-091-1/+1
* | [nomaster] removes duplication in inferImplicitValueEugene Burmako2013-05-111-21/+1
* | [nomaster] SI-7166 catches DivergentImplicit in c.inferImplicitXXXEugene Burmako2013-05-111-10/+19
* | [nomaster] SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-111-1/+4
|/
* Revert SI-6240 synchronization for runtime reflectionAdriaan Moors2013-03-011-29/+23
* synchronizes toolboxesEugene Burmako2013-02-111-23/+29
* accommodates pull request feedbackEugene Burmako2013-02-081-6/+3
* SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-081-2/+5
* [nomaster] Revert "refactors handling of parent types"Eugene Burmako2013-02-051-0/+1
* refactors handling of parent typesEugene Burmako2012-12-061-1/+0
* removes front ends from scala-reflect.jarEugene Burmako2012-09-271-1/+1
* 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-191-1/+0
|/ /
* / SI-6287 fixes synthetic symbol clashes in toolboxEugene Burmako2012-09-171-3/+3
|/
* More relative path elimination.Paul Phillips2012-09-151-2/+2
* SI-6342 cleans up toolbox APIEugene Burmako2012-09-151-24/+23
* Exposes ToolBox.classLoaderEugene Burmako2012-08-271-2/+3
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-7/+1
* SI-6199 unit-returning methods now return unitEugene Burmako2012-08-061-1/+2
* renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-021-2/+2
* SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-311-47/+73
* miscellaneous cleanupEugene Burmako2012-07-021-1/+1
* moves reflective compiler into scala.tools.reflectEugene Burmako2012-07-021-1/+0
* fixes SI-5912Eugene Burmako2012-06-151-1/+4
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-3/+3
* brings reification up to speedEugene Burmako2012-06-081-1/+1
* The new reflectionEugene Burmako2012-06-081-0/+374