about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework
AgeCommit message (Expand)AuthorLines
2025-07-11Remove support for SwitchInt edge effects in backward dataflow analysesTomasz Miąsko-9/+6
2025-07-11Call `get_switch_int_data` on a block with SwitchInt terminatorTomasz Miąsko-1/+1
2025-07-09Auto merge of #142707 - ashivaram23:drop_wildcard, r=dianqkbors-5/+7
2025-07-08Apply effects to otherwise edge in dataflow analysisAmogh Shivaram-5/+7
2025-06-29mir: Use the `new` method for `BasicBlockData`dianqk-5/+5
2025-06-29mir: Add a `new` method to `statement`dianqk-1/+1
2025-04-24Separate `Analysis` and `Results`.Nicholas Nethercote-125/+119
2025-04-24Pass `Analysis` to `visit_*` instead of `Results`.Nicholas Nethercote-28/+30
2025-04-22Remove unnecessary lifetime on `ResultsVisitor`.Nicholas Nethercote-12/+12
2025-04-22Remove unused `ResultsCursor` methods.Nicholas Nethercote-15/+0
2025-04-22Move `StateDiffCollector`'s use point.Nicholas Nethercote-10/+11
2025-04-21Store `Results` in Formatter.Nicholas Nethercote-20/+20
2025-04-17Avoid an `unwrap` in `RustcMirAttrs::set_field`.Nicholas Nethercote-22/+23
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-2/+3
2025-04-16Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`.Nicholas Nethercote-1/+1
2025-02-17Remove `SwitchIntTarget`.Nicholas Nethercote-13/+6
2025-02-17Add `SwitchTargetValue`.Nicholas Nethercote-5/+10
2025-02-17Refactor `apply_effects_in_block`.Nicholas Nethercote-13/+7
2025-02-08Rustfmtbjorn3-26/+33
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-19/+19
2024-12-18Auto merge of #133328 - nnethercote:simplify-SwitchInt-handling, r=tmiaskobors-133/+59
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-1/+0
2024-12-18Remove a comment that shouldn't have been committed.Nicholas Nethercote-1/+0
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-12-16Remove a `FIXME` comment.Nicholas Nethercote-2/+0
2024-12-16Remove `opt_clone_from_or_clone`.Nicholas Nethercote-30/+13
2024-12-16Simplify dataflow `SwitchInt` handling.Nicholas Nethercote-112/+57
2024-12-13Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obkMatthias Krüger-194/+132
2024-12-10Rollup merge of #134065 - nnethercote:mv-write_graphviz_results, r=tmiaskoLeón Orell Valerian Liehr-187/+182
2024-12-10Reorder some `Analysis` methods.Nicholas Nethercote-33/+33
2024-12-10Rename some `Analysis` and `ResultsVisitor` methods.Nicholas Nethercote-97/+95
2024-12-10Rename `EntrySets` as `EntryStates`.Nicholas Nethercote-14/+15
2024-12-10Remove unused dataflow trait impls and bounds.Nicholas Nethercote-62/+1
2024-12-09Move `write_graphviz_results` from `results.rs` to `graphviz.rs`.Nicholas Nethercote-187/+182
2024-12-09Remove `ChunkedBitSet` impls that are no longer needed.Nicholas Nethercote-24/+2
2024-12-09Use `MixedBitSet` instead of `ChunkedBitSet` in `fmt.rs`.Nicholas Nethercote-6/+6
2024-12-05Introduce `MixedBitSet`.Nicholas Nethercote-3/+45
2024-12-02Simplify `ResultsHandle`.Nicholas Nethercote-17/+3
2024-12-02Fix crash with `-Zdump-mir-dataflow`Nicholas Nethercote-5/+5
2024-11-29Stop using `HybridBitSet` in dataflow diffs.Nicholas Nethercote-7/+7
2024-11-29Remove unused `HybridBitSet` methods from `BitSetExt`.Nicholas Nethercote-34/+2
2024-11-26Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillotMichael Goulet-129/+2
2024-11-26Make it possible for `ResultsCursor` to borrow a `Results`.Nicholas Nethercote-25/+76
2024-11-26Add some useful comments.Nicholas Nethercote-12/+24
2024-11-26Merge `apply_effects_in_block` and `join_state_into_successors_of`.Nicholas Nethercote-162/+132
2024-11-22Remove the `DefinitelyInitializedPlaces` analysis.Nicholas Nethercote-129/+2
2024-11-05Remove `ResultsVisitable`.Nicholas Nethercote-160/+61
2024-11-05Replace `BorrowckResults` with `Borrowck`.Nicholas Nethercote-3/+3
2024-10-30Rollup merge of #132346 - nnethercote:some-graphviz-tweaks, r=cjgillot许杰友 Jieyou Xu (Joe)-53/+58