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
Age
Commit message (
Expand
)
Author
Lines
2025-09-01
Introduce `MirDumper` and `MirWriter`.
Nicholas Nethercote
-6
/
+7
2025-08-20
Eliminate unnecessary dependency from `rustc_mir_dataflow` to `rustc_hir`
Josh Triplett
-1
/
+1
2025-08-08
Escape diff strings in graphviz
Amogh Shivaram
-0
/
+1
2025-07-11
Remove support for SwitchInt edge effects in backward dataflow analyses
Tomasz Miąsko
-9
/
+6
2025-07-11
Call `get_switch_int_data` on a block with SwitchInt terminator
Tomasz Miąsko
-1
/
+1
2025-07-09
Auto merge of #142707 - ashivaram23:drop_wildcard, r=dianqk
bors
-5
/
+7
2025-07-08
Apply effects to otherwise edge in dataflow analysis
Amogh Shivaram
-5
/
+7
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
-125
/
+119
2025-04-24
Pass `Analysis` to `visit_*` instead of `Results`.
Nicholas Nethercote
-28
/
+30
2025-04-22
Remove unnecessary lifetime on `ResultsVisitor`.
Nicholas Nethercote
-12
/
+12
2025-04-22
Remove unused `ResultsCursor` methods.
Nicholas Nethercote
-15
/
+0
2025-04-22
Move `StateDiffCollector`'s use point.
Nicholas Nethercote
-10
/
+11
2025-04-21
Store `Results` in Formatter.
Nicholas Nethercote
-20
/
+20
2025-04-17
Avoid an `unwrap` in `RustcMirAttrs::set_field`.
Nicholas Nethercote
-22
/
+23
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-2
/
+3
2025-04-16
Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`.
Nicholas Nethercote
-1
/
+1
2025-02-17
Remove `SwitchIntTarget`.
Nicholas Nethercote
-13
/
+6
2025-02-17
Add `SwitchTargetValue`.
Nicholas Nethercote
-5
/
+10
2025-02-17
Refactor `apply_effects_in_block`.
Nicholas Nethercote
-13
/
+7
2025-02-08
Rustfmt
bjorn3
-26
/
+33
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-19
/
+19
2024-12-18
Auto merge of #133328 - nnethercote:simplify-SwitchInt-handling, r=tmiasko
bors
-133
/
+59
2024-12-18
Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino
许杰友 Jieyou Xu (Joe)
-1
/
+0
2024-12-18
Remove a comment that shouldn't have been committed.
Nicholas Nethercote
-1
/
+0
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-16
Remove a `FIXME` comment.
Nicholas Nethercote
-2
/
+0
2024-12-16
Remove `opt_clone_from_or_clone`.
Nicholas Nethercote
-30
/
+13
2024-12-16
Simplify dataflow `SwitchInt` handling.
Nicholas Nethercote
-112
/
+57
2024-12-13
Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk
Matthias Krüger
-194
/
+132
2024-12-10
Rollup merge of #134065 - nnethercote:mv-write_graphviz_results, r=tmiasko
León Orell Valerian Liehr
-187
/
+182
2024-12-10
Reorder some `Analysis` methods.
Nicholas Nethercote
-33
/
+33
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-97
/
+95
2024-12-10
Rename `EntrySets` as `EntryStates`.
Nicholas Nethercote
-14
/
+15
2024-12-10
Remove unused dataflow trait impls and bounds.
Nicholas Nethercote
-62
/
+1
2024-12-09
Move `write_graphviz_results` from `results.rs` to `graphviz.rs`.
Nicholas Nethercote
-187
/
+182
2024-12-09
Remove `ChunkedBitSet` impls that are no longer needed.
Nicholas Nethercote
-24
/
+2
2024-12-09
Use `MixedBitSet` instead of `ChunkedBitSet` in `fmt.rs`.
Nicholas Nethercote
-6
/
+6
2024-12-05
Introduce `MixedBitSet`.
Nicholas Nethercote
-3
/
+45
2024-12-02
Simplify `ResultsHandle`.
Nicholas Nethercote
-17
/
+3
2024-12-02
Fix crash with `-Zdump-mir-dataflow`
Nicholas Nethercote
-5
/
+5
2024-11-29
Stop using `HybridBitSet` in dataflow diffs.
Nicholas Nethercote
-7
/
+7
2024-11-29
Remove unused `HybridBitSet` methods from `BitSetExt`.
Nicholas Nethercote
-34
/
+2
2024-11-26
Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillot
Michael Goulet
-129
/
+2
2024-11-26
Make it possible for `ResultsCursor` to borrow a `Results`.
Nicholas Nethercote
-25
/
+76
2024-11-26
Add some useful comments.
Nicholas Nethercote
-12
/
+24
2024-11-26
Merge `apply_effects_in_block` and `join_state_into_successors_of`.
Nicholas Nethercote
-162
/
+132
2024-11-22
Remove the `DefinitelyInitializedPlaces` analysis.
Nicholas Nethercote
-129
/
+2
[next]