about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/io.rs
AgeCommit message (Expand)AuthorLines
2024-11-09Add as_slice/into_slice for IoSlice/IoSliceMut.Alona Enraght-Moony-1/+6
2024-09-25Use `&raw` in the standard libraryJosh Stone-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-15Some Windows functions are safeChris Denton-15/+14
2024-07-15Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubileeJubilee-0/+1
2024-07-15Make pal/windows default to deny unsafe in unsafeChris Denton-0/+1
2024-07-15Remove ULONGChris Denton-6/+6
2024-02-24library: use `addr_of!`Pavel Grigorenko-1/+1
2024-01-22Fix msys2 tty detection for /dev/ptmxChris Denton-14/+0
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+161