summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/transform/Erasure.scala
Commit message (Expand)AuthorAgeFilesLines
* Ignore BoundedWildcardType in erasure type mapAdriaan Moors2017-02-191-0/+5
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* Specialize erasure of `synchronized` primitive methodAdriaan Moors2016-08-301-12/+21
* optimize/simplify erasure of class info typeAdriaan Moors2016-08-291-10/+9
* Simplify erasure + mixinAdriaan Moors2016-08-111-2/+12
* Fix erasure for classOf[Unit], don't erase to classOf[BoxedUnit]Lukas Rytz2016-04-201-2/+3
* SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-301-2/+3
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+0
* Desugar module var and accessor in refchecks/lazyvalsJason Zaugg2015-10-081-1/+1
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-231-1/+1
|\
| * Fix 23 typos (t-v)Janek Bogucki2015-07-151-1/+1
* | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-121-0/+2
|\|
| * SI-9298 Fix erasure of value classes in JavaJason Zaugg2015-05-051-0/+2
* | SI-7521 Fix erasure of parametric value classes.Jason Zaugg2014-11-101-1/+10
|/
* disambiguates uses of “local” in internal symbol APIEugene Burmako2014-02-121-1/+1
* SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-1/+1
* Address review commentsJason Zaugg2013-11-081-1/+1
* Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-081-11/+17
* Refactor Erasure for delambdafication.James Iry2013-11-061-3/+0
* SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-281-2/+2
* Removing unused code.Paul Phillips2013-10-021-5/+0
* SI-7624 Fix -feature warnings and build with -featureSimon Ochsenreither2013-08-151-1/+1
* SI-7088 Array crasher in erasure.Paul Phillips2013-05-271-1/+5
* Concision contribution.Paul Phillips2013-05-231-18/+10
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Removed -Ynotnull setting.Paul Phillips2013-03-131-1/+1
* SI-7120 Erasure must honor typeref prefixesJason Zaugg2013-02-141-1/+1
* Changes many calls to normalize to dealiasWiden.Paul Phillips2013-01-291-3/+3
* SI-6556 Remove unneeded workaround in erasure.Jason Zaugg2013-01-261-12/+1
* Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-1/+1
* Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+13
|\
| * SI-6556 no assert for surprising ctor result typeMartin Odersky2012-10-301-1/+13
* | All the actual changes of tpe to tpe_* or tpeHK.Paul Phillips2012-10-021-1/+1
|/
* Value classes: eliminated half-boxingMartin Odersky2012-09-201-12/+10
* More method hoisting.Martin Odersky2012-08-201-2/+2
* polymorphic value classesMartin Odersky2012-07-111-7/+44
* Introduces scala-reflect.jarEugene Burmako2012-06-081-0/+336