about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework
AgeCommit message (Expand)AuthorLines
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
2024-10-30Return label from `write_node_label`.Nicholas Nethercote-4/+10
2024-10-30Simplify `graphviz::Formatter`.Nicholas Nethercote-27/+26
2024-10-30Rename `BlockFormatter::results` as `BlockFormatter::cursor`.Nicholas Nethercote-26/+26
2024-10-30Remove `Engine`.Nicholas Nethercote-99/+77
2024-10-30Remove `Analysis::into_engine`.Nicholas Nethercote-49/+31
2024-10-14Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.Nicholas Nethercote-15/+10
2024-10-14Merge `AnalysisDomain` into `Analysis`.Nicholas Nethercote-28/+22
2024-10-14Remove `GenKillAnalysis`.Nicholas Nethercote-149/+10
2024-10-14Minimize use of `GenKill`.Nicholas Nethercote-2/+2
2024-10-14Tweak `GenKillAnalysis` method arguments.Nicholas Nethercote-5/+4
2024-10-14Remove `Engine::new_gen_kill`.Nicholas Nethercote-190/+17
2024-10-14Remove `ResultsCursor::contains`.Nicholas Nethercote-11/+0
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-1/+1
2024-10-01fix extension for `-Zdump-mir-dataflow` graphviz filesRémy Rakic-1/+1
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-3/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-37/+31
2024-09-13Rename `FlowState` as `Domain`.Nicholas Nethercote-47/+46
2024-08-29Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.Nicholas Nethercote-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-21/+20