| Age | Commit message (Expand) | Author | Lines |
| 2022-07-25 | Implement `fs::get_path` for FreeBSD. | David CARLIER | -0/+14 |
| 2022-07-23 | Auto merge of #97925 - the8472:cgroupv1, r=joshtriplett | bors | -46/+189 |
| 2022-07-21 | Rollup merge of #98707 - joboet:fuchsia_locks, r=m-ou-se | Matthias Krüger | -64/+256 |
| 2022-07-21 | remove unused import | joboet | -1/+1 |
| 2022-07-20 | owner is not micro (correct typo) | joboet | -1/+1 |
| 2022-07-20 | Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomcc | Dylan DPC | -20/+61 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -20/+61 |
| 2022-07-18 | std: panic instead of deadlocking in mutex implementation on Fuchsia | joboet | -16/+15 |
| 2022-07-12 | std: fix issue with perma-locked mutexes on Fuchsia | joboet | -9/+20 |
| 2022-06-30 | std: use futex-based locks on Fuchsia | joboet | -64/+246 |
| 2022-06-25 | Rollup merge of #98194 - m-ou-se:leak-locked-pthread-mutex, r=Amanieu | Matthias Krüger | -1/+35 |
| 2022-06-24 | scan mountinfo when hardcoded cgroupv1 mountpoints don't work | The 8472 | -19/+83 |
| 2022-06-22 | Rollup merge of #96768 - m-ou-se:futex-fuchsia, r=tmandry | Yuki Okushi | -0/+51 |
| 2022-06-21 | Use futex based thread parker on Fuchsia. | Mara Bos | -0/+51 |
| 2022-06-20 | Leak pthreax_rwlock_t when it's dropped while locked. | Mara Bos | -0/+16 |
| 2022-06-17 | Auto merge of #98143 - cuviper:futex-rwlock-inline, r=thomcc | bors | -0/+9 |
| 2022-06-16 | Leak pthreax_mutex_t when it's dropped while locked. | Mara Bos | -1/+19 |
| 2022-06-15 | Add `#[inline]` to small fns of futex `RwLock` | Josh Stone | -0/+9 |
| 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-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-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-05 | Remove SIGIO reference on Haiku | Ryan Zoeller | -0/+1 |
| 2022-06-04 | Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton | bors | -0/+10 |
| 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 | -28/+62 |
| 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 | -14/+36 |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -14/+26 |
| 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 | -0/+10 |
| 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-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-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -13/+0 |
| 2022-05-06 | Share more unix SystemTime code | Josh Stone | -101/+57 |
| 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 |