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
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