about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/pipe.rs
AgeCommit message (Expand)AuthorLines
2025-06-28Workaround for mem safety in third party dllsChris Denton-5/+8
2025-06-15Windows: Use anonymous pipes in CommandChris Denton-85/+90
2025-04-27use generic Atomic type where possibleChristopher Durham-2/+2
2025-04-02Remove creation of duplicate AnonPipeJake Wharton-1/+0
2025-03-27std: get rid of pre-Vista fallback codejoboet-22/+6
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2024-09-25Use `&raw` in the standard libraryJosh Stone-1/+1
2024-09-23std: implement the `random` featurejoboet-3/+4
2024-07-30Move Windows implementation of anon pipeChris Denton-17/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+3
2024-07-24Rollup merge of #128092 - ChrisDenton:wrappers, r=workingjubileeMatthias Krüger-22/+23
2024-07-23Initial implementation of anonymous_pipeJiahao XU-3/+21
2024-07-23Remove wrapper functions from c.rsChris Denton-22/+23
2024-07-16Remove `slice_to_end`Chris Denton-15/+5
2024-07-15allow(unsafe_op_in_unsafe_fn) on some functionsChris Denton-1/+3
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-6/+6
2024-07-15Remove LPVOIDChris Denton-2/+2
2024-07-15Remove LPOVERLAPPEDChris Denton-1/+1
2024-06-09Migrate more things to WinErrorChris Denton-5/+5
2024-03-19SeqCst->Relaxed in pal::windows::pipe.Mara Bos-4/+4
2024-02-24library: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+571