about summary refs log tree commit diff
path: root/src/libstd/rt/mpmc_bounded_queue.rs
AgeCommit message (Expand)AuthorLines
2013-12-24std: Introduce std::syncAlex Crichton-209/+0
2013-12-17Don't allow impls to force public typesAlex Crichton-1/+1
2013-12-16Rewrite std::commAlex Crichton-11/+7
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-2/+2
2013-10-25Add links to original mpmc and mpsc implementationsBrian Anderson-0/+2
2013-10-25TidyBrian Anderson-3/+3
2013-10-25minorJason Toffaletti-2/+6
2013-10-25add padding to prevent false sharingJason Toffaletti-0/+8
2013-10-25add multi-producer multi-consumer bounded queue to use for sleeper listJason Toffaletti-0/+199