| Age | Commit message (Expand) | Author | Lines |
| 2022-10-10 | Rollup merge of #101118 - devnexen:fs_getmode_bsd, r=Mark-Simulacrum | Yuki Okushi | -2/+16 |
| 2022-10-09 | Auto merge of #93668 - SUPERCILEX:path_alloc, r=joshtriplett | bors | -178/+164 |
| 2022-10-08 | std: optimize TLS on Windows | joboet | -5/+0 |
| 2022-10-08 | std: do not use dispatch semaphore under miri (yet) | joboet | -5/+8 |
| 2022-10-08 | std: remove unused linker attribute | joboet | -1/+1 |
| 2022-10-06 | Don't needless link to `libresolv` on Darwin in libstd | Thom Chiovoloni | -4/+0 |
| 2022-10-06 | std: use semaphore for thread parking on Apple platforms | joboet | -1/+140 |
| 2022-10-05 | Revert "Use getentropy when possible on all Apple platforms" | BlackHoleFox | -56/+38 |
| 2022-10-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -178/+164 |
| 2022-10-01 | Error instead of panicking when setting file times if the passed `SystemTime`... | beetrees | -41/+21 |
| 2022-09-28 | Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant` | beetrees | -13/+21 |
| 2022-09-26 | fs::get_path solarish version. | David Carlier | -2/+9 |
| 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-11 | std: use correct clock in `park_timeout` on Horizon | joboet | -2/+4 |
| 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 | 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 |