rust/compiler/rustc_query_system/src/query
Mark Rousskov 668b3188ab Remove sharding for VecCache
This sharding is never used (per the comment in code). If we re-add
sharding at some point in the future this is cheap to restore, but for
now no need for the extra complexity.
2024-04-06 10:49:31 -04:00
..
caches.rs Remove sharding for VecCache 2024-04-06 10:49:31 -04:00
config.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00
job.rs Some tweaks to the parallel query cycle handler 2024-03-09 00:24:14 +01:00
mod.rs Remove CacheSelector trait now that we can use GATs 2024-03-26 11:03:23 +00:00
plumbing.rs Don't panic when waiting on poisoned queries 2024-03-02 19:51:56 +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.