summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/reflect/ToolBoxFactory.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactor flag juggling. Review feedback from Jason.Adriaan Moors2016-03-261-22/+27
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+1
* Removed warningsEECOLOR2015-03-261-1/+1
* Restrict `contextMode` fiddling to `Context`Adriaan Moors2014-07-171-1/+1
* SI-8637 fixes toolbox phase corruptionEugene Burmako2014-05-301-0/+1
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-65/+61
|\
| * Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-161-7/+10
| |\
| | * introduces -Yshow-symownersEugene Burmako2014-02-101-7/+10
| * | typecheck(q"class C") no longer crashesEugene Burmako2014-02-121-56/+48
* | | addresses pull request feedbackEugene Burmako2014-02-151-0/+1
* | | some renamingsEugene Burmako2014-02-151-1/+1
* | | establishes scala.reflect.api#internalEugene Burmako2014-02-141-1/+1
* | | SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-141-4/+9
|/ /
* | Merge pull request #3406 from xeno-by/ticket/7570Jason Zaugg2014-02-101-11/+36
|\ \ | |/ |/|
| * SI-7570 top-level codegen for toolboxesEugene Burmako2014-01-241-11/+36
* | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-071-2/+2
* | further limits discoverability of resetAttrsEugene Burmako2014-02-071-8/+0
|/
* deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-211-0/+2
* typeCheck => typecheckEugene Burmako2013-12-101-3/+3
* Merge pull request #3007 from densh/pull/fresh-name-and-package-supportEugene Burmako2013-10-191-1/+1
|\
| * SI-6841 SI-6657 add support for packages into quasiquotes and toolboxDen Shabalin2013-10-141-1/+1
* | synchronizes toolboxesEugene Burmako2013-10-181-1/+2
|/
* Removing unused code.Paul Phillips2013-10-021-1/+3
* Merge pull request #2991 from xeno-by/topic/unapply-copierEugene Burmako2013-09-301-36/+57
|\
| * refactors ToolBoxGlobal wrappersEugene Burmako2013-09-271-64/+74
| * transformers no longer ignore UnApply.funEugene Burmako2013-09-261-25/+36
* | SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-1/+1
|/
* Cull extraneous whitespace.Paul Phillips2013-09-181-2/+2
* refactor variable arity definitionsDen Shabalin2013-09-121-1/+2
* SI-6489 parsing in macros should provide proper positionsDen Shabalin2013-09-121-8/+2
* Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-1/+4
|\
| * 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
* | SI-7331 remove all the wrapping code from toolboxDen Shabalin2013-08-141-7/+3
* | moves template creation logic from nsc to reflectDen Shabalin2013-07-081-1/+1
* | SI-7461 c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-271-1/+1
* | Concision contribution.Paul Phillips2013-05-231-4/+4
* | Merge branch 'master' into HEADPaul Phillips2013-05-161-10/+1
|\ \
| * | removes duplication in inferImplicitValueEugene Burmako2013-05-121-8/+1
| * | SI-7047 fixes silent for c.inferImplicitXXXEugene Burmako2013-05-121-6/+4
* | | Started eliminating modes.Paul Phillips2013-05-111-2/+1
|/ /
* | Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* | SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-04-261-9/+8