about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/engine.rs
AgeCommit message (Expand)AuthorLines
2023-02-23Remove dead unwinds before drop elaborationTomasz Miąsko-30/+2
2022-12-01Create `format_args` as late as possibleOli Scherer-8/+1
2022-08-29Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obkMatthias Krüger-5/+4
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-5/+4
2022-08-23Migrate rustc_mir_dataflow to diagnostic structs5225225-6/+7
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-3/+3
2022-07-07Move `is_cfg_cyclic` from Body to BasicBlocksTomasz Miąsko-1/+1
2022-06-07Change `Direction::{is_forward,is_backward}` functions into constantsTomasz Miąsko-2/+2
2022-05-10only_local: always check for misuselcnr-5/+2
2022-02-23Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote-4/+5
2022-02-19Adopt let else in more placesest31-4/+2
2021-12-16Remove `in_band_lifetimes` from `rustc_mir_dataflow`LegionMammal978-9/+12
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+414