summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/transform
Commit message (Expand)AuthorAgeFilesLines
* remove two empty source filesSeth Tisue2017-03-201-0/+0
* Ignore BoundedWildcardType in erasure type mapAdriaan Moors2017-02-191-0/+5
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* Simplify creation of varargs forwarder symbolJason Zaugg2016-11-251-42/+26
* Don’t run the uncurry info transformer on Java symbols.Iulian Dragos2016-11-251-3/+4
* SI-10071 Separate compilation for varargs methodsIulian Dragos2016-11-251-2/+80
* 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
* Uncurry's info transform: non-static module --> methodAdriaan Moors2016-08-113-19/+7
* Fix erasure for classOf[Unit], don't erase to classOf[BoxedUnit]Lukas Rytz2016-04-201-2/+3
* General cleanups and less warnings during a Scala buildsoc2016-04-041-3/+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 2.12.xSeth Tisue2015-09-081-7/+15
* 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
| * [indylambda] Support lambda {de}serializationJason Zaugg2015-05-171-2/+1
| * [indylambda] Relieve LambdaMetafactory of boxing dutiesJason Zaugg2015-05-151-1/+2
* | 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
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-1/+0
|\|
| * SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-1/+0
* | 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-6411 reflection is now aware of posterasureEugene Burmako2014-01-242-4/+26
* 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-232-19/+11
* Absolutized paths involving the scala package.Paul Phillips2013-05-034-5/+9
* Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2013-04-081-1/+8
|\
| * Simplify interplay between Uncurry Info- and Tree-TransformersJason Zaugg2013-04-021-2/+9
* | 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-292-4/+12
* | SI-6556 Remove unneeded workaround in erasure.Jason Zaugg2013-01-261-12/+1
* | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-2/+1
|\|
| * evicts assert(false) from the compilerEugene Burmako2012-12-061-2/+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