Big query system cleanups Recent PRs have moved a lot of code from `rustc_query_system` to `rustc_middle` and `rustc_query_impl`, where this code now has access to `TyCtxt`, e.g. rust-lang/rust#152419, rust-lang/rust#152516. As a result, a lot of abstraction and indirection that existed to work around this limitation is no longer necessary. This PR removes a lot of it. r? @Zalathar |
||
|---|---|---|
| .. | ||
| dep_kind_vtables.rs | ||
| error.rs | ||
| execution.rs | ||
| job.rs | ||
| lib.rs | ||
| plumbing.rs | ||
| profiling_support.rs | ||
| README.md | ||
| values.rs | ||
For more information about how the query system works, see the rustc dev guide.