rust/compiler/rustc_query_system/src/query
2025-05-14 08:59:55 +03: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 Handle rustc_query_system cases of rustc::potential_query_instability lint 2025-05-14 08:59:55 +03:00
mod.rs Add some comments 2025-04-29 12:04:33 +02:00
plumbing.rs Add a jobserver proxy to ensure at least one token is always held 2025-04-29 07:20:13 +02: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.