rust/compiler/rustc_query_impl/src
Jonathan Brouwer e1760d43cf
Rollup merge of #151626 - Zalathar:qcx-deref, r=tiif
Remove `Deref<Target = TyCtxt>` from `QueryCtxt`

Explicitly writing `self.tcx` is easy enough, and lets us remove a bit of non-essential deref magic.
2026-01-26 18:19:16 +01:00
..
lib.rs Rename DepKindStruct to DepKindVTable 2026-01-24 18:22:14 +11:00
plumbing.rs Rollup merge of #151626 - Zalathar:qcx-deref, r=tiif 2026-01-26 18:19:16 +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.