| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -16/+0 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -27/+55 |
| 2016-02-04 | std: Expose SystemTime accessors on fs::Metadata | Alex Crichton | -0/+7 |
| 2016-01-15 | Rollup merge of #30591 - SimonSapin:patch-15, r=aturon | Manish Goregaokar | -2/+3 |
| 2016-01-12 | Update wording of Instant and SystemTime docs | Simon Sapin | -4/+4 |
| 2016-01-10 | Derive Hash for Duration | Steven Fackler | -1/+1 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -1/+0 |
| 2015-12-28 | Instant/SystemTime doc: add meaning to first line | Simon Sapin | -3/+4 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -0/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -0/+2 |
| 2015-12-03 | Fix tests for SystemTime addition on mac and ios | Sean Griffin | -2/+2 |
| 2015-12-02 | Fixed make tidy error | Sean Griffin | -1/+2 |
| 2015-12-02 | Ensure two `SystemTime`s are equal when nanos add to exactly 1B | Sean Griffin | -0/+4 |
| 2015-11-30 | std: Bump time margin in std::time tests | Alex Crichton | -1/+1 |
| 2015-11-26 | doc: this is already mentioned in previous paragraph, and is harder to read | Tshepang Lekhonkhobe | -3/+2 |