summary refs log tree commit diff
path: root/src/libstd/sys/unix/condvar.rs
AgeCommit message (Expand)AuthorLines
2015-08-11Stabilize the Duration APISteven Fackler-2/+2
2015-07-29std: Fix sub-second Condvar::wait_timeout_msAlex Crichton-13/+14
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-6/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-13/+9
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-4/+3
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