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
/
time.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-29
correct comment to match behavior
Zan Tysor
-1
/
+1
2020-01-28
Update links to WASI docs in time.rs module
Jakub Konka
-2
/
+2
2020-01-18
Fix table of syscalls in docs of std::time::SystemTime.
Mara Bos
-2
/
+2
2020-01-18
Fix table of syscalls in docs of std::time::Instant.
Mara Bos
-2
/
+2
2020-01-12
Fix system call docs for time::Instant
Ruud van Asseldonk
-1
/
+1
2019-12-31
Add missing links for insecure_time
Lzu Tao
-0
/
+2
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+1
2019-10-05
Fix typo on `now()` comments
BO41
-28
/
+23
2019-09-14
Rollup merge of #63846 - DevQps:32626-document-time-system-calls, r=rkruppe
Mazdak Farrokhzad
-0
/
+46
2019-09-13
Update src/libstd/time.rs
Christian Veenman
-1
/
+1
2019-09-09
Changed instant is earlier to instant is later
hman523
-1
/
+1
2019-09-09
Added some context on SGX. Lists Darwin separately.
Christian
-18
/
+32
2019-09-05
Stabilize checked_duration_since for 1.39.0
Vitaly _Vi Shukela
-4
/
+2
2019-08-26
Update src/libstd/time.rs
Christian Veenman
-1
/
+3
2019-08-24
Added table containing the system calls used by Instant and SystemTime.
Christian
-0
/
+30
2019-07-28
SystemTime docs: recommend Instant for elapsed time
Kornel
-2
/
+8
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-3
/
+3
2019-03-22
Make duration_since use checked_duration_since
Linus Färnstrand
-6
/
+2
2019-03-22
Add/rename checked_duration_since tests
Linus Färnstrand
-6
/
+9
2019-03-12
Make std time tests more robust for platform differences
Jethro Beekman
-9
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-8
/
+8
2019-02-23
Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obk
Mazdak Farrokhzad
-3
/
+0
2019-02-20
Turn duration consts into associated consts
Stjepan Glavina
-3
/
+0
2019-02-17
Rollup merge of #58395 - vi:checked_duration_since, r=dtolnay
kennytm
-0
/
+60
2019-02-13
Add Instant::saturating_duration_since
Vitaly _Vi Shukela
-0
/
+28
2019-02-13
Fix tests for checked_duration_since
Vitaly _Vi Shukela
-1
/
+3
2019-02-13
Rollup merge of #58034 - faern:stabilize-time-checked-add, r=alexcrichton
Mazdak Farrokhzad
-8
/
+8
2019-02-13
Add Instant::checked_duration_since, address #58402.
Vitaly _Vi Shukela
-0
/
+30
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-01-31
Simplify lambdas
Linus Färnstrand
-4
/
+4
2019-01-31
Stabilize the time_checked_add feature
Linus Färnstrand
-4
/
+4
2019-01-22
Simplify units in Duration/Instant math on Windows
Alex Berghage
-0
/
+9
2019-01-08
Auto merge of #56988 - alexcrichton:monotonic-instant, r=sfackler
bors
-1
/
+41
2019-01-07
std: Force `Instant::now()` to be monotonic
Alex Crichton
-1
/
+41
2019-01-07
Rollup merge of #57375 - stjepang:duration-constants, r=joshtriplett
Pietro Albini
-0
/
+3
2019-01-07
Specify the tracking issue
Stjepan Glavina
-1
/
+1
2019-01-06
Re-export constants from core into std
Stjepan Glavina
-0
/
+3
2019-01-02
Auto merge of #56827 - faern:eliminate-recv-timeout-panic, r=KodrAus
bors
-0
/
+12
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
Add documentation about panicking Add<Duration> impls
Linus Färnstrand
-0
/
+12
2018-12-13
Add checked_sub for Instant and SystemTime
Linus Färnstrand
-2
/
+22
2018-12-13
Add checked_add method to Instant time type
Linus Färnstrand
-2
/
+25
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-25
Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler
bors
-0
/
+21
2018-11-18
Increase `Duration` approximate equal threshold to 1us
Alex Crichton
-1
/
+1
2018-11-17
std: Add debugging for a failing test on appveyor
Alex Crichton
-1
/
+5
2018-11-15
Rename checked_add_duration to checked_add and make it take the duration by v...
Sebastian Geisler
-5
/
+5
2018-11-15
Implement checked_add_duration for SystemTime
Sebastian Geisler
-0
/
+21
2018-05-28
Stabilize SystemTime::UNIX_EPOCH
Thayne McCombs
-2
/
+1
2018-03-30
Fix doctest
Steven Fackler
-0
/
+1
[next]