| Age | Commit message (Expand) | Author | Lines |
| 2025-01-26 | Move std::time unit tests to integration tests | bjorn3 | -274/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+3 |
| 2023-05-05 | Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomcc | Dylan DPC | -0/+27 |
| 2022-11-13 | Fix non-associativity of `Instant` math on `aarch64-apple-darwin` targets | Joy | -0/+8 |
| 2022-10-14 | Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` ha... | beetrees | -0/+27 |
| 2022-08-18 | make many std tests work in Miri | Ralf Jung | -1/+2 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -3/+3 |
| 2022-02-13 | make Instant::{duration_since, elapsed, sub} saturating and remove workarounds | The8472 | -144/+3 |
| 2021-10-30 | Add #[must_use] to remaining std functions (O-Z) | John Kugelman | -2/+2 |
| 2021-10-04 | Rollup merge of #88651 - AGSaidi:monotonize-inner-64b-aarch64, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2021-09-17 | use AtomicU64::fetch_update instead of handrolled RMW-loop | The8472 | -14/+9 |
| 2021-09-16 | fix potential race in AtomicU64 time monotonizer | The8472 | -28/+34 |
| 2021-09-04 | Use the 64b inner:monotonize() implementation not the 128b one for aarch64 | Ali Saidi | -2/+2 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-20 | fix tests on wasm targets that have 32bit time_t and don't have threads | The8472 | -2/+12 |
| 2021-08-17 | [review] fix comment | the8472 | -1/+1 |
| 2021-08-16 | correct overflows in the backslide case, add test | The8472 | -8/+48 |
| 2021-08-16 | Apply suggestions from code review | the8472 | -2/+2 |
| 2021-08-13 | add benchmarks for 1, 2, 4, 8, 16 threads | The8472 | -0/+43 |
| 2021-08-13 | where available use 64- or 128bit atomics instead of a Mutex to monotonize time | The8472 | -2/+120 |
| 2020-10-21 | Duration::zero() -> Duration::ZERO | Jubilee Young | -3/+3 |
| 2020-10-21 | Dogfood Duration API in std::time tests | Jubilee Young | -16/+16 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+165 |