about summary refs log tree commit diff
path: root/library/std/tests/pipe_subprocess.rs
AgeCommit message (Collapse)AuthorLines
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-2/+0
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2025-01-24Fix testing of the standard library with Emscriptenbjorn3-1/+1
This does need EMCC_CFLAGS="-s MAXIMUM_MEMORY=2GB" avoid several OOMs.
2025-01-17Move `std::pipe::*` into `std::io`Jiahao XU-2/+1
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+3
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/+39
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>