summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/macros/contexts/Typers.scala
Commit message (Expand)AuthorAgeFilesLines
* General cleanups and less warnings during a Scala buildsoc2016-04-041-2/+2
* Refactor flag juggling. Review feedback from Jason.Adriaan Moors2016-03-261-16/+19
* Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-161-10/+7
|\
| * typecheck(q"class C") no longer crashesEugene Burmako2014-02-121-10/+6
* | addresses pull request feedbackEugene Burmako2014-02-151-0/+1
* | SI-6814 adds typechecker modes to c.typecheckEugene Burmako2014-02-141-4/+7
|/
* renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-071-2/+2
* further limits discoverability of resetAttrsEugene Burmako2014-02-071-2/+0
* deprecates resetAllAttrs and resetLocalAttrs in favor of the new APIEugene Burmako2014-01-211-0/+2
* Merge pull request #3254 from xeno-by/topic/typeCheckJason Zaugg2014-01-031-1/+1
|\
| * typeCheck => typecheckEugene Burmako2013-12-101-1/+1
* | duplicates arguments to macro typer APIsEugene Burmako2013-12-191-3/+3
|/
* refactors macro runtimesEugene Burmako2013-05-281-0/+52