about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework
AgeCommit message (Expand)AuthorLines
2022-02-23Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote-22/+111
2022-02-19Adopt let else in more placesest31-7/+4
2021-12-16Remove `in_band_lifetimes` from `rustc_mir_dataflow`LegionMammal978-46/+57
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-31/+110
2021-10-23Ignore errors re: unreachable blocks in dataflow cursor unit testsDylan MacKenzie-0/+9
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-1/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+3304