about summary refs log tree commit diff
path: root/library/std/src/sys/anonymous_pipe/unix.rs
AgeCommit message (Collapse)AuthorLines
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-92/+2
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-14/+14
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-2/+1
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2024-07-30Cleanup sys module to match house styleChris Denton-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-8/+7
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+103
Co-authored-by: Alphyr <47725341+a1phyr@users.noreply.github.com> Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com> Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>