| Age | Commit message (Expand) | Author | Lines |
| 2022-09-25 | Auto merge of #99609 - workingjubilee:lossy-unix-strerror, r=thomcc | bors | -1/+3 |
| 2022-09-22 | Rollup merge of #102036 - Patiga:remove-io-errorkind-other-use-in-std, r=Mark... | Dylan DPC | -2/+2 |
| 2022-09-20 | Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc | bors | -7/+7 |
| 2022-09-20 | Remove use of `io::ErrorKind::Other` in std | Patiga | -2/+2 |
| 2022-09-19 | std: use `sync::RwLock` for internal statics | joboet | -7/+7 |
| 2022-09-10 | std: optimize thread parking on NetBSD | joboet | -12/+136 |
| 2022-09-05 | Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-09-04 | Auto merge of #100576 - joboet:movable_const_remutex, r=Mark-Simulacrum | bors | -7/+1 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-09-03 | std: make `ReentrantMutex` movable and `const`; simplify `Stdout` initialization | joboet | -7/+1 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -6/+30 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -3/+3 |
| 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 | 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 |