about summary refs log tree commit diff
path: root/src/librustc_data_structures/work_queue.rs
AgeCommit message (Expand)AuthorLines
2019-12-22Format the worldMark Rousskov-8/+2
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2019-02-09librustc_data_structures => 2018Taiki Endo-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-30Correct doc for WorkQueue<T>::pop().Niek Sanders-1/+1
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-6/+6
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-4/+4
2018-07-01create a new `WorkQueue` data structureNiko Matsakis-0/+72