| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-12-08 | Add read_to_end for AnonPipe | Ayush Singh | -0/+4 | |
| Add `read_to_end` method for `sys::{target}::pipe::AnonPipe`. This allows having a more optimized version of `read_to_end` for ChildStdout. Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com> | ||||
| 2021-08-19 | I/O safety. | Dan Gohman | -17/+46 | |
| Introduce `OwnedFd` and `BorrowedFd`, and the `AsFd` trait, and implementations of `AsFd`, `From<OwnedFd>` and `From<T> for OwnedFd` for relevant types, along with Windows counterparts for handles and sockets. Tracking issue: - <https://github.com/rust-lang/rust/issues/87074> RFC: - <https://github.com/rust-lang/rfcs/blob/master/text/3128-io-safety.md> | ||||
| 2020-07-27 | mv std libs to library/ | mark | -0/+122 | |
