about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/visitor.rs
AgeCommit message (Expand)AuthorLines
2025-04-24Separate `Analysis` and `Results`.Nicholas Nethercote-4/+19
2025-04-24Pass `Analysis` to `visit_*` instead of `Results`.Nicholas Nethercote-4/+4
2025-04-22Remove unnecessary lifetime on `ResultsVisitor`.Nicholas Nethercote-6/+6
2024-12-18Remove a comment that shouldn't have been committed.Nicholas Nethercote-1/+0
2024-12-10Rename some `Analysis` and `ResultsVisitor` methods.Nicholas Nethercote-12/+9
2024-11-26Add some useful comments.Nicholas Nethercote-1/+3
2024-11-05Remove `ResultsVisitable`.Nicholas Nethercote-120/+23
2024-09-13Rename `FlowState` as `Domain`.Nicholas Nethercote-28/+27
2023-12-08Remove `impl_visitable!`.Nicholas Nethercote-2/+2
2023-12-08Remove unused arguments from `ResultsVisitor::visit_block_{start,end}`.Nicholas Nethercote-16/+2
2023-11-27Deparameterize `Results` and `ResultsCursor`.Nicholas Nethercote-5/+2
2023-09-02Take `&mut Results` in `ResultsVisitor`Jason Newcomb-6/+6
2023-05-18Take MIR dataflow analyses by mutable reference.Jason Newcomb-17/+28
2021-12-16Remove `in_band_lifetimes` from `rustc_mir_dataflow`LegionMammal978-1/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+187