about summary refs log tree commit diff
path: root/src/libstd/sys/unix/condvar.rs
AgeCommit message (Expand)AuthorLines
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-1/+5
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+2
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-20/+36
2015-01-08Fix destroy assertions in mutex/rwlock/condvarMichael Neumann-0/+12
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+83