summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/tpe
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Symbol substutition must consider ClassInfoType#parentsJason Zaugg2013-11-231-0/+6
* thread locals instead of locks for vars in Types.scalaEugene Burmako2013-10-184-72/+46
* Merge pull request #3045 from retronym/ticket/7688-4Jason Zaugg2013-10-181-4/+3
|\
| * SI-7688 Fix AsSeenFrom of ThisType from TypeVar prefixJason Zaugg2013-10-171-4/+3
* | Extract isStable and isVolatile from Type.Paul Phillips2013-10-051-1/+1
|/
* Removing unused code.Paul Phillips2013-10-021-16/+0
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-master-2Jason Zaugg2013-09-271-1/+1
* SI-7834 Type equivalence of C.this and C.super.Paul Phillips2013-09-111-4/+14
* Logging cleanup.Paul Phillips2013-08-252-18/+21
* Value class Depth.Paul Phillips2013-08-253-47/+47
* Merge branch 'master' into patmatPaul Phillips2013-08-201-2/+2
|\
| * No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-2/+2
* | Pushed some noisy logging down to debuglog.Paul Phillips2013-08-171-1/+1
|/
* Eliminate needless Options.Paul Phillips2013-06-081-2/+2
* Merge pull request #2582 from paulp/pr/SubstTypeMapAdriaan Moors2013-06-051-2/+1
|\
| * Cache the most recently created SubstTypeMap.Paul Phillips2013-05-221-2/+1
* | Revert "SI-7517 type constructors too eagerly normalized."Paul Phillips2013-06-032-8/+23
* | Merge pull request #2597 from paulp/issue/7520Paul Phillips2013-06-031-33/+60
|\ \
| * | 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
* | | SI-7517 type constructors too eagerly normalized.Paul Phillips2013-05-312-23/+8
|/ /
* / Concision contribution.Paul Phillips2013-05-233-18/+18
|/
* Absolutized paths involving the scala package.Paul Phillips2013-05-036-9/+16
* Merge pull request #2430 from paulp/issue/4365Adriaan Moors2013-04-261-8/+32
|\
| * SI-4365 nondeterministic failure in asSeenFromPaul Phillips2013-04-221-8/+32
* | Merge pull request #2436 from paulp/pr/lub-productionPaul Phillips2013-04-251-8/+31
|\ \
| * | Minor overhaul of lub-producing typer methods.Paul Phillips2013-04-231-8/+31
| |/
* / Eliminate a pile of -Xlint warnings.Paul Phillips2013-04-232-3/+2
|/
* 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-274-4/+4
* Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-212-19/+19
* Eliminated containsNull.Paul Phillips2013-03-131-65/+57
* SI-7247, deprecated NotNull.Paul Phillips2013-03-131-2/+2
* Removed -Ynotnull setting.Paul Phillips2013-03-133-15/+3
* 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-056-0/+2714