summary refs log tree commit diff
path: root/src/libstd/sys/windows/condvar.rs
AgeCommit message (Expand)AuthorLines
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-14/+14
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-6/+3
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-2/+2
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-0/+5
2015-01-12Change Mutex to use SRWLock on Windows.Peter Atashian-6/+8
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-1/+0
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+63