summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/reify/codegen/GenTypes.scala
Commit message (Expand)AuthorAgeFilesLines
* Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-261-7/+3
* Merge pull request #3559 from adriaanm/t1503Grzegorz Kossakowski2014-02-231-2/+2
|\
| * SI-1503 don't assume unsound type for ident/literal patternsAdriaan Moors2014-02-191-2/+2
* | establishes scala.reflect.api#internalEugene Burmako2014-02-141-18/+19
|/
* SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-3/+3
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-0/+2
* Modernize legacy backquotes in comments.Jason Zaugg2013-02-251-1/+1
* Remove redundant explicit returns.Jason Zaugg2013-02-251-1/+1
* Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-101-2/+1
|\
| * SI-6113 typeOf now works for type lambdasEugene Burmako2013-02-071-2/+1
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-1/+0
|/
* SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-1/+1
* cleanup of reflection- and macro-related stuffEugene Burmako2012-08-151-2/+1
* renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-021-4/+4
* SI-5999 a real fix to the packageless problemEugene Burmako2012-07-201-2/+1
* reify no longer dealiases symbols and typesEugene Burmako2012-07-021-5/+4
* Improves backward compatibility of manifestsEugene Burmako2012-07-021-4/+2
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-3/+3
* brings reification up to speedEugene Burmako2012-06-081-0/+203