about summary refs log tree commit diff
path: root/src/libstd/sync/poison.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Stabilize the Error traitAaron Turon-4/+4
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-0/+6
2015-02-17Fallout from stabilizationAaron Turon-3/+3
2015-02-06sync: Expose PoisonError::newKeegan McAllister-6/+8
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+17
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+6
2015-01-23grandfathered -> rust1Brian Anderson-6/+6
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+2
2015-01-23std: Relax Result::unwrap() to DebugAlex Crichton-2/+17
2015-01-23Set unstable feature names appropriatelyBrian Anderson-3/+3
2015-01-21Remove 'since' from unstable attributesBrian Anderson-3/+3
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-10/+10
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