| Age | Commit message (Expand) | Author | Lines |
| 2022-11-20 | enable fuzzy_provenance_casts lint in libstd | Ralf Jung | -0/+1 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -0/+17 |
| 2022-07-27 | Rollup merge of #98583 - joshtriplett:stabilize-windows-symlink-types, r=thomcc | Yuki Okushi | -5/+9 |
| 2022-07-11 | Auto merge of #97841 - nvzqz:inline-encode-wide, r=thomcc | bors | -0/+1 |
| 2022-07-07 | Rollup merge of #97917 - AronParker:master, r=ChrisDenton | Matthias Krüger | -0/+23 |
| 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-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 | Add the new stability attributes, for Windows. | Dan Gohman | -0/+2 |
| 2022-06-15 | Revise the documentation for `try_clone`. | Dan Gohman | -4/+4 |
| 2022-06-15 | Add `BorrowedFd::try_clone_to_owned`. | Dan Gohman | -14/+30 |
| 2022-06-15 | Document that `BorrowedFd` may be used to do a `dup`. | Dan Gohman | -3/+9 |
| 2022-06-14 | Implement stabilization of `#[feature(io_safety)]`. | Dan Gohman | -28/+89 |
| 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-07 | Inline Windows `OsStrExt::encode_wide` | Nikolai Vazquez | -0/+1 |
| 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/+26 |
| 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/+27 |
| 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 | -3/+3 |
| 2022-05-11 | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | -1/+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 | -1/+0 |
| 2022-04-29 | Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se | bors | -0/+12 |
| 2022-04-26 | Add `set_inheritable` for Windows `Handle`s | Chris Denton | -0/+12 |
| 2022-04-19 | Make `BorrowedFd::borrow_raw` a const fn. | Dan Gohman | -3/+3 |
| 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-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-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 #93263 - sunfishcode:sunfishcode/detatched-console-handle, r=... | Dylan DPC | -7/+30 |