summary refs log tree commit diff
path: root/src/libstd/sys/windows/time.rs
AgeCommit message (Expand)AuthorLines
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-13/+7
2015-02-25Fix overflow in precise_time_ns() on Windows,Vadim Chugunov-2/+25
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-0/+50