| Age | Commit message (Expand) | Author | Lines |
| 2023-11-05 | Add `Duration::abs_diff` | Ole Bertram | -0/+21 |
| 2023-10-03 | Add missing inline attributes to Duration trait impls | Elichai Turkel | -0/+9 |
| 2023-07-30 | Fix implementation of `Duration::checked_div` | Jacob Pratt | -4/+4 |
| 2023-04-20 | Use fmt::Alignment instead of fmt::rt::v1::Alignment. | Mara Bos | -1/+1 |
| 2023-04-16 | core is now compilable | Deadbeef | -16/+8 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -4/+4 |
| 2022-10-15 | Stabilize `duration_checked_float` | Ryan Lopopolo | -20/+17 |
| 2022-10-14 | Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)` | beetrees | -1/+1 |
| 2022-09-29 | Fix integer overflow in `format!("{:.0?}", Duration::MAX)` | beetrees | -10/+29 |
| 2022-09-28 | Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant` | beetrees | -46/+52 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 2022-08-10 | Rollup merge of #100353 - theli-ua:master, r=joshtriplett | Michael Goulet | -2/+2 |
| 2022-08-09 | Fix doc links in core::time::Duration::as_secs | Anton Romanov | -2/+2 |
| 2022-08-09 | Rename integer log* methods to ilog* | Eric Holk | -1/+1 |
| 2022-08-08 | Update Duration::as_secs doc to point to as_secs_f64/32 for including fractio... | Anton Romanov | -12/+4 |
| 2022-05-26 | Rollup merge of #96051 - newpavlov:duration_rounding, r=nagisa,joshtriplett | Michael Goulet | -27/+109 |
| 2022-05-27 | fmt | Артём Павлов [Artyom Pavlov] | -5/+1 |
| 2022-05-27 | fix nanos overflow for f64 | Артём Павлов [Artyom Pavlov] | -9/+24 |
| 2022-05-27 | add debug asserts | Artyom Pavlov | -4/+8 |
| 2022-05-25 | tweak doctests | Артём Павлов [Artyom Pavlov] | -8/+6 |
| 2022-05-25 | implement tie to even | Артём Павлов [Artyom Pavlov] | -19/+73 |
| 2022-04-14 | Use rounding in float to Duration conversion methods | Артём Павлов | -23/+38 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -4/+4 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-01-26 | Improve Duration::try_from_secs_f32/64 accuracy by directly processing expone... | Артём Павлов [Artyom Pavlov] | -101/+200 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -5/+0 |
| 2021-11-22 | Partially stabilize `duration_consts_2` | Jacob Pratt | -18/+23 |
| 2021-11-08 | Permit const assertions in stdlib | Jacob Pratt | -2/+2 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+3 |
| 2021-10-27 | Remove extra lines in examples for `Duration::try_from_secs_*` | mbartlett21 | -3/+0 |
| 2021-10-20 | Change `Duration::from_secs_*` underflow error | mbartlett21 | -9/+7 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+6 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+6 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+6 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+1 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+6 |
| 2021-10-10 | Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplett | Matthias Krüger | -0/+26 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+1 |
| 2021-10-09 | Add #[must_use] to math and bit manipulation methods | John Kugelman | -0/+26 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+1 |
| 2021-09-16 | Make Duration's Debug format pad to width | Michiel De Muynck | -22/+70 |
| 2021-08-29 | Adding examples to docs of std::time module | João M. Bezerra | -5/+12 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+1 |
| 2021-06-15 | Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplett | Yuki Okushi | -24/+128 |
| 2021-06-14 | Use `try_from_secs_*` in `Duration::from_secs_*` functions. | mbartlett21 | -30/+6 |
| 2021-06-14 | Add functions `Duration::try_from_secs_{f32, f64}` | mbartlett21 | -0/+128 |
| 2021-05-03 | use `else if` in std library | wcampbell | -6/+4 |
| 2021-04-26 | Rollup merge of #84120 - workingjubilee:stabilize-duration-max, r=m-ou-se | Mara Bos | -3/+7 |
| 2021-04-25 | Update to reflect feedback on the constraints | Jubilee Young | -4/+6 |