aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/TypeErasure.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix #1284: Make classTag depend directly on erasureMartin Odersky2016-07-251-0/+18
* Merge pull request #1343 from dotty-staging/change-hk-direct2odersky2016-07-151-1/+4
|\
| * Refactorings of GenericTypes and underlying/upperboundMartin Odersky2016-07-111-2/+0
| * Handle signatures over uninstantiated type variablesMartin Odersky2016-07-111-0/+3
| * Start new, direct HK schemeMartin Odersky2016-07-111-0/+2
| * Allow general recursion in refined types.Martin Odersky2016-07-111-1/+1
* | Fix erasure of Java Array[T]Martin Odersky2016-07-141-1/+1
|/
* Don't force a symbol's denotation for isTerm/isTypeMartin Odersky2016-05-231-1/+1
* Fix doc commentMartin Odersky2016-04-031-1/+1
* Make erased value type take a TypeRef instead of a ClassSymbolMartin Odersky2016-04-031-7/+7
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* Fix #1065 erasedLub for arrays of primitives.Dmitry Petrashko2016-02-081-2/+10
* Fix erasure of raw arraysDmitry Petrashko2015-12-211-0/+1
* TypeErasure.isErasedType: scala.Array is invalid after Erasure.Dmitry Petrashko2015-12-201-1/+1
* Compile scala.collection.Seq without double-binding errorGuillaume Martres2015-12-011-2/+4
* Swap order of arguments in annotationsMartin Odersky2015-11-221-1/+1
* Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-091-2/+2
* Renamings in DefinitionsMartin Odersky2015-11-091-3/+3
* Avoid caching in sigNameMartin Odersky2015-10-221-8/+7
* Hardening of sigName for ill-formed valueclassesMartin Odersky2015-10-221-33/+43
* Better diagnostics for failed sigName calls.Martin Odersky2015-09-181-1/+5
* Fix #791 erasedLub of two AnyVals is Object.Dmitry Petrashko2015-09-171-1/+5
* Error instead of crash when sigName comes up with a missing reference.Martin Odersky2015-07-061-0/+1
* Get rid of semiEraseVCs boolean parametersMartin Odersky2015-06-261-8/+13
* Fix erasure of Thistypes.Martin Odersky2015-06-261-5/+1
* TypeErasure#erasure: do not semi-erase types by defaultGuillaume Martres2015-06-241-3/+10
* Make ensureMethodic work after erasure.Martin Odersky2015-06-011-1/+1
* Fix bug in typer erasure's transformInfoMartin Odersky2015-05-271-1/+1
* Fixed foc of isUnboudnedGenericArrayMartin Odersky2015-05-081-3/+3
* Remove debug printlnMartin Odersky2015-05-061-1/+0
* Fix #540 - unbounded array test for wildcard array argumentsMartin Odersky2015-05-061-1/+3
* Fix compatibility of Java with value classesGuillaume Martres2015-05-041-2/+5
* add an isCompanionMethod convenience methodGuillaume Martres2015-05-041-4/+4
* Fix companionClass not working after Erasure for value classesGuillaume Martres2015-05-011-1/+5
* Erasure: properly erase value classesGuillaume Martres2015-05-011-8/+30
* Cache the instantiations of ErasedValueTypeGuillaume Martres2015-05-011-2/+25
* TypeErasure: replace isSemi by semiEraseVCs and simplify the codeGuillaume Martres2015-05-011-30/+24
* TypeErasure: simplify and fix bugsGuillaume Martres2015-05-011-15/+7
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Changes to Tasty formatMartin Odersky2015-03-181-0/+418