rust/compiler/rustc_mir_dataflow/src
Nicholas Nethercote bb943f93ff Rename FlowState as Domain.
Because that's what it is; no point having a different name for it.
2024-09-13 16:27:24 +10:00
..
framework Rename FlowState as Domain. 2024-09-13 16:27:24 +10:00
impls Remove unnecessary Clone/Copy derives from analyses. 2024-09-13 09:58:30 +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 Rename FlowState as Domain. 2024-09-13 16:27:24 +10:00
rustc_peek.rs Rename FlowState as Domain. 2024-09-13 16:27:24 +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