summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/tpe/TypeComparers.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* Less distribution of logic across TypeRef subclassesAdriaan Moors2016-02-121-8/+10
* SI-9542 Unify different reprs. of module type refsJason Zaugg2016-02-011-17/+11
* SI-2066 -Xsource:2.10: lenient treatment of variance in <:<, =:=Jason Zaugg2014-01-241-2/+2
* Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-211-3/+3
|\
| * SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-3/+3
* | Merge pull request #3363 from retronym/ticket/8146Jason Zaugg2014-01-151-15/+10
|\ \
| * | SI-8146 Fix non-deterministic <:< for deeply nested typesJason Zaugg2014-01-141-15/+10
| |/
* / SI-2066 Plug a soundness hole higher order type params, overridingJason Zaugg2013-11-271-2/+14
|/
* thread locals instead of locks for vars in Types.scalaEugene Burmako2013-10-181-34/+30
* Extract isStable and isVolatile from Type.Paul Phillips2013-10-051-1/+1
* SI-7834 Type equivalence of C.this and C.super.Paul Phillips2013-09-111-4/+14
* Value class Depth.Paul Phillips2013-08-251-6/+4
* SI-7520 bug in subtyping.Paul Phillips2013-05-311-1/+3
* Eliminated the shared logic.Paul Phillips2013-05-311-32/+31
* New method typeRelationPreCheck.Paul Phillips2013-05-311-1/+27
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-231-1/+0
* Change unrecognized scaladoc comments to C-styleFrançois Garillot2013-04-161-2/+2
* Transcendent rewrite of isSameType.Paul Phillips2013-04-051-158/+101
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-18/+18
* Eliminated containsNull.Paul Phillips2013-03-131-65/+57
* SI-7247, deprecated NotNull.Paul Phillips2013-03-131-2/+2
* Removed -Ynotnull setting.Paul Phillips2013-03-131-4/+1
* Moved some numeric subtyping logic closer to center.Paul Phillips2013-03-101-13/+18
* SI-7228, bug in weak subtyping.Paul Phillips2013-03-101-3/+3
* Carve up Types.scalaJason Zaugg2013-03-051-0/+617