about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/lattice.rs
AgeCommit message (Expand)AuthorLines
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-08-16Rename MaybeUnreachable.Camille GILLOT-25/+30
2023-08-16Introduce MaybeUnreachable.Camille GILLOT-0/+85
2023-08-16Move domain_size to GenKillAnalysis.Camille GILLOT-4/+0
2023-05-09Make HasTop and HasBottom consts.Camille GILLOT-14/+6
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+1
2022-11-07Move HasTop and HasBottom into lattice.rsJannis Christopher Köhl-0/+34
2022-07-05Edit `rustc_mir_dataflow::framework::lattice::FlatSet` docspierwill-5/+7
2022-02-23Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote-8/+27
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+231