index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_dataflow
/
src
/
framework
/
fmt.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-2
/
+2
2024-12-09
Use `MixedBitSet` instead of `ChunkedBitSet` in `fmt.rs`.
Nicholas Nethercote
-6
/
+6
2024-12-05
Introduce `MixedBitSet`.
Nicholas Nethercote
-1
/
+21
2024-11-29
Stop using `HybridBitSet` in dataflow diffs.
Nicholas Nethercote
-7
/
+7
2024-11-22
Remove the `DefinitelyInitializedPlaces` analysis.
Nicholas Nethercote
-13
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2023-08-16
Rename MaybeUnreachable.
Camille GILLOT
-8
/
+8
2023-08-16
Introduce MaybeUnreachable.
Camille GILLOT
-0
/
+32
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-2
/
+2
2022-04-30
Fix -Zdump-mir-dataflow by implementing DebugWithContext for ChunkedBitSet
Tomasz Miąsko
-36
/
+62
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-1
/
+14
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+172