rust/compiler/rustc_query_impl/src
2026-02-18 17:20:32 +11:00
..
dep_kind_vtables.rs Rename dep node "fingerprints" to distinguish key and value hashes 2026-02-18 17:20:32 +11:00
error.rs Move report_cycle. 2026-02-10 18:46:05 +11:00
execution.rs Rename dep node "fingerprints" to distinguish key and value hashes 2026-02-18 17:20:32 +11:00
job.rs Remove wrapper struct QueryCtxt 2026-02-17 17:30:55 +11:00
lib.rs Don't use HasDepContext in DepGraph::with_task 2026-02-17 17:30:55 +11:00
plumbing.rs Rename DepNodeKey::recover to try_recover_key 2026-02-18 17:20:32 +11:00
profiling_support.rs Move rustc_query_system::query::caches to rustc_middle::query. 2026-02-14 18:38:30 +11:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
values.rs Move rustc_query_system::query::job to rustc_middle. 2026-02-14 18:33:13 +11:00

For more information about how the query system works, see the rustc dev guide.