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
Age
Commit message (
Expand
)
Author
Lines
2018-01-12
Fix Duration::subsec_millis and Duration::subsec_micros examples
Neil Shen
-2
/
+2
2017-12-21
docs: do not call integer overflows as underflows
Trevor Spiteri
-1
/
+1
2017-12-20
Rollup merge of #46828 - vi:hash_for_systemtime_instant, r=dtolnay
kennytm
-2
/
+2
2017-12-19
Add Hash impl for SystemTime and Instant
Vitaly _Vi Shukela
-2
/
+2
2017-12-11
Add more Duration methods for consistency.
Clar Charr
-1
/
+62
2017-09-23
Auto merge of #44436 - MicroJoe:master, r=alexcrichton
bors
-0
/
+23
2017-09-13
from_micros: add feature name
Romain Porte
-1
/
+2
2017-09-10
from_micros: added issue number and fixed typo
Romain Porte
-2
/
+2
2017-09-10
from_micros: Fix missing {
Romain Porte
-0
/
+1
2017-09-09
from_micros: Added unstable annotation
Romain Porte
-0
/
+1
2017-09-09
from_micros: Inlined return for consistency
Romain Porte
-4
/
+1
2017-09-08
Add Duration::from_micros
Romain Porte
-0
/
+23
2017-09-07
Disable the 80-year-difference test on 32-bit-time_t platforms.
kennytm
-3
/
+6
2017-09-07
Fix incorrect test in `time::tests::system_time_math`.
kennytm
-1
/
+1
2017-09-04
std/time: Give an example to get UNIX_EPOCH in seconds
Alexander von Gluck IV
-0
/
+11
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-4
/
+4
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-09
Fix grammar
Steven Fackler
-1
/
+1
2017-08-08
Instant is monotonically nondecreasing
Steven Fackler
-2
/
+2
2017-07-24
Add a disabled builder for aarch64 emulated tests
Alex Crichton
-2
/
+10
2017-07-23
Auto merge of #43256 - Others:patch-1, r=steveklabnik
bors
-4
/
+1
2017-07-17
`std::time::Duration`: improve _precision_ of terminology in docs
Collin J. Sutton
-14
/
+16
2017-07-15
Improve panic docs for Instant::duration_since
Others
-4
/
+1
2017-05-03
Add doc example for how to determine total number of secs in Duration.
Corey Farwell
-0
/
+15
2017-05-02
Update Duration::as_secs doc example to demonstrate truncation.
Corey Farwell
-2
/
+2
2017-05-02
Update Duration::from_millis doc example to show underlying values.
Corey Farwell
-1
/
+4
2017-05-02
Update Duration::from_secs doc example to show underlying values.
Corey Farwell
-1
/
+4
2017-01-25
std: Stabilize APIs for the 1.16.0 release
Alex Crichton
-12
/
+4
2017-01-19
Auto merge of #38712 - clarcharr:duration_sum, r=sfackler
bors
-0
/
+15
2017-01-13
Rollup merge of #38362 - GuillaumeGomez:instant_doc, r=frewsxcv
Guillaume Gomez
-14
/
+115
2017-01-05
Add time module missing docs
Guillaume Gomez
-14
/
+115
2016-12-30
Sum for Duration.
Clar Charr
-0
/
+15
2016-12-14
Add missing Duration examples
Guillaume Gomez
-13
/
+66
2016-11-10
std: Derive `Default` for `Duration`.
Alex Crichton
-1
/
+1
2016-09-29
Reword description of SystemTimeError.
Tomasz Miąsko
-1
/
+1
2016-09-19
Replace 'e.g.' by 'i.e.'
Guillaume Gomez
-2
/
+2
2016-09-14
Add feature crate attribute for duration_checked_ops to docs
Eugene Bulkin
-0
/
+8
2016-09-14
Fix doc-tests for Duration
Eugene Bulkin
-2
/
+10
2016-09-13
Implement add, sub, mul and div methods using checked methods for Duration
Eugene Bulkin
-35
/
+4
2016-09-13
Fix Duration::checked_mul documentation
Eugene Bulkin
-1
/
+1
2016-09-13
Add checked operation methods to Duration
Eugene Bulkin
-0
/
+162
2016-09-07
Add doc example for `std::time::Instant::elapsed`.
Corey Farwell
-0
/
+12
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-15
/
+0
2016-05-12
Use the correct word in the explanation
Stefan Schindler
-1
/
+1
2016-04-18
Panic on overflow in `Duration::new` constructor
Tobias Bucher
-1
/
+7
2016-04-02
Inline Duration constructors and accessors
Steven Fackler
-0
/
+5
2016-03-26
Rollup merge of #32448 - sfackler:time-augmented-assignment, r=alexcrichton
Manish Goregaokar
-2
/
+58
2016-03-23
Add code examples for libstd/time
Guillaume Gomez
-0
/
+50
2016-03-22
Add augmented assignment operator impls for time types
Steven Fackler
-2
/
+58
[next]