| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | Windows: map a few more error codes to ErrorKind | Chris Denton | -3/+6 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -6/+0 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -2/+2 |
| 2023-04-14 | Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDenton | bors | -3/+4 |
| 2023-04-13 | Auto merge of #108283 - the8472:remove-splice-into-pipe, r=ChrisDenton | bors | -16/+88 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -6/+0 |
| 2023-04-11 | Rollup merge of #110173 - solid-rs:patch/kmc-solid/socket-read-buf, r=cuviper | Michael Goulet | -6/+17 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+1 |
| 2023-04-11 | kmc-solid: Implement `Socket::read_buf` | Tomoaki Kawada | -6/+17 |
| 2023-04-10 | Fix typos in library | DaniPopes | -2/+2 |
| 2023-04-07 | Rollup merge of #109960 - thomcc:symlink-junction-buffer-overrun, r=ChrisDenton | Matthias Krüger | -9/+25 |
| 2023-04-07 | Rollup merge of #109806 - Zoxc:gnu-tls, r=pnkfelix | Matthias Krüger | -1/+3 |
| 2023-04-05 | Fix buffer overrun in (test-only) symlink_junction | Thom Chiovoloni | -9/+25 |
| 2023-04-04 | library/std: Add support for loongarch64 | zhaixiaojuan | -0/+1 |
| 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-04-03 | Rollup merge of #109722 - hermitcore:read, r=Mark-Simulacrum | Matthias Krüger | -7/+24 |
| 2023-03-31 | Workaround #109797 on windows-gnu | John Kåre Alsaker | -1/+3 |
| 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 | Rollup merge of #107387 - joboet:hermit_random, r=ChrisDenton | Matthias Krüger | -2/+11 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -48/+4 |
| 2023-03-29 | Implement read_buf for RustHermit | Stefan Lankes | -7/+24 |
| 2023-03-29 | std: use `cvt` to handle errors from `read_entropy` on Hermit | joboet | -9/+3 |
| 2023-03-29 | Auto merge of #108792 - Amanieu:ohos, r=petrochenkov | bors | -1/+4 |
| 2023-03-29 | Use #[inline] on Windows for thread local access | John Kåre Alsaker | -48/+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-24 | Rollup merge of #109368 - hermitcore:typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-03-22 | Check the presence of linkat() on Solaris (not available in version 10, avail... | Daniel Laügt | -5/+6 |
| 2023-03-21 | Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett | Matthias Krüger | -38/+62 |
| 2023-03-21 | Rollup merge of #108326 - tmiasko:read-buf, r=thomcc | nils | -24/+136 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -47/+40 |
| 2023-03-19 | fix typo in the creation of OpenOption | Stefan Lankes | -1/+1 |
| 2023-03-19 | Rollup merge of #108798 - devsnek:panic-pal-exception, r=workingjubilee | Dylan DPC | -0/+9 |
| 2023-03-17 | review | Gus Caplan | -2/+2 |
| 2023-03-17 | move default backtrace setting to sys | Gus Caplan | -0/+9 |
| 2023-03-17 | Modify code style as per comments | NagaChaitanya Vellanki | -7/+5 |
| 2023-03-16 | run rustfmt on changes | NagaChaitanya Vellanki | -1/+1 |
| 2023-03-16 | fallback to lstat when stat fails on Windows | NagaChaitanya Vellanki | -1/+13 |
| 2023-03-14 | Use getentropy() instead of /dev/urandom on Emscripten | Kleis Auke Wolthuizen | -2/+3 |
| 2023-03-13 | Rollup merge of #108507 - hermitcore:new, r=m-ou-se | Matthias Krüger | -4/+3 |
| 2023-03-10 | Moved thread_local implementation to sys::common | Ayush Singh | -315/+717 |
| 2023-03-10 | Split __thread_local_inner macro | Ayush Singh | -194/+316 |
| 2023-03-10 | Move __thread_local_inner to sys | Ayush Singh | -0/+194 |
| 2023-03-06 | Implement read_buf for a few more types | Tomasz Miąsko | -24/+136 |
| 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 | -2/+2 |
| 2023-03-02 | Use weak linkage on Android | Benoît du Garreau | -4/+96 |