rust/compiler/rustc_interface/src
Nicholas Nethercote 066a935b0c Move parts of rustc_query_system::query::job to rustc_middle::job.
The latter is a new module.

As well as the code motion, some other changes were required.
- `QueryJobId` methods became free functions so they could move while
  `QueryJobId` itself stayed put. This was so `QueryMap` and
  `QueryJobInfo` could be moved.
- Some visibilities in `rustc_query_system` required changing.
- `collect_active_jobs_from_all_queries` is no longer required in `trait
  QueryContext`.
2026-02-10 16:59:33 +11:00
..
callbacks.rs Rename DepKindStruct to DepKindVTable 2026-01-24 18:22:14 +11:00
errors.rs Convert to inline diagnostics in rustc_interface 2026-02-04 08:10:10 +01:00
interface.rs Move parts of rustc_query_system::query::job to rustc_middle::job. 2026-02-10 16:59:33 +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 #152327 - adwinwhite:fix-non-defining-use-ices-ready, r=lcnr 2026-02-09 18:39:43 +01:00
proc_macro_decls.rs Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11: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 Move parts of rustc_query_system::query::job to rustc_middle::job. 2026-02-10 16:59:33 +11:00