about summary refs log tree commit diff
path: root/src/librustc_data_structures/bit_set.rs
AgeCommit message (Expand)AuthorLines
2019-09-29move bit_set into rustc_indexcsmoe-984/+0
2019-08-02librustc_data_structures: Unconfigure tests during normal buildVadim Petrochenkov-368/+2
2019-07-03Remove needless lifetimesJeremy Stucki-2/+2
2019-06-24Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelixbors-5/+0
2019-06-22Merge `BitSetOperator` and `InitialFlow` into one trait.Dylan MacKenzie-5/+0
2019-06-22Auto merge of #61020 - HeroicKatora:master, r=matthewjasperbors-4/+143
2019-06-10Add more functionality to BitMatrixTyler Mandry-1/+83
2019-05-22Add documentation on the reasoningAndreas Molzer-4/+14
2019-05-22Improve union of sparse and dense hybrid setAndreas Molzer-4/+45
2019-05-22Provide some benchmarks for bitset hybrid unionAndreas Molzer-0/+88
2019-04-26Use "capacity" as parameter name in with_capacity() methodsMatthias Geier-2/+2
2019-02-10rustc: doc commentsAlexander Regueiro-20/+20
2019-02-09librustc_data_structures => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-16Remove HybridBitSet::dummyljedrz-36/+14
2018-09-20Improve handling of type bounds in `bit_set.rs`.Nicholas Nethercote-196/+190
2018-09-18Use `HybridBitSet` for rows within `SparseBitMatrix`.Nicholas Nethercote-24/+167
2018-09-18Remove `array_vec.rs`.Nicholas Nethercote-16/+21
2018-09-18Use `elem` instead of `bit` consistently for arguments.Nicholas Nethercote-22/+22
2018-09-18Some "word"-related improvements.Nicholas Nethercote-71/+66
2018-09-18Eliminate `BitwiseOperator`.Nicholas Nethercote-26/+9
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-0/+1046