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
/
windows
/
time.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-04
std: Avoid usage of `Once` in `Instant`
Alex Crichton
-6
/
+18
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+1
2019-03-22
Update sys::time impls to have checked_sub_instant
Linus Färnstrand
-4
/
+4
2019-02-28
libstd => 2018
Taiki Endo
-11
/
+12
2019-01-23
Add a comment on the meaning of Instant t: Duration
Alex Berghage
-0
/
+2
2019-01-22
Rebase and fix new instantiation fn
Alex Berghage
-1
/
+1
2019-01-22
Move Instant backing type to Duration
Alex Berghage
-22
/
+14
2019-01-22
Simplify units in Duration/Instant math on Windows
Alex Berghage
-42
/
+78
2019-01-07
std: Force `Instant::now()` to be monotonic
Alex Crichton
-0
/
+8
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Add checked_sub for Instant and SystemTime
Linus Färnstrand
-16
/
+9
2018-12-13
Add checked_add method to Instant time type
Linus Färnstrand
-20
/
+14
2018-11-25
Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler
bors
-4
/
+12
2018-11-15
Implement checked_add_duration for SystemTime
Sebastian Geisler
-4
/
+12
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2017-12-19
Add Hash impl for SystemTime and Instant
Vitaly _Vi Shukela
-1
/
+8
2017-09-07
Properly detect overflow in Instance +/- Duration.
kennytm
-3
/
+6
2016-02-04
std: Expose SystemTime accessors on fs::Metadata
Alex Crichton
-0
/
+6
2015-11-19
std: Add Instant and SystemTime to std::time
Alex Crichton
-35
/
+156
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-7
/
+8
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
-13
/
+7
2015-02-25
Fix overflow in precise_time_ns() on Windows,
Vadim Chugunov
-2
/
+25
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-0
/
+50