about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/fmt.rs
AgeCommit message (Expand)AuthorLines
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-2/+2
2024-12-09Use `MixedBitSet` instead of `ChunkedBitSet` in `fmt.rs`.Nicholas Nethercote-6/+6
2024-12-05Introduce `MixedBitSet`.Nicholas Nethercote-1/+21
2024-11-29Stop using `HybridBitSet` in dataflow diffs.Nicholas Nethercote-7/+7
2024-11-22Remove the `DefinitelyInitializedPlaces` analysis.Nicholas Nethercote-13/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2023-08-16Rename MaybeUnreachable.Camille GILLOT-8/+8
2023-08-16Introduce MaybeUnreachable.Camille GILLOT-0/+32
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-2/+2
2022-04-30Fix -Zdump-mir-dataflow by implementing DebugWithContext for ChunkedBitSetTomasz Miąsko-36/+62
2022-02-23Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote-1/+14
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+172