summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/io.rs
AgeCommit message (Expand)AuthorLines
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