rust/compiler/rustc_query_impl/src
Jonathan Brouwer ce3df42e35
Rollup merge of #152153 - Zalathar:descs, r=nnethercote
Incorporate query description functions into `QueryVTable`

Putting a `desc` function in each query vtable reduces the amount of parameter juggling required when creating query stack frames, because almost all of the necessary information can be found in the vtable.

There should be no change to compiler output.
2026-02-05 12:16:58 +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 #152153 - Zalathar:descs, r=nnethercote 2026-02-05 12:16:58 +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.