rust/compiler/rustc_query_system/src/query
Zalathar 623d6e8ca4 Notes on types/traits used for in-memory query caching
When the word "cache" appears in the context of the query system, it often
isn't obvious whether that is referring to the in-memory query cache or the
on-disk incremental cache.

For these types, we can assure the reader that they are for in-memory caching.
2025-02-03 22:36:01 +11:00
..
caches.rs Notes on types/traits used for in-memory query caching 2025-02-03 22:36:01 +11:00
config.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
job.rs Properly note when query stack is being cut off 2025-01-16 19:12:22 +00:00
mod.rs Rename ty_def_id so people will stop using it by accident 2024-12-13 16:36:38 +00:00
plumbing.rs Notes on types/traits used for in-memory query caching 2025-02-03 22:36:01 +11: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.