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
/
graphviz.rs
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-04-24
Separate `Analysis` and `Results`.
Nicholas Nethercote
-13
/
+19
2025-04-24
Pass `Analysis` to `visit_*` instead of `Results`.
Nicholas Nethercote
-8
/
+8
2025-04-22
Remove unnecessary lifetime on `ResultsVisitor`.
Nicholas Nethercote
-1
/
+1
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-08
Rustfmt
bjorn3
-4
/
+4
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
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-13
Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk
Matthias Krüger
-4
/
+4
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-4
/
+4
2024-12-09
Move `write_graphviz_results` from `results.rs` to `graphviz.rs`.
Nicholas Nethercote
-8
/
+175
2024-12-02
Simplify `ResultsHandle`.
Nicholas Nethercote
-1
/
+1
2024-12-02
Fix crash with `-Zdump-mir-dataflow`
Nicholas Nethercote
-2
/
+2
2024-11-26
Make it possible for `ResultsCursor` to borrow a `Results`.
Nicholas Nethercote
-6
/
+2
2024-11-05
Remove `ResultsVisitable`.
Nicholas Nethercote
-9
/
+7
2024-10-30
Return label from `write_node_label`.
Nicholas Nethercote
-4
/
+10
2024-10-30
Simplify `graphviz::Formatter`.
Nicholas Nethercote
-27
/
+26
2024-10-30
Rename `BlockFormatter::results` as `BlockFormatter::cursor`.
Nicholas Nethercote
-26
/
+26
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-13
Rename `FlowState` as `Domain`.
Nicholas Nethercote
-7
/
+7
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-02-24
Change InlineAsm to allow multiple targets instead
Gary Guo
-1
/
+3
2023-12-08
Remove unused arguments from `ResultsVisitor::visit_block_{start,end}`.
Nicholas Nethercote
-14
/
+2
2023-11-27
Remove another use of `as_results_cursor`.
Nicholas Nethercote
-18
/
+27
2023-11-23
Reduce `pub` usage.
Nicholas Nethercote
-4
/
+4
2023-10-20
s/generator/coroutine/
Oli Scherer
-2
/
+2
2023-09-02
Take `&mut Results` in `ResultsVisitor`
Jason Newcomb
-6
/
+6
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-1
/
+5
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-46
/
+52
2023-04-10
Fix typos in compiler
DaniPopes
-8
/
+8
2023-04-01
Only create graphviz nodes for reachable MIR bb's
clubby789
-2
/
+10
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-9
/
+9
2022-11-07
Add initial version of value analysis and dataflow constant propagation
Jannis Christopher Köhl
-1
/
+4
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-2
/
+2
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-2
/
+2
2022-06-07
Change `Direction::{is_forward,is_backward}` functions into constants
Tomasz Miąsko
-4
/
+4
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-3
/
+3
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-1
/
+1
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-13
/
+13
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-8
/
+32
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+644