summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/TypeAdaptingTransformer.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9671, SI-7397 fix null.asInstanceOf[Int] when pt erases to ObjectLukas Rytz2016-05-181-11/+11
* Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-261-2/+1
* Refactoring. Decakify TypeAdaptingTransformerAdriaan Moors2016-03-261-48/+42
* Set the scene for Sammy.Adriaan Moors2016-03-261-66/+37
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+0
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-1/+0
* SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-081-4/+4
* Refactor Erasure for delambdafication.James Iry2013-11-061-0/+187