| Age | Commit message (Expand) | Author | Lines |
| 2022-08-11 | Rollup merge of #100287 - cuviper:no-linux-prctl, r=Mark-Simulacrum | Dylan DPC | -3/+9 |
| 2022-08-11 | promote debug_assert to assert | Vincenzo Palazzo | -2/+6 |
| 2022-08-10 | add crt-static for android | Bryanskiy | -2/+4 |
| 2022-08-08 | Replace pointer casting in hashmap_random_keys with safe code | BlackHoleFox | -9/+9 |
| 2022-08-08 | linux: Use `pthread_setname_np` instead of `prctl` | Josh Stone | -3/+9 |
| 2022-08-07 | Fix HorizonOS regression in FileTimes | Andrea Ciliberti | -5/+5 |
| 2022-08-05 | non-linux platforms | Nick Cameron | -4/+4 |
| 2022-08-04 | std::io: migrate ReadBuf to BorrowBuf/BorrowCursor | Nick Cameron | -9/+8 |
| 2022-08-03 | FilesTimes support does not build for ESP-IDF | Ivan Markov | -3/+7 |
| 2022-08-01 | Auto merge of #98246 - joshtriplett:times, r=m-ou-se | bors | -1/+88 |
| 2022-07-31 | Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplett | bors | -2/+2 |
| 2022-07-30 | Fix warnings in stubbed out set_times | Josh Triplett | -4/+5 |
| 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-22 | Recover error strings on Unix from_lossy_utf8 | Jubilee Young | -1/+3 |
| 2022-07-22 | Stub out `set_times` to return unsupported on Redox | Josh Triplett | -2/+13 |
| 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-15 | Don't fall back to futimes on Android; it needs a newer API level than futimens | Josh Triplett | -7/+18 |
| 2022-07-15 | Also use fallback for futimens on Android | Josh Triplett | -3/+3 |
| 2022-07-15 | Support setting file accessed/modified timestamps | Josh Triplett | -0/+64 |
| 2022-07-12 | std: fix issue with perma-locked mutexes on Fuchsia | joboet | -9/+20 |
| 2022-07-06 | changes from feedback | David Carlier | -12/+8 |
| 2022-07-06 | doc additions | David Carlier | -0/+5 |
| 2022-07-06 | socket `set_mark` addition. | David Carlier | -0/+10 |
| 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-23 | Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding | Linus Färnstrand | -2/+2 |
| 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 |