summaryrefslogtreecommitdiff
path: root/src/librustc_data_structures/bit_set.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove licensesMark Rousskov2018-12-251-10/+0
* Remove HybridBitSet::dummyljedrz2018-10-161-36/+14
* Improve handling of type bounds in `bit_set.rs`.Nicholas Nethercote2018-09-201-196/+190
* Use `HybridBitSet` for rows within `SparseBitMatrix`.Nicholas Nethercote2018-09-181-24/+167
* Remove `array_vec.rs`.Nicholas Nethercote2018-09-181-16/+21
* Use `elem` instead of `bit` consistently for arguments.Nicholas Nethercote2018-09-181-22/+22
* Some "word"-related improvements.Nicholas Nethercote2018-09-181-71/+66
* Eliminate `BitwiseOperator`.Nicholas Nethercote2018-09-181-26/+9
* Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote2018-09-181-0/+1046