about summary refs log tree commit diff
path: root/src/libstd/sys/common/mutex.rs
AgeCommit message (Expand)AuthorLines
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-1/+3
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+1
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-2/+0
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+64