aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/Variances.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove refinement encoding of hk typesMartin Odersky2016-07-111-2/+2
* Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-111-1/+1
* Start new, direct HK schemeMartin Odersky2016-07-111-0/+11
* Introduce recursive typesMartin Odersky2016-07-111-0/+2
* Allow general recursion in refined types.Martin Odersky2016-07-111-2/+2
* Swap order of arguments in annotationsMartin Odersky2015-11-221-2/+2
* Replace tabs with 4 spaces in Dotty source.Dmitry Petrashko2015-04-091-2/+2
* Fix bug in varianceInTypeMartin Odersky2014-10-121-4/+3
* Seems to be a bug ping @odesrkyDmitry Petrashko2014-10-111-0/+1
* Enabled variance checkingMartin Odersky2014-08-031-1/+11
* Initial versions of Variances and CheckVariancesMartin Odersky2014-08-031-0/+93