| Age | Commit message (Expand) | Author | Lines |
| 2022-07-06 | Fix typo in file descriptor docs | Florian Spieß | -1/+1 |
| 2022-07-03 | Auto merge of #97437 - jyn514:impl-asrawfd-arc, r=dtolnay | bors | -0/+62 |
| 2022-06-27 | Seal Windows `FileTypeExt` extension trait to allow adding future methods | Josh Triplett | -1/+5 |
| 2022-06-27 | Stabilize Windows `FileTypeExt` with `is_symlink_dir` and `is_symlink_file` | Josh Triplett | -4/+4 |
| 2022-06-21 | `impl<T: AsFd> AsFd for {Arc,Box}<T>` | Joshua Nelson | -3/+33 |
| 2022-06-21 | `impl<T: AsRawFd> for {Arc,Box}<T>` | Joshua Nelson | -0/+32 |
| 2022-06-21 | update ioslice docs to use shared slices | Conrad Ludgate | -2/+2 |
| 2022-06-20 | Rollup merge of #97837 - sunfishcode:sunfishcode/proc-self-mem, r=m-ou-se | Dylan DPC | -0/+19 |
| 2022-06-20 | Rollup merge of #97149 - ChrisDenton:win_async_pipes, r=m-ou-se | Dylan DPC | -0/+40 |
| 2022-06-20 | Windows: `CommandExt::async_pipes` | Chris Denton | -0/+40 |
| 2022-06-15 | Auto merge of #97178 - sunfishcode:ownedfd-and-dup, r=joshtriplett | bors | -35/+80 |
| 2022-06-15 | Add the new stability attributes, for Windows. | Dan Gohman | -0/+2 |
| 2022-06-15 | Revise the documentation for `try_clone`. | Dan Gohman | -6/+8 |
| 2022-06-15 | Add `BorrowedFd::try_clone_to_owned`. | Dan Gohman | -17/+42 |
| 2022-06-15 | Document that `BorrowedFd` may be used to do a `dup`. | Dan Gohman | -12/+28 |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -30/+191 |
| 2022-06-14 | Add a stability attribute to WASI's `try_clone()`. | Dan Gohman | -0/+1 |
| 2022-06-14 | Implement stabilization of `#[feature(io_safety)]`. | Dan Gohman | -78/+139 |
| 2022-06-13 | Use a private type definition to reduce cfg noise | Mark Drobnak | -36/+16 |
| 2022-06-13 | Update libc::stat field names | Ian Chamberlain | -6/+6 |
| 2022-06-13 | Horizon OS STD support | Meziu | -12/+193 |
| 2022-06-10 | net listen backlog set to negative on Linux. | David Carlier | -2/+10 |
| 2022-06-10 | Make "windows_process_exit_code_from" unstable | Aron Parker | -3/+3 |
| 2022-06-10 | Incorporate warning for potential exit code ambiguities | Aron Parker | -0/+4 |
| 2022-06-10 | Fix copy paste error | Aron Parker | -1/+1 |
| 2022-06-09 | Implement ExitCodeExt for Windows | Aron Parker | -0/+19 |
| 2022-06-08 | Fix trailing whitespace. | Dan Gohman | -1/+1 |
| 2022-06-08 | Reword the question in the section header too. | Dan Gohman | -2/+2 |
| 2022-06-08 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -3/+2 |
| 2022-06-08 | Reword a question into a statement. | Dan Gohman | -2/+2 |
| 2022-06-07 | Inline Windows `OsStrExt::encode_wide` | Nikolai Vazquez | -0/+1 |
| 2022-06-07 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -1/+1 |
| 2022-06-07 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -1/+1 |
| 2022-06-07 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -1/+1 |
| 2022-06-07 | Update library/std/src/os/unix/io/mod.rs | Dan Gohman | -1/+1 |
| 2022-06-07 | Document Rust's stance on `/proc/self/mem` | Dan Gohman | -0/+20 |
| 2022-05-25 | Disable unix::net::ancillary on BSD. | Mara Bos | -155/+31 |
| 2022-05-17 | Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" | Mark Rousskov | -13/+0 |
| 2022-05-15 | Rollup merge of #97060 - bdbai:fix/uwphandle, r=ChrisDenton | Dylan DPC | -0/+2 |
| 2022-05-15 | Rollup merge of #96947 - sunfishcode:sunfishcode/rustc-nonnull-optimization-g... | Dylan DPC | -0/+47 |
| 2022-05-15 | fix use of SetHandleInformation on UWP | bdbai | -0/+2 |
| 2022-05-11 | Fix comment syntax. | Dan Gohman | -0/+1 |
| 2022-05-11 | Relax the wording about the meaning of -1. | Dan Gohman | -6/+11 |
| 2022-05-11 | Fix attribute name. | Dan Gohman | -2/+2 |
| 2022-05-11 | RawSocket is unsigned on Windows. | Dan Gohman | -10/+9 |
| 2022-05-11 | Fix duplicate import on Windows. | Dan Gohman | -1/+1 |
| 2022-05-11 | Add rustc_nonnull_optimization_guaranteed to Owned/Borrowed Fd/Socket | Dan Gohman | -0/+48 |
| 2022-05-11 | HandleOrNull can hold null, and HandleOrInvalid can hold INVALID_HANDLE_VALUE. | Dan Gohman | -9/+5 |
| 2022-05-10 | Fix incorrect mentions of `OwnedFd` and `BorrowedFd` in Windows docs. | Dan Gohman | -4/+4 |
| 2022-05-10 | Also document that `as_raw_handle` may return NULL. | Dan Gohman | -0/+7 |