about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/debuginfo.rs
AgeCommit message (Collapse)AuthorLines
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-4/+4
This should make it clearer that this bitset is dense, with the advantages and disadvantages that it entails.
2023-10-06Preserve DebugInfo in DeadStoreElimination.Camille GILLOT-0/+20