summary refs log tree commit diff
path: root/src/libstd/sys/unix/rwlock.rs
AgeCommit message (Expand)AuthorLines
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-4/+3
2015-04-30std: Always check for EDEADLK in rwlocks on unixAlex Crichton-2/+24
2015-04-30std: Favor cfg! over #[cfg] in unix rwlocksAlex Crichton-10/+5
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-6/+0
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-0/+5
2015-01-08Fix destroy assertions in mutex/rwlock/condvarMichael Neumann-0/+13
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+57