about summary refs log tree commit diff
path: root/src/libstd/sys/wasm/time.rs
AgeCommit message (Expand)AuthorLines
2020-07-15Introduce restricted-std feature.Eric Huss-53/+0
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-2/+1
2019-08-28std: Remove the `wasm_syscall` featureAlex Crichton-3/+2
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-2/+2
2019-02-28libstd => 2018Taiki Endo-2/+2
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-6/+6
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-6/+2
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-0/+4
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-25/+19
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-2/+2
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+63