about summary refs log tree commit diff
path: root/library/std/src/sys/fs/windows.rs
AgeCommit message (Expand)AuthorLines
2025-09-04Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35Stuart Cook-0/+4
2025-09-03Add `read_buf` equivalents for positioned readsNiklas Fiekas-0/+4
2025-08-30std: clarify `OpenOptions` error for create without write accessVladimir Petrzhikovskii-3/+21
2025-08-12Add cast_init and cast_uninit methods for pointersltdk-1/+1
2025-08-09Replace unsafe function with safe alternativeChris Denton-5/+10
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