about summary refs log tree commit diff
path: root/library/std/src/sys/fs/windows.rs
AgeCommit message (Expand)AuthorLines
2025-06-13Windows: make read_dir stop iterating on errorChris Denton-0/+1
2025-06-05Optimize `Seek::stream_len` impl for `File`Tobias Bucher-0/+8
2025-05-20Remove unnecessary handling of ERROR_IO_PENDINGChristopher Berner-8/+2
2025-05-03Rollup merge of #139343 - cberner:filelock_wouldblock, r=workingjubileeMatthias Krüger-8/+9
2025-05-01Change signature of File::try_lock and File::try_lock_sharedChristopher Berner-8/+9
2025-04-11Use with_native_path for WindowsChris Denton-39/+30
2025-03-25Fix UWP reparse point checkChris Denton-1/+1
2025-03-18Windows: fix FileType PartialEq implementationChris Denton-18/+15
2025-03-08Move fs into sysThalia Archibald-0/+1662