about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/pipe.rs
AgeCommit message (Expand)AuthorLines
2025-08-29Mark pipe2 supported in AndroidMatthew Maurer-0/+1
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-4/+5
2025-03-10Initial STD support for Cygwin王宇逸-0/+1
2024-11-13[illumos] use pipe2 to create anonymous pipesRain-0/+1
2024-08-03Suppress new false-negatives that were masked by dead code analysis changesMichael Goulet-0/+4
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+9
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+167