about summary refs log tree commit diff
path: root/src/libstd/sys/unix/time.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-352/+0
2020-02-02Strip unnecessary subexpressionFriedrich von Never-1/+0
2019-12-22Format the worldMark Rousskov-81/+43
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-2/+2
2019-09-05Add Fuchsia to actually_monotonicTaylor Cramer-0/+1
2019-08-01Remove mach dependencygnzlbg-5/+21
2019-08-01Update libc and use the Mach kernel APIs via the mach crate instead.gnzlbg-4/+5
2019-04-04std: Avoid usage of `Once` in `Instant`Alex Crichton-7/+20
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-3/+3
2019-03-22Update sys::time impls to have checked_sub_instantLinus Färnstrand-8/+5
2019-02-28libstd => 2018Taiki Endo-15/+13
2019-01-07std: Force `Instant::now()` to be monotonicAlex Crichton-12/+28
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-13Add checked_sub for Instant and SystemTimeLinus Färnstrand-27/+21
2018-12-13Add checked_add method to Instant time typeLinus Färnstrand-23/+13
2018-11-25Auto merge of #55527 - sgeisler:time-checked-add, r=sfacklerbors-6/+16
2018-11-15use ? operator instead of matchSebastian Geisler-10/+3
2018-11-15Implement checked_add_duration for SystemTimeSebastian Geisler-6/+23
2018-11-06refactor: use shorthand fieldsteresy-2/+2
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-2/+2
2018-06-04Clarify error phrase in `sub_instant` functionClaudio Bley-1/+1
2018-05-31Fix confusing error message for sub_instantClaudio Bley-1/+1
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-4/+12
2017-10-20Fix some tests for linux gnux32Marco A L Barbosa-2/+2
2017-09-07Properly detect overflow in Instance +/- Duration.kennytm-7/+15
2017-04-25Fix a copy-paste error in `Instant::sub_duration`Tobias Bucher-1/+1
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-2/+4
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-188/+130
2016-04-07Fix libstd on DragonFlyMichael Neumann-1/+6
2016-03-15std: Fix overflow when subtracting InstantAlex Crichton-4/+4
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-0/+12
2015-12-04Fix the time overflow on mac as wellSean Griffin-1/+1
2015-12-02Ensure two `SystemTime`s are equal when nanos add to exactly 1BSean Griffin-1/+1
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-55/+326
2015-11-18Fix buildbot failuresVadim Petrochenkov-0/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-11-09std: Migrate to the new libcAlex Crichton-13/+4
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-3/+3
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-0/+2
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
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-18/+12
2015-04-27std: Prepare for linking to muslAlex Crichton-1/+2
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-5/+3
2015-02-11fixing trailing whitespace errorsDave Huseby-1/+1
2015-02-11bitrig integrationDave Huseby-1/+4
2015-02-01openbsd supportSébastien Marie-1/+2
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-0/+124