rust/compiler/rustc_middle/src/query
Matthias Krüger 2194af9680
Rollup merge of #152419 - nnethercote:mv-more-query-system-code, r=Zalathar
Move more query system code

Towards the goal of eliminating `rustc_query_system`, this commit moves some code from `rustc_query_system` to `rustc_middle` and `rustc_query_impl`, and from `rustc_middle` to `rustc_query_impl`.

r? @Zalathar
2026-02-11 13:48:46 +01:00
..
arena_cached.rs Move the needs-drop check for arena_cache queries out of macro code 2026-02-10 13:23:25 +11:00
erase.rs Fix references and remove inner queries module 2026-02-03 21:32:52 +01:00
inner.rs Move try_get_cached from rustc_query_system to rustc_middle. 2026-02-08 14:15:39 +11:00
keys.rs Remove unused Key/AsLocalKey impls. 2026-01-27 14:37:40 +11:00
mod.rs Move rustc_middle::query::values to rustc_query_impl. 2026-02-10 18:46:05 +11:00
on_disk_cache.rs Implement incremental caching for derive macro expansions 2026-01-16 07:36:36 +01:00
plumbing.rs Move the needs-drop check for arena_cache queries out of macro code 2026-02-10 13:23:25 +11:00