about summary refs log tree commit diff
path: root/src/libstd/rt/deque.rs
AgeCommit message (Expand)AuthorLines
2013-12-24std: Introduce std::syncAlex Crichton-658/+0
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-3/+3
2013-12-10libstd: Remove two uses of `Cell`.Patrick Walton-3/+2
2013-12-04Rename std::rt::deque::*::init() to *::new()Kevin Ballard-14/+14
2013-11-29Ignore a deque test on windowsAlex Crichton-0/+1
2013-11-29Implement a lock-free work-stealing dequeAlex Crichton-0/+658