summary refs log tree commit diff
path: root/src/libstd/sys/cloudabi/time.rs
AgeCommit message (Expand)AuthorLines
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-5/+3
2019-02-28libstd => 2018Taiki Endo-3/+3
2019-01-07std: Force `Instant::now()` to be monotonicAlex Crichton-0/+8
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-13Fix dur2intervals import on cloudabiLinus Färnstrand-1/+1
2018-12-13Add checked_sub for Instant and SystemTimeLinus Färnstrand-23/+14
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-13/+6
2018-11-25Auto merge of #55527 - sgeisler:time-checked-add, r=sfacklerbors-6/+13
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-6/+13
2018-11-06refactor: use shorthand fieldsteresy-2/+2
2018-01-11Implement libstd for CloudABI.Ed Schouten-0/+111