index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
unix
/
time.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-352
/
+0
2020-02-02
Strip unnecessary subexpression
Friedrich von Never
-1
/
+0
2019-12-22
Format the world
Mark Rousskov
-81
/
+43
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-2
/
+2
2019-09-05
Add Fuchsia to actually_monotonic
Taylor Cramer
-0
/
+1
2019-08-01
Remove mach dependency
gnzlbg
-5
/
+21
2019-08-01
Update libc and use the Mach kernel APIs via the mach crate instead.
gnzlbg
-4
/
+5
2019-04-04
std: Avoid usage of `Once` in `Instant`
Alex Crichton
-7
/
+20
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-3
/
+3
2019-03-22
Update sys::time impls to have checked_sub_instant
Linus Färnstrand
-8
/
+5
2019-02-28
libstd => 2018
Taiki Endo
-15
/
+13
2019-01-07
std: Force `Instant::now()` to be monotonic
Alex Crichton
-12
/
+28
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Add checked_sub for Instant and SystemTime
Linus Färnstrand
-27
/
+21
2018-12-13
Add checked_add method to Instant time type
Linus Färnstrand
-23
/
+13
2018-11-25
Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler
bors
-6
/
+16
2018-11-15
use ? operator instead of match
Sebastian Geisler
-10
/
+3
2018-11-15
Implement checked_add_duration for SystemTime
Sebastian Geisler
-6
/
+23
2018-11-06
refactor: use shorthand fields
teresy
-2
/
+2
2018-07-30
Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...
Colin Finck
-2
/
+2
2018-06-04
Clarify error phrase in `sub_instant` function
Claudio Bley
-1
/
+1
2018-05-31
Fix confusing error message for sub_instant
Claudio Bley
-1
/
+1
2017-12-19
Add Hash impl for SystemTime and Instant
Vitaly _Vi Shukela
-4
/
+12
2017-10-20
Fix some tests for linux gnux32
Marco A L Barbosa
-2
/
+2
2017-09-07
Properly detect overflow in Instance +/- Duration.
kennytm
-7
/
+15
2017-04-25
Fix a copy-paste error in `Instant::sub_duration`
Tobias Bucher
-1
/
+1
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-2
/
+4
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-188
/
+130
2016-04-07
Fix libstd on DragonFly
Michael Neumann
-1
/
+6
2016-03-15
std: Fix overflow when subtracting Instant
Alex Crichton
-4
/
+4
2016-02-04
std: Expose SystemTime accessors on fs::Metadata
Alex Crichton
-0
/
+12
2015-12-04
Fix the time overflow on mac as well
Sean Griffin
-1
/
+1
2015-12-02
Ensure two `SystemTime`s are equal when nanos add to exactly 1B
Sean Griffin
-1
/
+1
2015-11-19
std: Add Instant and SystemTime to std::time
Alex Crichton
-55
/
+326
2015-11-18
Fix buildbot failures
Vadim Petrochenkov
-0
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-13
/
+4
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-3
/
+3
2015-09-21
Various fixes for NetBSD/amd64
Sebastian Wicki
-0
/
+2
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-18
/
+12
2015-04-27
std: Prepare for linking to musl
Alex Crichton
-1
/
+2
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-5
/
+3
2015-02-11
fixing trailing whitespace errors
Dave Huseby
-1
/
+1
2015-02-11
bitrig integration
Dave Huseby
-1
/
+4
2015-02-01
openbsd support
Sébastien Marie
-1
/
+2
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-0
/
+124