about summary refs log tree commit diff
path: root/library/std/src/time.rs
AgeCommit message (Collapse)AuthorLines
2020-09-08Make duration_since documentation more clearAlexander Brausch-3/+4
2020-09-05Add a note about the panic behavior of math operations on time objectsAlexis Bourget-0/+10
2020-09-04time.rs: Make spelling of "Darwin" consistentnumbermaniac-1/+1
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-169/+3
Also doing fmt inplace as requested.
2020-08-22Update docs for SystemTime Windows implementationOliver Middleton-1/+2
Windows now uses `GetSystemTimePreciseAsFileTime` on versions of Windows that support it.
2020-08-12Use explicit path link in place for doc in timeIvan Tham-6/+2
2020-08-11Remove two links by changing the doc for SystemTimeError::durationAlexis Bourget-6/+3
2020-08-10Move to doc links inside std/time.rsAlexis Bourget-24/+4
2020-07-27mv std libs to library/mark-0/+827