| Age | Commit message (Expand) | Author | Lines |
| 2022-04-09 | Rollup merge of #95802 - RalfJung:unused-win, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2022-04-08 | fix some unused constant warning on some Windows targets | Ralf Jung | -0/+1 |
| 2022-04-08 | Auto merge of #95798 - Dylan-DPC:rollup-51hx1wl, r=Dylan-DPC | bors | -2/+5 |
| 2022-04-08 | Auto merge of #95775 - RalfJung:miri-windows-compat, r=ChrisDenton | bors | -8/+17 |
| 2022-04-07 | Windows: Increase a pipe's buffer capacity to 64kb | Chris Denton | -2/+5 |
| 2022-04-07 | do not round-trip function pointer through integer | Ralf Jung | -5/+4 |
| 2022-04-07 | make windows compat_fn (crudely) work on Miri | Ralf Jung | -4/+14 |
| 2022-04-06 | Rename RWLock to RwLock in std::sys. | Mara Bos | -8/+8 |
| 2022-04-05 | Use rtabort | Chris Denton | -2/+1 |
| 2022-04-05 | Make `synchronous_write` safe to call | Chris Denton | -23/+18 |
| 2022-04-05 | Complete reads and writes synchronously or abort | Chris Denton | -66/+137 |
| 2022-04-05 | Correct definition of `IO_STATUS_BLOCK` | Chris Denton | -5/+11 |
| 2022-04-04 | Rollup merge of #95467 - ChrisDenton:async-read-pipe, r=joshtriplett | Dylan DPC | -2/+140 |
| 2022-04-04 | Correct calling convention | Chris Denton | -2/+2 |
| 2022-04-04 | Update library/std/src/sys/windows/pipe.rs | Chris Denton | -4/+6 |
| 2022-03-30 | Synchronize asynchronous pipe reads and writes | Chris Denton | -2/+138 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -16/+19 |
| 2022-03-23 | Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnay | bors | -5/+9 |
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -5/+9 |
| 2022-03-19 | Skip a test if symlink creation is not possible | Chris Denton | -2/+9 |
| 2022-03-19 | Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnay | Dylan DPC | -30/+44 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -5/+3 |
| 2022-03-09 | Use `unreachable!` for an unreachable code path | Chris Denton | -1/+7 |
| 2022-03-04 | Rollup merge of #94618 - lewisclark:remove-stack-size-rounding, r=yaahc | Dylan DPC | -4/+1 |
| 2022-03-04 | Don't round stack size up for created threads | Lewis Clark | -4/+1 |
| 2022-03-03 | Use `HandleOrNull` and `HandleOrInvalid` in the Windows FFI bindings. | Dan Gohman | -17/+21 |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -1/+1 |
| 2022-02-20 | use `BOOL` for `TCP_NODELAY` `setsockopt` value on Windows | Chris Copeland | -2/+2 |
| 2022-02-17 | Keep the path after `program_exists` succeeds | Chris Denton | -22/+23 |
| 2022-02-17 | Use verbatim paths for `process::Command` if necessary | Chris Denton | -13/+26 |
| 2022-02-14 | Maintain broken symlink behaviour for the Windows exe resolver | Chris Denton | -2/+30 |
| 2022-02-13 | Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrum | bors | -0/+16 |
| 2022-02-13 | make Instant::{duration_since, elapsed, sub} saturating and remove workarounds | The8472 | -8/+0 |
| 2022-02-10 | Rename to `InvalidFilename` | Yuki Okushi | -2/+2 |
| 2022-02-10 | Map `ERROR_INVALID_NAME` to `FilenameInvalid` | Yuki Okushi | -1/+2 |
| 2022-02-10 | Rename `FilenameTooLong` to `FilenameInvalid` | Yuki Okushi | -1/+1 |
| 2022-02-10 | windows: Map `ERROR_INVALID_NAME` as `InvalidInput` | Yuki Okushi | -1/+1 |
| 2022-02-09 | Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnay | Yuki Okushi | -0/+6 |
| 2022-02-08 | Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisa | Matthias Krüger | -6/+17 |
| 2022-02-08 | `std::path::absolute` | Chris Denton | -0/+16 |
| 2022-02-06 | Add From<u8> for ExitCode | Jane Lusby | -0/+6 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -27/+25 |
| 2022-01-25 | make Windows abort_internal Miri-compatible | Ralf Jung | -0/+1 |
| 2022-01-25 | Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett | Matthias Krüger | -76/+9 |
| 2022-01-24 | Use `NtCreateFile` instead of `NtOpenFile` to open a file | Chris Denton | -6/+17 |
| 2022-01-19 | Fix CVE-2022-21658 for Windows | Chris Denton | -27/+419 |
| 2022-01-05 | Rollup merge of #92517 - ChrisDenton:explicit-path, r=dtolnay | Matthias Krüger | -33/+37 |
| 2022-01-04 | Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Ma... | Matthias Krüger | -18/+54 |
| 2022-01-03 | Explicitly pass `PATH` to the Windows exe resolver | Chris Denton | -33/+37 |
| 2021-12-28 | Fix windows build | Xuanwo | -0/+9 |