about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/lattice.rs
AgeCommit message (Expand)AuthorLines
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-5/+5
2024-12-10Remove unused dataflow trait impls and bounds.Nicholas Nethercote-62/+1
2024-12-09Remove `ChunkedBitSet` impls that are no longer needed.Nicholas Nethercote-7/+1
2024-12-05Introduce `MixedBitSet`.Nicholas Nethercote-1/+7
2024-11-29Remove unused `HybridBitSet` methods from `BitSetExt`.Nicholas Nethercote-15/+1
2024-11-22Remove the `DefinitelyInitializedPlaces` analysis.Nicholas Nethercote-106/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-07-01Make jump threading state sparse.Camille GILLOT-0/+14
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