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
/
src
/
librustc_data_structures
/
bit_set.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-29
move bit_set into rustc_index
csmoe
-984
/
+0
2019-08-02
librustc_data_structures: Unconfigure tests during normal build
Vadim Petrochenkov
-368
/
+2
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-2
/
+2
2019-06-24
Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelix
bors
-5
/
+0
2019-06-22
Merge `BitSetOperator` and `InitialFlow` into one trait.
Dylan MacKenzie
-5
/
+0
2019-06-22
Auto merge of #61020 - HeroicKatora:master, r=matthewjasper
bors
-4
/
+143
2019-06-10
Add more functionality to BitMatrix
Tyler Mandry
-1
/
+83
2019-05-22
Add documentation on the reasoning
Andreas Molzer
-4
/
+14
2019-05-22
Improve union of sparse and dense hybrid set
Andreas Molzer
-4
/
+45
2019-05-22
Provide some benchmarks for bitset hybrid union
Andreas Molzer
-0
/
+88
2019-04-26
Use "capacity" as parameter name in with_capacity() methods
Matthias Geier
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-20
/
+20
2019-02-09
librustc_data_structures => 2018
Taiki Endo
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-16
Remove HybridBitSet::dummy
ljedrz
-36
/
+14
2018-09-20
Improve handling of type bounds in `bit_set.rs`.
Nicholas Nethercote
-196
/
+190
2018-09-18
Use `HybridBitSet` for rows within `SparseBitMatrix`.
Nicholas Nethercote
-24
/
+167
2018-09-18
Remove `array_vec.rs`.
Nicholas Nethercote
-16
/
+21
2018-09-18
Use `elem` instead of `bit` consistently for arguments.
Nicholas Nethercote
-22
/
+22
2018-09-18
Some "word"-related improvements.
Nicholas Nethercote
-71
/
+66
2018-09-18
Eliminate `BitwiseOperator`.
Nicholas Nethercote
-26
/
+9
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-0
/
+1046