about summary refs log tree commit diff
path: root/src/libstd/sys/unix/condvar.rs
AgeCommit message (Expand)AuthorLines
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-4/+3
2015-11-09std: Migrate to the new libcAlex Crichton-11/+10
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-10Stabilize the Duration APISteven Fackler-2/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
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