| Age | Commit message (Expand) | Author | Lines |
| 2021-08-19 | Fix syntax for non-doc comments, and use `crate::` instead of `std::`. | Dan Gohman | -6/+6 |
| 2021-08-19 | Add I/O safety trait impls for process::Stdio and process::Child. | Dan Gohman | -2/+36 |
| 2021-08-19 | Update PidFd for the new I/O safety APIs. | Dan Gohman | -4/+22 |
| 2021-08-19 | Rename OptionFileHandle to HandleOrInvalid and make it just wrap an Option<Ow... | Dan Gohman | -80/+38 |
| 2021-08-19 | Don't encourage migration until io_safety is stablized. | Dan Gohman | -7/+8 |
| 2021-08-19 | Factor out Unix and WASI fd code into a common module. | Dan Gohman | -560/+298 |
| 2021-08-19 | Synchronize minor differences between Unix and WASI implementations. | Dan Gohman | -7/+9 |
| 2021-08-19 | Add more comments about the `INVALID_HANDLE_VALUE` situation. | Dan Gohman | -12/+30 |
| 2021-08-19 | Fix copypasta of "Unix" within the WASI directory. | Dan Gohman | -1/+1 |
| 2021-08-19 | Reword the description of dup2/dup3. | Dan Gohman | -1/+1 |
| 2021-08-19 | Add Safety comments to the `As*` for `Owned*` implementations. | Dan Gohman | -0/+12 |
| 2021-08-19 | Add Owned*, Borrowed*, and As* to the preludes. | Dan Gohman | -4/+7 |
| 2021-08-19 | Rename `OwnedFd`'s private field to match it's debug output. | Dan Gohman | -85/+86 |
| 2021-08-19 | Delete a spurious empty comment line. | Dan Gohman | -1/+0 |
| 2021-08-19 | Add a comment about how `OwnedHandle` should not be used with registry handles. | Dan Gohman | -2/+15 |
| 2021-08-19 | Add a comment about `OptionFileHandle`. | Dan Gohman | -0/+4 |
| 2021-08-19 | Be more precise about `mmap` and undefined behavior. | Dan Gohman | -3/+3 |
| 2021-08-19 | Add a test to ensure that RawFd is the size we assume it is. | Dan Gohman | -0/+30 |
| 2021-08-19 | Update library/std/src/os/windows/io/socket.rs | Dan Gohman | -1/+1 |
| 2021-08-19 | Update library/std/src/os/windows/io/handle.rs | Dan Gohman | -1/+1 |
| 2021-08-19 | Update library/std/src/os/unix/io/fd.rs | Dan Gohman | -1/+1 |
| 2021-08-19 | I/O safety. | Dan Gohman | -153/+1569 |
| 2021-08-18 | Rollup merge of #88012 - sunfishcode:sunfishcode/wasi-raw-fd-c-int, r=alexcri... | Guillaume Gomez | -7/+14 |
| 2021-08-13 | Change WASI's `RawFd` from `u32` to `c_int` (`i32`). | Dan Gohman | -7/+14 |
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -0/+196 |
| 2021-08-04 | Re-use std::sealed::Sealed in os/linux/process. | Mara Bos | -12/+3 |
| 2021-08-01 | Auto merge of #81825 - voidc:pidfd, r=joshtriplett | bors | -0/+155 |
| 2021-08-01 | Add dummy FileDesc struct for doc target | Dominik Stolz | -0/+4 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -2/+2 |
| 2021-07-24 | netbsd enabled ucred | David Carlier | -2/+16 |
| 2021-07-21 | Add tracking issue and link to man-page | Dominik Stolz | -2/+3 |
| 2021-07-21 | Add PidFd type and seal traits | Dominik Stolz | -22/+124 |
| 2021-07-21 | Add Linux-specific pidfd process extensions | Aaron Hill | -0/+48 |
| 2021-07-12 | Add tracking issue number to `wasi_ext` | BenoƮt du Garreau | -2/+2 |
| 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 |
| 2021-07-06 | Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-se | Yuki Okushi | -0/+39 |
| 2021-07-05 | Enable dir_entry_ext2 feature in doc test. | Mara Bos | -0/+1 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -1/+2 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -1/+1 |
| 2021-06-22 | Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=Amanieu | Yuki Okushi | -6/+6 |
| 2021-06-20 | Add comment to `std::os::unix::ffi::os_str` explaining that the module is reu... | Christiaan Dirkx | -0/+3 |
| 2021-06-20 | Move `OsStringExt` and `OsStrExt` to `std::os` | Christiaan Dirkx | -4/+80 |
| 2021-06-17 | Rely on libc for correct integer types in os/unix/net/ancillary.rs. | Maarten de Vries | -100/+10 |
| 2021-06-15 | Rename ErrorKind::Unknown to Uncategorized. | Mara Bos | -1/+2 |
| 2021-06-15 | Redefine `ErrorKind::Other` and stop using it in std. | Mara Bos | -1/+1 |
| 2021-05-21 | Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStr | Aaron Rennow | -0/+38 |
| 2021-05-20 | Not implement `os::unix::fs::chroot` for `vxworks` | Christiaan Dirkx | -1/+1 |
| 2021-05-18 | Auto merge of #82973 - ijackson:exitstatuserror, r=yaahc | bors | -7/+46 |
| 2021-05-17 | Rollup merge of #85302 - r00ster91:patch-7, r=joshtriplett | Ralf Jung | -1/+1 |