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
/
engine.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-23
Remove dead unwinds before drop elaboration
Tomasz Miąsko
-30
/
+2
2022-12-01
Create `format_args` as late as possible
Oli Scherer
-8
/
+1
2022-08-29
Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
Matthias Krüger
-5
/
+4
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-5
/
+4
2022-08-23
Migrate rustc_mir_dataflow to diagnostic structs
5225225
-6
/
+7
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-3
/
+3
2022-07-07
Move `is_cfg_cyclic` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
2022-06-07
Change `Direction::{is_forward,is_backward}` functions into constants
Tomasz Miąsko
-2
/
+2
2022-05-10
only_local: always check for misuse
lcnr
-5
/
+2
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-4
/
+5
2022-02-19
Adopt let else in more places
est31
-4
/
+2
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-9
/
+12
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+414