about summary refs log tree commit diff
path: root/library/std/src/io/pipe.rs
AgeCommit message (Expand)AuthorLines
2025-05-16discuss deadlocks in the std::io::pipe() exampleJack O'Connor-12/+26
2025-05-01Use present indicative tense in std::io::pipe() API docsEyal Kalderon-3/+3
2025-04-09replace version placeholderBoxy-9/+9
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-0/+25
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-12/+9
2025-01-26Update `std::io::{pipe, PipeReader, PipeWriter}` docs the new locationTobias Bucher-16/+20
2025-01-26Move `std::io::pipe` code into its own fileTobias Bucher-0/+256