summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/reflect
Commit message (Expand)AuthorAgeFilesLines
* [nomaster] typecheck(q"class C") no longer crashesEugene Burmako2014-03-231-52/+47
* [nomaster] teaches toolbox about -YrangeposEugene Burmako2013-11-221-2/+7
* SI-7775 Harden against the shifting sands of System.getPropertiesJason Zaugg2013-08-261-2/+6
* 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
* | SI-7325 cleans up corner cases of percent handling in StringContext.fEugene Burmako2013-05-041-29/+49
|/
* SI-6725 `f` interpolator now supports %n tokensEugene Burmako2013-03-091-1/+2
* 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
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-022-2/+2
* renames macros.ReificationError to ReificationExceptionEugene Burmako2012-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