| Age | Commit message (Expand) | Author | Lines |
| 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-28 | Yield the thread when waiting to delete a file | Chris Denton | -0/+3 |
| 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-26 | Retry deleting a directory | Chris Denton | -2/+15 |
| 2022-04-26 | Windows: Iterative `remove_dir_all` | Chris Denton | -77/+67 |
| 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 |
| 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 |