| Age | Commit message (Expand) | Author | Lines |
| 2022-05-17 | Revert "Add `set_inheritable` for Windows `Handle`s" | Mark Rousskov | -4/+0 |
| 2022-05-17 | Revert "Windows: Make stdin pipes synchronous" | Mark Rousskov | -85/+31 |
| 2022-05-17 | Revert "Note the importance of using sync pipes" | Mark Rousskov | -19/+1 |
| 2022-05-11 | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | -5/+0 |
| 2022-05-10 | Expose process main_thread_handle on Windows | unknown | -7/+38 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -5/+0 |
| 2022-05-09 | Auto merge of #96802 - gimbles:windows_slice, r=thomcc | bors | -0/+1 |
| 2022-05-08 | fix panic in Path::strip_prefix | name1e5s | -0/+12 |
| 2022-05-07 | [fix] remove pub(crate) visibility | gimbles | -1/+1 |
| 2022-05-06 | [feat] Make sys::windows::os_str::Slice repr(transparent) | gimbles | -1/+2 |
| 2022-04-29 | Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se | bors | -31/+107 |
| 2022-04-28 | Auto merge of #96393 - joboet:pthread_parker, r=thomcc | bors | -7/+13 |
| 2022-04-27 | Note the importance of using sync pipes | Chris Denton | -1/+19 |
| 2022-04-26 | Windows: Make stdin pipes synchronous | Chris Denton | -31/+85 |
| 2022-04-26 | Add `set_inheritable` for Windows `Handle`s | Chris Denton | -0/+4 |
| 2022-04-25 | std: directly use pthread in UNIX parker implementation | joboet | -7/+13 |
| 2022-04-25 | Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett | bors | -91/+191 |
| 2022-04-23 | Auto merge of #96314 - AronParker:issue-96297-fix, r=thomcc | bors | -1/+7 |
| 2022-04-23 | Auto merge of #94887 - dylni:move-normpath-crate-impl-to-libstd, r=ChrisDenton | bors | -29/+115 |
| 2022-04-22 | Remove redundant type annotation | Aron Parker | -1/+1 |
| 2022-04-22 | Reduce allocations for path conversions on Windows | Aron Parker | -1/+7 |
| 2022-04-17 | Improve Windows path prefix parsing | dylni | -29/+115 |
| 2022-04-16 | Use a single ReentrantMutex implementation on all platforms. | Mara Bos | -50/+1 |
| 2022-04-15 | Auto merge of #94079 - petrochenkov:cstr, r=joshtriplett | bors | -1/+0 |
| 2022-04-15 | Auto merge of #95841 - ChrisDenton:pipe-server, r=m-ou-se | bors | -1/+50 |
| 2022-04-14 | library: Remove definitions and reexports of `strlen` from libstd | Vadim Petrochenkov | -1/+0 |
| 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 | Windows: Use a pipe relay for chaining pipes | Chris Denton | -1/+50 |
| 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-25 | Check for `"` and `\` in a filename | Chris Denton | -1/+9 |
| 2022-03-23 | Auto merge of #95173 - m-ou-se:sys-locks-module, r=dtolnay | bors | -5/+9 |
| 2022-03-23 | Command: handle exe and batch files separately | Chris Denton | -22/+113 |
| 2022-03-23 | Refactor: Move argument building into args | Chris Denton | -69/+70 |
| 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 |