about summary refs log tree commit diff
path: root/library/std/src/time/tests.rs
AgeCommit message (Expand)AuthorLines
2021-08-20fix tests on wasm targets that have 32bit time_t and don't have threadsThe8472-2/+12
2021-08-16correct overflows in the backslide case, add testThe8472-0/+18
2021-08-13add benchmarks for 1, 2, 4, 8, 16 threadsThe8472-0/+43
2021-08-13where available use 64- or 128bit atomics instead of a Mutex to monotonize timeThe8472-2/+27
2020-10-21Duration::zero() -> Duration::ZEROJubilee Young-3/+3
2020-10-21Dogfood Duration API in std::time testsJubilee Young-16/+16
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+165