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_index
/
src
/
bit_set
Age
Commit message (
Expand
)
Author
Lines
2025-08-23
Remove chunk size from each chunk.
Camille GILLOT
-27
/
+29
2025-06-04
index: add method for checking range on DenseBitSet
Nia Espera
-0
/
+19
2025-02-08
Rustfmt
bjorn3
-30
/
+40
2025-01-14
Add `DenseBitSet::union_not`
Zalathar
-0
/
+26
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-23
/
+23
2024-12-09
Use `BitSet` in `SparseBitMatrix`.
Nicholas Nethercote
-3
/
+3
2024-11-29
Remove `HybridBitSet`.
Nicholas Nethercote
-177
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-40
/
+30
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-0
/
+1
2022-07-08
Fix cloning from a BitSet with a different domain size
Tomasz Miąsko
-0
/
+17
2022-06-14
`BitSet` perf improvements
Jakob Degen
-13
/
+57
2022-04-30
Add element iterator for ChunkedBitSet
Tomasz Miąsko
-0
/
+34
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-0
/
+195
2021-11-03
Optimize live point computation
Mark Rousskov
-0
/
+95
2021-08-26
Formatting
Will Crichton
-6
/
+6
2021-08-26
Fix failing test
Will Crichton
-7
/
+7
2021-08-26
Add comments and unit tests for new SparseBitMatrix methods
Will Crichton
-0
/
+66
2021-08-26
Compile failure
Will Crichton
-1
/
+1
2021-08-26
Compilation failure in tests
Will Crichton
-6
/
+6
2021-08-26
Fix sparse intersect bug, add more sparse / dense tests
Will Crichton
-1
/
+12
2021-08-25
Add unit tests for BitSet intersect/subtract
Will Crichton
-1
/
+12
2021-02-02
Add additional benchmarks to bit_set
kadmin
-0
/
+34
2020-08-30
mv compiler to compiler/
mark
-0
/
+366