| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-05-10 | Clarify what values `BorrowedHandle`, `OwnedHandle` etc. can hold. | Dan Gohman | -12/+17 |
| 2022-05-10 | Auto merge of #96232 - sunfishcode:sunfishcode/io-safety-const-fns, r=joshtri... | bors | -5/+5 |
| 2022-05-11 | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | -3/+0 |
| 2022-05-10 | Expose process main_thread_handle on Windows | unknown | -0/+14 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -3/+0 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -123/+123 |
| 2022-05-06 | Use statx's 64-bit times on 32-bit linux-gnu | Josh Stone | -3/+18 |
| 2022-04-29 | Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se | bors | -0/+12 |
| 2022-04-27 | Auto merge of #96195 - sunfishcode:sunfishcode/handle-or-error-type, r=joshtr... | bors | -8/+44 |
| 2022-04-26 | Add `set_inheritable` for Windows `Handle`s | Chris Denton | -0/+12 |
| 2022-04-24 | Auto merge of #94609 - esp-rs:esp-idf-stat-type-fixes, r=Mark-Simulacrum | bors | -12/+12 |
| 2022-04-19 | Make `BorrowedFd::borrow_raw` a const fn. | Dan Gohman | -5/+5 |
| 2022-04-19 | espidf: fix stat | Scott Mabin | -12/+12 |
| 2022-04-18 | Add a comment explaining the `(())` idiom for empty structs. | Dan Gohman | -0/+2 |
| 2022-04-18 | Split `NotHandle` into `NullHandleError` and `InvalidHandleError`. | Dan Gohman | -14/+31 |
| 2022-04-18 | Move the `Error` impl for `NotHandle` out of platform-independent code. | Dan Gohman | -0/+3 |
| 2022-04-18 | Fix an incorrect word in a comment. | Dan Gohman | -2/+2 |
| 2022-04-18 | Define a dedicated error type for `HandleOrNull` and `HandleOrInvalid`. | Dan Gohman | -6/+20 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -123/+123 |
| 2022-04-11 | Fix documentation for wasm32-unknown-unknown | O01eg | -4/+4 |
| 2022-04-05 | Rollup merge of #88025 - devnexen:netbsd_scm_creds, r=Amanieu | Dylan DPC | -13/+92 |
| 2022-04-04 | Rollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnay | Dylan DPC | -1/+1 |
| 2022-04-04 | Bump windows CommandExt::raw_arg to 1.62 | David Tolnay | -1/+1 |
| 2022-04-04 | ScmCredentials netbsd implementation. | David Carlier | -13/+92 |
| 2022-03-29 | fix unix typedef | Aria Beingessner | -1/+1 |
| 2022-03-29 | Make some linux/unix APIs better conform to strict provenance. | Alexis Beingessner | -2/+2 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -1/+3 |