summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/results.rs
AgeCommit message (Expand)AuthorLines
2025-04-24Separate `Analysis` and `Results`.Nicholas Nethercote-45/+12
2025-04-22Remove unnecessary lifetime on `ResultsVisitor`.Nicholas Nethercote-2/+2
2024-12-13Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obkMatthias Krüger-3/+3
2024-12-10Rename `EntrySets` as `EntryStates`.Nicholas Nethercote-3/+3
2024-12-09Move `write_graphviz_results` from `results.rs` to `graphviz.rs`.Nicholas Nethercote-178/+6
2024-12-02Simplify `ResultsHandle`.Nicholas Nethercote-11/+2
2024-12-02Fix crash with `-Zdump-mir-dataflow`Nicholas Nethercote-1/+1
2024-11-26Make it possible for `ResultsCursor` to borrow a `Results`.Nicholas Nethercote-8/+27
2024-11-26Add some useful comments.Nicholas Nethercote-1/+3
2024-11-05Remove `ResultsVisitable`.Nicholas Nethercote-2/+2
2024-11-05Replace `BorrowckResults` with `Borrowck`.Nicholas Nethercote-2/+2
2024-10-30Remove `Engine`.Nicholas Nethercote-0/+223