rust/compiler/rustc_middle/src/util
Nicholas Nethercote 2aae619edb Move MirPass to rustc_mir_transform.
Because that's now the only crate that uses it.

Moving stuff out of `rustc_middle` is always welcome.

I chose to use `impl crate::MirPass`/`impl crate::MirLint` (with
explicit `crate::`) everywhere because that's the only mention of
`MirPass`/`MirLint` used in all of these files. (Prior to this change,
`MirPass` was mostly imported via `use rustc_middle::mir::*` items.)
2024-09-03 16:03:46 +10:00
..
common mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
bug.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
call_kind.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
common.rs Move MirPass to rustc_mir_transform. 2024-09-03 16:03:46 +10:00
find_self_call.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Merge ExternProviders into the general Providers struct 2023-09-22 20:15:34 +00:00