| Age | Commit message (Expand) | Author | Lines |
| 2023-05-15 | Add creation time support to `FileTimes` on apple and windows | beetrees | -15/+37 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -1/+1 |
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -22/+58 |
| 2023-05-06 | Rollup merge of #110830 - Freaky:freebsd-cpuset, r=thomcc | Yuki Okushi | -0/+19 |
| 2023-05-05 | Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomcc | Dylan DPC | -12/+4 |
| 2023-05-01 | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-se | Matthias Krüger | -0/+15 |
| 2023-05-01 | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplett | Matthias Krüger | -2/+39 |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+5 |
| 2023-05-01 | Inline socket function implementations | Konrad Borowski | -0/+3 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+7 |
| 2023-04-26 | Spelling library/ | Josh Soref | -2/+2 |
| 2023-04-25 | Add FreeBSD cpuset support to std::thread::available_concurrency | Thomas Hurst | -0/+19 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -5/+0 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-04-14 | Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDenton | bors | -3/+4 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -5/+0 |
| 2023-04-10 | Fix typos in library | DaniPopes | -1/+1 |
| 2023-04-08 | Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times` | beetrees | -2/+39 |
| 2023-04-03 | avoid zero-copy ops for File->Pipe and File->Socket in io::copy | The 8472 | -16/+46 |
| 2023-04-03 | test that modifications to the source don't become visible after io::copy | The 8472 | -0/+42 |
| 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-22 | Check the presence of linkat() on Solaris (not available in version 10, avail... | Daniel Laügt | -5/+6 |
| 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 |