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
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-29
mir: Use the `new` method for `BasicBlockData`
dianqk
-5
/
+5
2025-06-29
mir: Add a `new` method to `statement`
dianqk
-1
/
+1
2025-04-24
Separate `Analysis` and `Results`.
Nicholas Nethercote
-3
/
+3
2025-02-08
Rustfmt
bjorn3
-18
/
+24
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-5
/
+5
2024-12-10
Reorder some `Analysis` methods.
Nicholas Nethercote
-12
/
+12
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-14
/
+14
2024-12-10
Rename `EntrySets` as `EntryStates`.
Nicholas Nethercote
-3
/
+3
2024-10-14
Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.
Nicholas Nethercote
-8
/
+0
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-3
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-24
/
+18
2024-06-21
Save 2 pointers in `TerminatorKind` (96 → 80 bytes)
Scott McMurray
-2
/
+2
2023-12-10
remove redundant imports
surechen
-2
/
+0
2023-11-27
Deparameterize `Results` and `ResultsCursor`.
Nicholas Nethercote
-2
/
+1
2023-08-16
Make TerminatorEdge plural.
Camille GILLOT
-1
/
+1
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-3
/
+4
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-2
/
+2
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-6
/
+7
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-2
/
+2
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-6
/
+4
2022-06-07
Change `Direction::{is_forward,is_backward}` functions into constants
Tomasz Miąsko
-2
/
+2
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-2
/
+4
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-1
/
+1
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-4
/
+4
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-3
/
+1
2021-10-23
Ignore errors re: unreachable blocks in dataflow cursor unit tests
Dylan MacKenzie
-0
/
+2
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+320