rust/compiler/rustc_mir_dataflow/src
Tomasz Miąsko 5b6d661039 Remove support for SwitchInt edge effects in backward dataflow analyses
Those effects are untested and unused. Remove them along with
the implementation of `BasicBlocks::switch_sources`.
2025-07-11 10:56:50 +02:00
..
framework Remove support for SwitchInt edge effects in backward dataflow analyses 2025-07-11 10:56:50 +02:00
impls Apply effects to otherwise edge in dataflow analysis 2025-07-08 18:15:05 -05:00
move_paths Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
debuginfo.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
drop_flag_effects.rs Apply effects to otherwise edge in dataflow analysis 2025-07-08 18:15:05 -05:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
points.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00
rustc_peek.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00
un_derefer.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
value_analysis.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00