| Age | Commit message (Expand) | Author | Lines |
| 2018-01-29 | Move time::Duration to libcore | Clar Charr | -1157/+0 |
| 2018-01-24 | Auto merge of #47300 - remexre:duration-constructors-as-const-fns, r=alexcric... | bors | -13/+16 |
| 2018-01-12 | Fix Duration::subsec_millis and Duration::subsec_micros examples | Neil Shen | -2/+2 |
| 2018-01-09 | Fixes whitespace. | Nathaniel Ringo | -9/+9 |
| 2018-01-09 | Fixes Duration constructor const fns other than new, reverts new to non-const. | Nathaniel Ringo | -10/+13 |
| 2018-01-09 | Makes the constructors of Duration const fns. | Nathaniel Ringo | -5/+5 |
| 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 |