about summary refs log tree commit diff
path: root/src/libstd/sync/mutex.rs
AgeCommit message (Expand)AuthorLines
2014-12-26Move RacyCell to `std::comm`Flavio Percoco-2/+3
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-4/+5
2014-12-26Require types to opt-in SyncFlavio Percoco-5/+10
2014-12-18Revise std::thread API to join by defaultAaron Turon-4/+5
2014-12-18Fallout from new thread APIAaron Turon-5/+5
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-8/+8
2014-12-05Fall out of the std::sync rewriteAlex Crichton-1/+1
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-75/+289
2014-11-24Merge libsync into libstdAaron Turon-0/+218