| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-17 | modify std::os docs to be more consistent | Sachin Cherian | -1/+3 | |
| > add intra doc links > add a usage example for the os::windows module | ||||
| 2021-08-19 | Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI. | Dan Gohman | -5/+7 | |
| 2021-08-19 | Add I/O safety trait impls for process::Stdio and process::Child. | Dan Gohman | -1/+25 | |
| 2021-08-19 | I/O safety. | Dan Gohman | -9/+9 | |
| 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> | ||||
| 2021-07-09 | Use AsRef in CommandExt for raw_arg | Kornel | -3/+3 | |
| 2021-07-09 | Unescaped command-line arguments for Windows | Kornel | -0/+13 | |
| Fixes #29494 | ||||
| 2021-05-03 | Move `std::sys::windows::ext` to `std::os::windows` | Christiaan Dirkx | -0/+141 | |
