rust/compiler/rustc_query_system/src/query
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
..
caches.rs Convert ShardedHashMap to use hashbrown::HashTable 2025-03-10 17:08:30 -07:00
config.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
job.rs resume one waiter at a call 2025-03-05 11:24:58 +08:00
mod.rs Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
plumbing.rs Notes on types/traits used for in-memory query caching 2025-02-03 22:36:01 +11:00
README.md

For more information about how the query system works, see the rustc dev guide.