about summary refs log tree commit diff
path: root/library/std/src/pipe.rs
AgeCommit message (Expand)AuthorLines
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-258/+0
2025-01-06chore: remove redundant words in commentcrystalstall-1/+1
2024-12-14Add documentation for anonymous pipe moduleAndrew Bond-5/+135
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+130