| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-20 | fix tests on wasm targets that have 32bit time_t and don't have threads | The8472 | -2/+12 | |
| 2021-08-16 | correct overflows in the backslide case, add test | The8472 | -0/+18 | |
| 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/+27 | |
| 2020-10-21 | Duration::zero() -> Duration::ZERO | Jubilee Young | -3/+3 | |
| Duration::ZERO composes better with match and various other things, at the cost of an occasional parens, and results in less work for the optimizer, so let's use that instead. | ||||
| 2020-10-21 | Dogfood Duration API in std::time tests | Jubilee Young | -16/+16 | |
| This expands time's test suite to use more and in more places the range of methods and constants added to Duration in recent proposals for the sake of testing more API surface area and improving legibility. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+165 | |
| Also doing fmt inplace as requested. | ||||
