about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/stable_hasher
AgeCommit message (Expand)AuthorLines
2022-02-03Fix `isize` optimization in `StableHasher` for big-endian architecturesJakub Beránek-0/+1
2022-01-30Compress amount of hashed bytes for `isize` values in StableHasherJakub Beránek-2/+22
2022-01-24Add test stable hash uniqueness of adjacent field valuesJakub Beránek-0/+42
2021-12-18Implement StableHash for BitSet and BitMatrix via HashTomasz Miąsko-0/+27
2020-09-30Stable hashing: add comments and tests concerning platform-independenceTyson Nottingham-0/+73