rust/compiler/rustc_interface/src
Zalathar fbb34d8c75 Remove wrapper struct QueryCtxt
This struct was only wrapping `TyCtxt` in order to implement traits that
were removed by RUST-152636.

This commit also slightly simplifies the signature of `execute_job_incr`, by
having it call `tcx.dep_graph.data()` internally.
2026-02-17 17:30:55 +11:00
..
callbacks.rs Remove DEP_NODE_DEBUG. 2026-02-16 22:48:58 +11:00
errors.rs Convert to inline diagnostics in rustc_interface 2026-02-04 08:10:10 +01:00
interface.rs Remove wrapper struct QueryCtxt 2026-02-17 17:30:55 +11:00
lib.rs Convert to inline diagnostics in rustc_interface 2026-02-04 08:10:10 +01:00
limits.rs fixup limit handling code 2025-09-08 15:07:12 -07:00
passes.rs Rollup merge of #152329 - Zoxc:simple-parallel-macro, r=nnethercote 2026-02-13 15:19:12 +11:00
proc_macro_decls.rs Port #[rustc_proc_macro_decls] to the new attribute parser. 2026-02-13 13:24:37 +00:00
queries.rs Skip codegen_crate call in check mode 2025-10-24 10:25:13 +00:00
tests.rs Remove the fallback bundle 2026-02-08 11:06:42 +01:00
util.rs Remove wrapper struct QueryCtxt 2026-02-17 17:30:55 +11:00