| Age | Commit message (Expand) | Author | Lines |
| 2022-06-15 | Document that `BorrowedFd` may be used to do a `dup`. | Dan Gohman | -1/+1 |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -55/+96 |
| 2022-06-15 | Test `copy_to_userspace` function | Raoul Strackx | -1/+33 |
| 2022-06-15 | Ensure userspace allocation is 8-byte aligned | Raoul Strackx | -1/+4 |
| 2022-06-15 | Mitigate MMIO stale data vulnerabilities | Raoul Strackx | -2/+98 |
| 2022-06-15 | Unify copying data from enclave to userspace | Raoul Strackx | -7/+3 |
| 2022-06-14 | Implement stabilization of `#[feature(io_safety)]`. | Dan Gohman | -6/+6 |
| 2022-06-14 | Rollup merge of #98042 - DrMeepster:winfred_std_changes, r=ChrisDenton | Dylan DPC | -8/+10 |
| 2022-06-13 | Enable thread_local_dtor on horizon OS | Ian Chamberlain | -1/+1 |
| 2022-06-13 | Update libc::stat field names | Ian Chamberlain | -1/+6 |
| 2022-06-13 | Enable argv support for horizon OS | Ian Chamberlain | -4/+7 |
| 2022-06-13 | Use the right wait_timeout implementation | AzureMarker | -7/+7 |
| 2022-06-13 | Horizon OS STD support | Meziu | -54/+87 |
| 2022-06-13 | add inline(always) to option | DrMeepster | -0/+1 |
| 2022-06-11 | fix compat_fn option method on miri | DrMeepster | -8/+9 |
| 2022-06-10 | Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplett | bors | -35/+56 |
| 2022-06-10 | use fcntl fallback for additional poll-specific errors | The 8472 | -7/+8 |
| 2022-06-09 | add cgroupv1 support to available_parallelism | The 8472 | -47/+126 |
| 2022-06-09 | Implement ExitCodeExt for Windows | Aron Parker | -0/+6 |
| 2022-06-08 | remove unneeded code | Stefan Lankes | -5/+0 |
| 2022-06-07 | Windows: No panic if function not (yet) available | Chris Denton | -4/+5 |
| 2022-06-06 | Make all {Mutex, Condvar, RwLock}::new #[inline]. | Mara Bos | -0/+8 |
| 2022-06-05 | Remove SIGIO reference on Haiku | Ryan Zoeller | -0/+1 |
| 2022-06-04 | Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton | bors | -1/+15 |
| 2022-06-04 | keep using poll as fast path and only use fcntl as fallback | The 8472 | -19/+64 |
| 2022-06-04 | Rollup merge of #97647 - m-ou-se:lazy-box-locks, r=Amanieu | Dylan DPC | -90/+101 |
| 2022-06-03 | Auto merge of #95833 - notriddle:notriddle/human-readable-signals, r=yaahc | bors | -6/+82 |
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -28/+62 |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -62/+39 |
| 2022-06-02 | Fix MIPS-specific signal bug | Michael Howell | -1/+10 |
| 2022-06-01 | std: show signal number along with name | Michael Howell | -46/+50 |
| 2022-05-30 | Remove "sys isn't exported yet" phrase | est31 | -1/+0 |
| 2022-05-27 | Call the OS function to set the main thread's name on program init | Wesley Wiser | -1/+15 |
| 2022-05-25 | Disable unix::net::ancillary on BSD. | Mara Bos | -18/+2 |
| 2022-05-21 | Fix typo in futex RwLock::write_contended. | Mara Bos | -3/+2 |
| 2022-05-21 | Use GRND_INSECURE instead of /dev/urandom when possible | Jason A. Donenfeld | -0/+15 |
| 2022-05-19 | std: fix deadlock in `Parker` | joboet | -4/+9 |
| 2022-05-19 | Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-se | Yuki Okushi | -119/+31 |
| 2022-05-18 | std: use an event flag based thread parker on SOLID | joboet | -3/+114 |
| 2022-05-18 | Rollup merge of #96917 - marti4d:master, r=ChrisDenton | Dylan DPC | -4/+74 |
| 2022-05-17 | Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" | Mark Rousskov | -119/+31 |
| 2022-05-16 | Improve error message for fallback RNG failure | Chris Martin | -1/+1 |
| 2022-05-15 | fix use of SetHandleInformation on UWP | bdbai | -1/+13 |
| 2022-05-13 | Address review feedback | Chris Martin | -31/+22 |
| 2022-05-11 | Use `fcntl(fd, F_GETFD)` to detect if standard streams are open | Tomasz Miąsko | -31/+6 |
| 2022-05-11 | to_timespec could be unused by some targets | Sébastien Marie | -0/+1 |
| 2022-05-11 | avoid using both Some() and ? on linux/android/freebsd code | Sébastien Marie | -1/+1 |
| 2022-05-11 | openbsd: convert futex timeout managment to Timespec usage | Sébastien Marie | -9/+7 |
| 2022-05-10 | Make HashMap fall back to RtlGenRandom if BCryptGenRandom fails | Chris Martin | -4/+83 |
| 2022-05-11 | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | -29/+2 |