about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/hashes.rs
AgeCommit message (Collapse)AuthorLines
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-07-11Use uplifted `rustc-stable-hash` crate in `rustc_data_structures`Urgau-7/+10
2024-01-17Use UnhashMap for a few more mapsMark Rousskov-1/+11
This avoids hashing data that's already hashed.
2023-12-24Do not store stable crate id in on-disk hash map.Camille GILLOT-1/+1
2023-04-18Add #[inline] to some new functionsBen Kimock-0/+1
Co-authored-by: Camille Gillot <gillot.camille@gmail.com>
2023-04-18Document how the HashN types are different from FingerprintBen Kimock-4/+15
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-0/+120