rust/compiler/rustc_middle/src
bors 9cb6bb8599 Auto merge of #125284 - compiler-errors:uplift-misc, r=lcnr
Uplift `RegionVid`, `TermKind` to `rustc_type_ir`, and `EagerResolver` to `rustc_next_trait_solver`

- Uplift `RegionVid`. This was complicated due to the fact that we implement `polonius_engine::Atom` for `RegionVid` -- but I just separated that into `PoloniusRegionVid`, and added `From`/`Into` impls so it can be defined in `rustc_borrowck` separately. Coherence 😵
- Change `InferCtxtLike` to expose `opportunistically_resolve_{ty,ct,lt,int,float}_var` so that we can uplift `EagerResolver` for use in the canonicalization methods.
- Uplift `TermKind` much like `GenericArgKind`

All of this is miscellaneous dependencies for making more `EvalCtxt` methods generic.
2024-05-21 02:51:38 +00:00
..
dep_graph Use a dyn Debug trait object instead of a closure. 2024-03-27 10:59:18 +00:00
hir fix: Check whether next_node is else-less if in get_return_block 2024-05-09 23:44:54 +08:00
hooks Rollup merge of #124016 - DaniPopes:dedup-default-providers, r=lcnr 2024-04-16 21:41:26 +02:00
infer Uplift GenericArgKind, CanonicalVarValues, QueryInput 2024-05-18 16:21:43 -04:00
middle Remove extern crate bitflags from a couple of crates. 2024-04-29 18:47:54 +10:00
mir Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco 2024-05-20 18:13:48 +02:00
query Give items related to issue 33140 a more meaningful name 2024-04-30 22:27:19 +02:00
thir Track mutability of deref patterns 2024-04-20 15:59:54 +02:00
traits move global cache lookup into fn 2024-05-20 20:40:02 +00:00
ty Uplift TermKind 2024-05-20 13:57:58 -04:00
util remove some ancient debug output, looks unused? 2024-04-13 11:30:48 +03:00
arena.rs Uplift inspect into rustc_type_ir 2024-05-18 16:21:43 -04:00
error.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
lib.rs Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
lint.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
macros.rs Lift Lift 2024-05-10 15:44:03 -04:00
metadata.rs Remove extern crate rustc_macros from rustc_middle. 2024-04-29 11:19:16 +10:00
tests.rs Give an item related to issue 27438 a more meaningful name 2024-04-30 22:27:19 +02:00
thir.rs Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
values.rs Rename Unsafe to Safety 2024-05-17 18:33:37 -03:00