Files
rust/compiler/rustc_query_system/src/dep_graph
Josh Stone 3b0c2585c8 Convert ShardedHashMap to use hashbrown::HashTable
The `hash_raw_entry` feature has finished fcp-close, so the compiler
should stop using it to allow its removal. Several `Sharded` maps were
using raw entries to avoid re-hashing between shard and map lookup, and
we can do that with `hashbrown::HashTable` instead.
2025-03-10 17:08:30 -07:00
..
2024-07-29 08:26:52 +10:00
2020-08-30 18:45:07 +03:00

To learn more about how dependency tracking works in rustc, see the [rustc guide].