| Age | Commit message (Expand) | Author | Lines |
| 2023-03-30 | Refactor glibc time64 support, riscv32 always has 64-bit `time_t` | beetrees | -14/+36 |
| 2023-03-30 | Auto merge of #107221 - kleisauke:getentropy-emscripten, r=ChrisDenton | bors | -2/+3 |
| 2023-03-29 | Auto merge of #108792 - Amanieu:ohos, r=petrochenkov | bors | -1/+4 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -1/+4 |
| 2023-03-27 | socket ancillary data implementation for FreeBSD (from 13 and above). | David CARLIER | -0/+11 |
| 2023-03-14 | Use getentropy() instead of /dev/urandom on Emscripten | Kleis Auke Wolthuizen | -2/+3 |
| 2023-03-06 | Implement read_buf for a few more types | Tomasz Miąsko | -8/+41 |
| 2023-03-04 | Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubilee | bors | -3/+189 |
| 2023-03-03 | Use weak linkage for `preadv` and `pwritev` on MacOS and iOS | Benoît du Garreau | -8/+18 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -1/+1 |
| 2023-03-02 | Use weak linkage on Android | Benoît du Garreau | -4/+96 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -29/+228 |
| 2023-02-28 | Retry to spawn/fork up to 3 times when it failed because of an interruption | Florian Bartels | -2/+64 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -28/+165 |
| 2023-02-27 | Add vectored positioned I/O on Unix | Benoît du Garreau | -3/+87 |
| 2023-02-21 | Remove unused FileDesc::get_cloexec | Tomasz Miąsko | -5/+0 |
| 2023-02-19 | Use custom implementation of read_buf in Read for &'a FileDesc | Tomasz Miąsko | -0/+4 |
| 2023-02-11 | Rollup merge of #106001 - sdroege:glibc-skip-over-null-argv, r=ChrisDenton | Dylan DPC | -6/+22 |
| 2023-01-26 | Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum | Matthias Krüger | -8/+3 |
| 2023-01-23 | Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomcc | bors | -16/+11 |
| 2023-01-18 | signal update string representation for haiku. | David Carlier | -0/+2 |
| 2023-01-17 | refactor[std]: do not use box syntax | joboet | -16/+11 |
| 2023-01-14 | Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC | Matthias Krüger | -25/+25 |
| 2023-01-14 | Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum | Matthias Krüger | -27/+41 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -25/+25 |
| 2023-01-14 | Re-add #[allow(unused)] attr | Ingvar Stepanyan | -0/+1 |
| 2023-01-12 | Avoid __cxa_thread_atexit_impl on Emscripten | Ingvar Stepanyan | -8/+2 |
| 2023-01-11 | Stop probing for statx unless necessary | Mateusz Guzik | -27/+41 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2022-12-30 | Rollup merge of #105903 - joboet:unify_parking, r=m-ou-se | Michael Goulet | -117/+56 |
| 2022-12-30 | std: remove unnecessary `#[cfg]` on NetBSD | joboet | -2/+0 |
| 2022-12-30 | std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c... | joboet | -2/+2 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -2/+2 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -6/+5 |
| 2022-12-29 | std: pass hint to id-based parking functions | joboet | -7/+7 |
| 2022-12-29 | std: unify id-based thread parking implementations | joboet | -115/+56 |
| 2022-12-29 | Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrum | bors | -51/+2 |
| 2022-12-28 | Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-12-28 | delete more `cfg(bootstrap)` | Lukas Markeffsky | -6/+1 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -45/+1 |
| 2022-12-28 | Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomcc | bors | -2/+4 |
| 2022-12-27 | Auto merge of #97176 - kraktus:cmd_debug, r=the8472 | bors | -7/+60 |
| 2022-12-27 | More verbose `Debug` implementation of `std::process:Command` | kraktus | -7/+60 |
| 2022-12-23 | Stop at the first `NULL` argument when iterating `argv` | Sebastian Dröge | -6/+22 |
| 2022-12-22 | std: only use LFS function on glibc | mochaaP | -12/+12 |
| 2022-12-18 | Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrum | bors | -38/+19 |
| 2022-12-17 | Rollup merge of #105458 - Ayush1325:blocking_spawn, r=Mark-Simulacrum | Matthias Krüger | -0/+23 |
| 2022-12-14 | Rollup merge of #105598 - RalfJung:more-comments, r=the8472 | Matthias Krüger | -3/+4 |
| 2022-12-14 | Rollup merge of #105399 - mikebenfield:lfs, r=thomcc | Matthias Krüger | -8/+31 |
| 2022-12-12 | fs: Fix #50619 (again) and add a regression test | Tavian Barnes | -38/+19 |