rust/compiler/rustc_mir_dataflow/src/framework
bors d350797b7e Auto merge of #142707 - ashivaram23:drop_wildcard, r=dianqk
Apply effects to `otherwise` edge in dataflow analysis

This allows `ElaborateDrops` to remove drops when a `match` wildcard arm covers multiple no-Drop enum variants. It modifies dataflow analysis to update the `MaybeUninitializedPlaces` and `MaybeInitializedPlaces` data for a block reached through an `otherwise` edge.

Fixes rust-lang/rust#142705.
2025-07-09 03:42:01 +00:00
..
cursor.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00
direction.rs Apply effects to otherwise edge in dataflow analysis 2025-07-08 18:15:05 -05:00
fmt.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
graphviz.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00
lattice.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
mod.rs Apply effects to otherwise edge in dataflow analysis 2025-07-08 18:15:05 -05:00
results.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00
tests.rs mir: Use the new method for BasicBlockData 2025-06-29 20:39:13 +08:00
visitor.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00