about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/tests.rs
AgeCommit message (Expand)AuthorLines
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-6/+4
2022-06-07Change `Direction::{is_forward,is_backward}` functions into constantsTomasz Miąsko-2/+2
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-2/+4
2022-05-22Lifetime variance fixes for rustcMichael Goulet-1/+1
2021-12-16Remove `in_band_lifetimes` from `rustc_mir_dataflow`LegionMammal978-4/+4
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-3/+1
2021-10-23Ignore errors re: unreachable blocks in dataflow cursor unit testsDylan MacKenzie-0/+2
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+320