| Age | Commit message (Expand) | Author | Lines |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -55/+96 |
| 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-08 | remove unneeded code | Stefan Lankes | -5/+0 |
| 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 | Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-se | Yuki Okushi | -119/+31 |
| 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 |
| 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 | -29/+2 |
| 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 | Share more unix SystemTime code | Josh Stone | -101/+57 |
| 2022-05-06 | [feat] Make sys::windows::os_str::Slice repr(transparent) | gimbles | -1/+2 |
| 2022-05-06 | Use statx's 64-bit times on 32-bit linux-gnu | Josh Stone | -38/+79 |
| 2022-05-06 | Use __clock_gettime64 on 32-bit linux-gnu | Josh Stone | -0/+27 |
| 2022-05-06 | unix: always use 64-bit Timespec | Josh Stone | -67/+65 |
| 2022-05-03 | Round timeouts up to infinite in futex_wait on DragonFlyBSD. | Mara Bos | -9/+8 |