aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Hashable.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect hashing leading to cache pollutionGuillaume Martres2016-03-111-1/+3
* Revert: Make hash codes on type more predictable.Martin Odersky2015-11-171-1/+1
* Merge pull request #946 from dotty-staging/more-predictable-hashesDmitry Petrashko2015-11-111-1/+1
|\
| * Make hash codes on type more predictable.Dmitry Petrashko2015-11-101-1/+1
* | Address review comments.Dmitry Petrashko2015-11-101-0/+4
* | Hashable: make finishHash protected.Dmitry Petrashko2015-11-041-5/+5
|/
* Fixing hashing for RefinedThis types.Martin Odersky2014-06-121-1/+1
* Selective caching of SelectionProtos and ViewProtosMartin Odersky2014-01-271-2/+4
* New treatment of uniquesMartin Odersky2014-01-261-0/+92