about summary refs log tree commit diff
path: root/library/std/src/sys/anonymous_pipe/unsupported.rs
AgeCommit message (Expand)AuthorLines
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-16/+1
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-2/+2
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-2/+1
2024-07-31Remove unneeded `pub(crate)`Chris Denton-1/+1
2024-07-30Cleanup sys module to match house styleChris Denton-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+3
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+26