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
/
cursor.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-24
Separate `Analysis` and `Results`.
Nicholas Nethercote
-31
/
+47
2025-04-22
Remove unused `ResultsCursor` methods.
Nicholas Nethercote
-15
/
+0
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-2
/
+2
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-5
/
+5
2024-12-02
Simplify `ResultsHandle`.
Nicholas Nethercote
-5
/
+0
2024-11-26
Make it possible for `ResultsCursor` to borrow a `Results`.
Nicholas Nethercote
-7
/
+44
2024-11-26
Add some useful comments.
Nicholas Nethercote
-5
/
+9
2024-10-14
Remove `ResultsCursor::contains`.
Nicholas Nethercote
-11
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-01-25
Remove unused features
clubby789
-1
/
+1
2023-11-27
Deparameterize `Results` and `ResultsCursor`.
Nicholas Nethercote
-54
/
+17
2023-11-27
Remove `ResultsCloned` and `ResultsClonedCursor`.
Nicholas Nethercote
-6
/
+1
2023-11-27
Remove `ResultsRefCursor`.
Nicholas Nethercote
-14
/
+0
2023-11-27
Remove some unused code relating to `ResultsCloned`.
Nicholas Nethercote
-12
/
+1
2023-11-27
Use typedefs to clarify some impls.
Nicholas Nethercote
-1
/
+1
2023-11-24
Remove `ResultsCursor::get_with_analysis`.
Nicholas Nethercote
-5
/
+0
2023-11-24
Remove unnecessary `mut`.
Nicholas Nethercote
-1
/
+1
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-15
/
+97
2022-06-07
Change `Direction::{is_forward,is_backward}` functions into constants
Tomasz Miąsko
-4
/
+4
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-5
/
+7
2021-10-23
Ignore errors re: unreachable blocks in dataflow cursor unit tests
Dylan MacKenzie
-0
/
+7
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+226