about summary refs log tree commit diff
path: root/library/core/tests/time.rs
AgeCommit message (Expand)AuthorLines
2021-09-16Make Duration's Debug format pad to widthMichiel De Muynck-0/+28
2020-10-27Fixup tests: Duration::MIN -> ::ZEROJubilee Young-4/+4
2020-10-21Duration::zero() -> Duration::ZEROJubilee Young-15/+10
2020-10-21Dogfood Duration API in std::time testsJubilee Young-45/+45
2020-09-12Make all methods of `Duration` constChristiaan Dirkx-0/+101
2020-09-08Add saturating methods for `Duration`marmeladema-0/+30
2020-07-27mv std libs to library/mark-0/+293