about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/handle.rs
AgeCommit message (Expand)AuthorLines
2025-09-03Add `read_buf` equivalents for positioned readsNiklas Fiekas-0/+13
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+4
2024-07-24Import `core::ffi::c_void` in more placesChris Denton-5/+6
2024-07-24Rollup merge of #128092 - ChrisDenton:wrappers, r=workingjubileeMatthias Krüger-8/+8
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+7
2024-07-23Remove wrapper functions from c.rsChris Denton-8/+8
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