rust/compiler/rustc_query_impl/src
Jonathan Brouwer cf2ea13042
Rollup merge of #152023 - nnethercote:rm-Value, r=nnethercote
Some `rustc_query_system` cleanups

Small improvements I found while looking closely at `rustc_query_system`. Best reviewed one commit at a time.

r? @cjgillot
2026-02-05 08:32:46 +01:00
..
error.rs Move the QueryOverflow and QueryOverflowNote errors. 2026-02-05 09:29:46 +11:00
lib.rs Rollup merge of #152023 - nnethercote:rm-Value, r=nnethercote 2026-02-05 08:32:46 +01:00
plumbing.rs Rollup merge of #152023 - nnethercote:rm-Value, r=nnethercote 2026-02-05 08:32:46 +01:00
profiling_support.rs Add new self-profile event for aggregating query hit counts 2025-06-25 11:09:58 +02:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

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