aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform/TypeTestsCasts.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix #1490: type test of union types via type aliasliu fengyun2016-09-011-1/+1
* fix #1354: improve type test and typecast of union typesliu fengyun2016-07-261-8/+23
* Renamings in DefinitionsMartin Odersky2015-11-091-1/+1
* Remove/hide value class mapsMartin Odersky2015-11-091-1/+1
* Match on _name rather than TypeRef in scalaPrimitivesMartin Odersky2015-11-091-1/+1
* Index primitive value class maps by name, not TypeRefMartin Odersky2015-11-091-1/+1
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-091-2/+2
* Revise typeParams to account for existential hk typesMartin Odersky2015-10-241-1/+0
* Don't drop impure expressions when eliding isInstanceOf tests.Martin Odersky2015-10-231-1/+1
* TypeErasure#erasure: do not semi-erase types by defaultGuillaume Martres2015-06-241-1/+1
* Fix unset tree positionAlexSikia2015-05-111-1/+1
* Erasure: properly handle null in value classesGuillaume Martres2015-05-011-1/+4
* Erasure: properly erase value classesGuillaume Martres2015-05-011-1/+1
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* TypeTestCasts should test and cast wrt erased typesMartin Odersky2014-10-121-3/+4
* Replace call to unimplemented method runtimeCallMartin Odersky2014-10-111-1/+1
* Move check for casting a primitive to a non-primitive type from erasure to re...Dmitry Petrashko2014-10-111-5/+2
* Incorporating TypeTestsCasts into ErasureDmitry Petrashko2014-09-241-3/+8
* TypeTestsCasts now handles casts to constant types.Dmitry Petrashko2014-09-241-1/+1
* Fixes to erasure to make -Ycheck:all work.Martin Odersky2014-08-281-1/+1
* Fixes in TypeTestsCastMartin Odersky2014-08-281-5/+9
* renaming: core.transform.Erasure -> core.TypeErasureMartin Odersky2014-08-241-1/+1
* Rename in Phase: name -> phaseNameMartin Odersky2014-08-181-1/+1
* Split Nullarify functionality to ElimByName, ErasureMartin Odersky2014-08-171-1/+1
* Changes to tree copyingMartin Odersky2014-08-131-1/+1
* Added some more methods as infix tree operations:Martin Odersky2014-08-111-2/+2
* Disentangle phases from treetransformsMartin Odersky2014-08-091-1/+1
* Added infix methods for some tree constructionsMartin Odersky2014-07-171-2/+2
* Removing duplication between Any and Object methodsMartin Odersky2014-05-081-4/+4
* InfoTransformers as specific DenotTransformersMartin Odersky2014-04-141-1/+0
* Intercepted methods transformerDmitry Petrashko2014-04-021-1/+2
* Fix TypeTestCastsDmitry Petrashko2014-04-011-13/+13
* Added implementation of TypeTestsCasts#boxMartin Odersky2014-03-311-2/+1
* Make primitive conversions work also for non-numeric typesMartin Odersky2014-03-311-1/+1
* Transform for normalizing type tests and type castsMartin Odersky2014-03-291-0/+101