| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-20 | Preserve the Windows `GetLastError` error in `HandleOrInvalid`. | Dan Gohman | -2/+18 |
| 2022-03-19 | Rollup merge of #93858 - krallin:process-process_group, r=dtolnay | Dylan DPC | -0/+10 |
| 2022-03-19 | Rollup merge of #93263 - sunfishcode:sunfishcode/detatched-console-handle, r=... | Dylan DPC | -7/+30 |
| 2022-03-19 | Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnay | Dylan DPC | -2/+760 |
| 2022-03-14 | Add a `process_group` method to UNIX `CommandExt` | Thomas Orozco | -0/+10 |
| 2022-03-11 | Rollup merge of #94356 - Thomasdezeeuw:stabilize_unix_socket_creation, r=dtolnay | Dylan DPC | -6/+4 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -38/+38 |
| 2022-03-09 | put L4Re specifics into their own platform | Benjamin Lamowski | -2/+760 |
| 2022-03-04 | Fix a compilation error. | Dan Gohman | -1/+1 |
| 2022-03-04 | Consistently present absent stdio handles on Windows as NULL handles. | Dan Gohman | -7/+30 |
| 2022-03-04 | Add #![allow(unexpected_cfgs)] in preparation of global --check-cfg | Loïc BRANSTETT | -0/+3 |
| 2022-03-03 | Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings. | Dan Gohman | -0/+1 |
| 2022-03-03 | Rollup merge of #93562 - sunfishcode:sunfishcode/io-docs, r=joshtriplett | Matthias Krüger | -72/+111 |
| 2022-03-02 | Remove the comment about `FILE_FLAG_OVERLAPPED`. | Dan Gohman | -2/+0 |
| 2022-03-03 | Rollup merge of #93663 - sunfishcode:sunfishcode/as-raw-name, r=joshtriplett | Dylan DPC | -19/+56 |
| 2022-03-03 | Rollup merge of #93354 - sunfishcode:sunfishcode/document-borrowedfd-toowned,... | Dylan DPC | -0/+12 |
| 2022-03-02 | Fix a broken doc link on Windows. | Dan Gohman | -3/+1 |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -216/+21 |
| 2022-02-27 | Stabilize unix_socket_creation | Thomas de Zeeuw | -3/+1 |
| 2022-02-25 | Rename unix::net::SocketAddr::from_path to from_pathname | Thomas de Zeeuw | -3/+3 |
| 2022-02-25 | Fix SGX docs build | Jethro Beekman | -1/+1 |
| 2022-02-10 | Implement `AsFd` for `&T` and `&mut T`. | Dan Gohman | -1/+49 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -20/+20 |