rust/compiler/rustc_query_system/src/query
2025-03-26 13:09:36 +01:00
..
caches.rs Convert ShardedHashMap to use hashbrown::HashTable 2025-03-10 17:08:30 -07:00
config.rs Avoiding calling queries when collecting active queries 2025-03-26 09:36:36 +01:00
job.rs Avoiding calling queries when collecting active queries 2025-03-26 09:36:36 +01:00
mod.rs Use a function to create QueryStackDeferred to ensure context is Copy 2025-03-26 13:09:36 +01:00
plumbing.rs Avoiding calling queries when collecting active queries 2025-03-26 09:36:36 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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