rust/compiler/rustc_query_system/src
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
..
dep_graph remove code duplication when hashing query result and interning node 2025-01-13 20:25:46 +01:00
ich Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
query Notes on types/traits used for in-memory query caching 2025-02-03 22:36:01 +11:00
cache.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
error.rs don't return an Option from try_find_dep_kind 2025-01-07 21:57:00 +01:00
lib.rs improve diagnostics for const eval query overflow 2025-01-06 09:43:05 +01:00
values.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00