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