rust/compiler/rustc_mir_dataflow/src
Nicholas Nethercote dc62f07458 Remove Gatherer.
It's a very thin wrapper that pairs `MoveDataBuilder` with a `Location`,
and it has four lifetime arguments. This commit removes it by just
adding a `Location` to `MoveDataBuilder`.
2024-09-09 16:33:27 +10:00
..
framework Add warn(unreachable_pub) to rustc_mir_dataflow. 2024-08-29 20:13:06 +10:00
impls Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
move_paths Remove Gatherer. 2024-09-09 16:33:27 +10:00
debuginfo.rs Preserve DebugInfo in DeadStoreElimination. 2023-10-06 15:46:11 +00:00
drop_flag_effects.rs Stop using MoveDataParamEnv for places that don't need a param-env 2024-07-29 11:59:47 -04:00
elaborate_drops.rs rename AddressOf -> RawBorrow inside the compiler 2024-08-18 19:46:53 +02:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Add warn(unreachable_pub) to rustc_mir_dataflow. 2024-08-29 20:13:06 +10:00
points.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
rustc_peek.rs Adjust SanityCheck. 2024-09-03 15:18:30 +10:00
storage.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
un_derefer.rs Avoid unnecessary exports. 2023-11-23 14:06:57 +11:00
value_analysis.rs Remove unnecessary lifetime in PlaceCollector. 2024-09-09 16:24:06 +10:00