Nicholas Nethercote
|
84ac80f192
|
Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
|
2024-07-29 08:26:52 +10:00 |
|
Urgau
|
977439d9b8
|
Use uplifted rustc-stable-hash crate in rustc_data_structures
|
2024-07-11 16:51:16 +02:00 |
|
Mark Rousskov
|
510fcd318b
|
Use UnhashMap for a few more maps
This avoids hashing data that's already hashed.
|
2024-01-17 17:09:55 -05:00 |
|
Camille GILLOT
|
821920b2a3
|
Do not store stable crate id in on-disk hash map.
|
2023-12-24 17:22:48 +00:00 |
|
Ben Kimock
|
073d99b25d
|
Add #[inline] to some new functions
Co-authored-by: Camille Gillot <gillot.camille@gmail.com>
|
2023-04-18 14:13:19 -04:00 |
|
Ben Kimock
|
a04c09ade8
|
Document how the HashN types are different from Fingerprint
|
2023-04-18 10:52:47 -04:00 |
|
Ben Kimock
|
0445fbdd83
|
Store hashes in special types so they aren't accidentally encoded as numbers
|
2023-04-18 10:52:47 -04:00 |
|