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
..
debug.rs Use more slice patterns inside the compiler 2024-08-07 13:37:52 +02:00
dep_node.rs Remove dep_node comment duplication. 2025-02-04 08:34:10 +11:00
edges.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
graph.rs Convert ShardedHashMap to use hashbrown::HashTable 2025-03-10 17:08:30 -07:00
mod.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
query.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs compiler: Use size_of from the prelude instead of imported 2025-03-07 13:37:04 -08:00

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