about summary refs log tree commit diff
path: root/src/librustc_data_structures/bit_set.rs
AgeCommit message (Expand)AuthorLines
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