index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
sys
/
windows
/
pipe.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-571
/
+0
2023-05-30
add FromOwnedFd/FromOwnedHandle for ChildStdin/out/err
Vincent Thiberville
-1
/
+7
2023-05-05
Use new bindings
Chris Denton
-1
/
+1
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-1
/
+23
2022-12-08
Add read_to_end for AnonPipe
Ayush Singh
-1
/
+5
2022-11-04
Small round of typo fixes
Alex Saveau
-4
/
+5
2022-05-17
Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se"
Mark Rousskov
-76
/
+25
2022-05-15
fix use of SetHandleInformation on UWP
bdbai
-1
/
+12
2022-04-26
Windows: Make stdin pipes synchronous
Chris Denton
-25
/
+65
2022-04-15
Auto merge of #95841 - ChrisDenton:pipe-server, r=m-ou-se
bors
-0
/
+43
2022-04-08
Windows: Use a pipe relay for chaining pipes
Chris Denton
-0
/
+43
2022-04-07
Windows: Increase a pipe's buffer capacity to 64kb
Chris Denton
-2
/
+5
2022-04-04
Correct calling convention
Chris Denton
-1
/
+1
2022-04-04
Update library/std/src/sys/windows/pipe.rs
Chris Denton
-4
/
+6
2022-03-30
Synchronize asynchronous pipe reads and writes
Chris Denton
-2
/
+117
2021-08-19
I/O safety.
Dan Gohman
-5
/
+12
2020-07-27
mv std libs to library/
mark
-0
/
+368