about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/stable_hasher/tests.rs
AgeCommit message (Expand)AuthorLines
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-3/+3
2024-07-11Use uplifted `rustc-stable-hash` crate in `rustc_data_structures`Urgau-65/+0
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-1/+1
2023-04-05Fix a couple missed hash constantsThom Chiovoloni-3/+3
2023-03-03Match end user facing unmatched backticks in compiler/est31-1/+1
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