summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/handle.rs
AgeCommit message (Expand)AuthorLines
2024-07-17Narrow the scope of the ReadFile unsafe blockChris Denton-11/+12
2024-07-16Remove `slice_to_end`Chris Denton-3/+8
2024-07-15Deny more windows unsafe_op_in_unsafe_fnChris Denton-28/+35
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 DWORDChris Denton-9/+4
2024-02-07Make `io::BorrowedCursor::advance` safeBenoƮt du Garreau-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+338