about summary refs log tree commit diff
path: root/src/librustc_index/bit_set.rs
AgeCommit message (Expand)AuthorLines
2020-04-07Use assoc integer constants in librustc_*Linus Färnstrand-1/+1
2019-12-22Format the worldMark Rousskov-41/+21
2019-10-18doc: make BitSet intro more shortTshepang Lekhonkhobe-2/+5
2019-10-16Optimize `BitSet` iteration.Nicholas Nethercote-13/+31
2019-10-16Add `BitIter::new()`.Nicholas Nethercote-10/+13
2019-10-01Fix clippy warningsYuki Okushi-1/+1
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-29move bit_set into rustc_indexcsmoe-0/+984