about summary refs log tree commit diff
path: root/src/libstd/sync/poison.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+6
2015-01-17Implement the error trait for errors in std::sync.Michael Sproul-6/+23
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-1/+16
2015-01-04fix comment referencing RwLockville-h-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-29std: Stabilization pass for mutex/rwlock/condvarAlex Crichton-0/+7
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-13/+102
2014-12-18Fallout from new thread APIAaron Turon-14/+4
2014-12-08Remove Result and Option reexportsCorey Farwell-1/+1
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+48