| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | unix_sigpipe: Make `sigpipe` param docs long-form | Martin Nordholts | -2/+1 |
| 2022-08-31 | unix_sigpipe: Add docs for `init()` `sigpipe` param | Martin Nordholts | -0/+2 |
| 2022-08-31 | unix_sigpipe: Inline compiler sigpipe constants in std | Martin Nordholts | -3/+9 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 2022-08-31 | Rollup merge of #101011 - BlackHoleFox:apple-random-improvements, r=thomcc | Matthias Krüger | -38/+56 |
| 2022-08-29 | Auto merge of #100786 - sunshowers:macos-posix-chdir, r=sunshowers | bors | -1/+60 |
| 2022-08-29 | Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay | Matthias Krüger | -0/+11 |
| 2022-08-28 | Use posix_spawn for absolute paths on macOS | Rain | -1/+60 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -6/+23 |
| 2022-08-28 | Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay | bors | -0/+11 |
| 2022-08-28 | fs::get_mode enable getting the data via fcntl/F_GETFL on major BSD | David Carlier | -2/+16 |
| 2022-08-28 | Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum | Matthias Krüger | -9/+8 |
| 2022-08-25 | Use getentropy when possible on all Apple platforms | BlackHoleFox | -38/+56 |
| 2022-08-23 | Auto merge of #100782 - thomcc:fix-android-sigaddset, r=Mark-Simulacrum | bors | -3/+23 |
| 2022-08-21 | Fix redundant comparison | Thom Chiovoloni | -1/+1 |
| 2022-08-20 | Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgr | bors | -0/+2 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -17/+31 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -17/+31 |
| 2022-08-19 | Align android `sigaddset` impl with the reference impl from Bionic | Thom Chiovoloni | -3/+23 |
| 2022-08-18 | silence some unused-fn warnings in miri std builds | Ralf Jung | -0/+2 |
| 2022-08-18 | Address reviewer comments | Nick Cameron | -2/+2 |
| 2022-08-14 | Rollup merge of #100249 - Meziu:master, r=joshtriplett | Matthias Krüger | -5/+5 |
| 2022-08-13 | created tcpstream quickack trait | Berend-Jan Lange | -0/+11 |
| 2022-08-12 | Auto merge of #99624 - vincenzopalazzo:macros/unix_error, r=Amanieu | bors | -2/+6 |
| 2022-08-11 | Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkov | Matthias Krüger | -2/+4 |
| 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 |