| Age | Commit message (Expand) | Author | Lines |
| 2023-05-03 | Use `from_wide_to_user_path` in `read_link` | Chris Denton | -4/+7 |
| 2023-05-03 | Correctly convert an NT path to a Win32 path | Chris Denton | -11/+16 |
| 2023-05-02 | Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomcc | Dylan DPC | -1/+1 |
| 2023-05-01 | Relax implicit `W: Sized` bound on `BufWriter<W>` | Maybe Waffle | -1/+1 |
| 2023-05-01 | Relax implicit `R: Sized` bound on `BufReader<R>` | Maybe Waffle | -1/+1 |
| 2023-05-01 | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-se | Matthias Krüger | -0/+43 |
| 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/+10 |
| 2023-05-01 | Inline socket function implementations | Konrad Borowski | -0/+6 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+27 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -3/+3 |
| 2023-04-28 | avoid duplicating TLS state between test std and realstd | Ralf Jung | -1/+6 |
| 2023-04-28 | remove_dir_all: delete directory with fewer perms | Chris Denton | -19/+22 |
| 2023-04-27 | Remove all in target_thread_local cfg | Ayush Singh | -1/+1 |
| 2023-04-26 | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | -305/+274 |
| 2023-04-26 | Restructure and rename thread local things in std. | Mara Bos | -305/+274 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -4/+4 |
| 2023-04-26 | Rollup merge of #110587 - tomaka:fix-109727, r=jyn514 | jyn | -2/+7 |
| 2023-04-26 | Spelling library/ | Josh Soref | -4/+4 |
| 2023-04-25 | Add FreeBSD cpuset support to std::thread::available_concurrency | Thomas Hurst | -0/+19 |
| 2023-04-20 | More `mem::take` in `library` | Scott McMurray | -1/+1 |
| 2023-04-20 | Fix `std` compilation error for wasi+atomics | Pierre Krieger | -2/+7 |
| 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-08 | Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times` | beetrees | -2/+39 |
| 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 |