about summary refs log tree commit diff
path: root/library/std/src/sys/windows/time.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-262/+0
2023-11-22cmp_nullChris Denton-2/+2
2023-10-06Windows: Support sub-millisecond sleepChris Denton-0/+38
2022-07-15Support setting file accessed/modified timestampsJosh Triplett-0/+7
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2022-02-13make Instant::{duration_since, elapsed, sub} saturating and remove workaroundsThe8472-8/+0
2020-10-08Implement the same optimization in windows/timeThom Chiovoloni-19/+17
2020-07-27mv std libs to library/mark-0/+228