about summary refs log tree commit diff
path: root/src/libstd/sys/windows/time.rs
AgeCommit message (Expand)AuthorLines
2019-04-04std: Avoid usage of `Once` in `Instant`Alex Crichton-6/+18
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-1/+1
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-4/+4
2019-02-28libstd => 2018Taiki Endo-11/+12
2019-01-23Add a comment on the meaning of Instant t: DurationAlex Berghage-0/+2
2019-01-22Rebase and fix new instantiation fnAlex Berghage-1/+1
2019-01-22Move Instant backing type to DurationAlex Berghage-22/+14
2019-01-22Simplify units in Duration/Instant math on WindowsAlex Berghage-42/+78
2019-01-07std: Force `Instant::now()` to be monotonicAlex Crichton-0/+8
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-13Add checked_sub for Instant and SystemTimeLinus Färnstrand-16/+9
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-20/+14
2018-11-25Auto merge of #55527 - sgeisler:time-checked-add, r=sfacklerbors-4/+12
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-4/+12
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-1/+8
2017-09-07Properly detect overflow in Instance +/- Duration.kennytm-3/+6
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-0/+6
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-35/+156
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-11-09std: Migrate to the new libcAlex Crichton-7/+8
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