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
/
redox
/
time.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-03-22
Update sys::time impls to have checked_sub_instant
Linus Färnstrand
-4
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+6
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
-13
/
+11
2018-12-13
Add checked_add method to Instant time type
Linus Färnstrand
-10
/
+2
2018-11-25
Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler
bors
-6
/
+12
2018-11-15
use ? operator instead of match
Sebastian Geisler
-10
/
+3
2018-11-15
Implement checked_add_duration for SystemTime
Sebastian Geisler
-6
/
+19
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-06-04
Clarify error phrase in `sub_instant` function
Claudio Bley
-1
/
+1
2017-12-19
Add Hash impl for SystemTime and Instant
Vitaly _Vi Shukela
-2
/
+10
2017-09-07
Properly detect overflow in Instance +/- Duration.
kennytm
-7
/
+15
2016-11-28
Commit to fix make tidy
Jeremy Soller
-1
/
+1
2016-11-28
Switch to using syscall crate directly - without import
Jeremy Soller
-14
/
+13
2016-10-28
Remove unsafe libc layer
Jeremy Soller
-219
/
+67
2016-10-27
Add redox system
Jeremy Soller
-0
/
+351