| Age | Commit message (Expand) | Author | Lines |
| 2023-05-03 | Remove unnecessary Send bound | Gil Shoshan | -3/+3 |
| 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 | -12/+21 |
| 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 `LineWriter<W>` | Maybe Waffle | -27/+29 |
| 2023-05-01 | Relax implicit `W: Sized` bound on `BufWriter<W>` | Maybe Waffle | -70/+72 |
| 2023-05-01 | Relax implicit `R: Sized` bound on `BufReader<R>` | Maybe Waffle | -14/+17 |
| 2023-05-01 | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-se | Matthias Krüger | -0/+69 |
| 2023-05-01 | Rollup merge of #110987 - infdahai:wasi_clock_time, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2023-05-01 | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplett | Matthias Krüger | -2/+39 |
| 2023-05-01 | Rollup merge of #109540 - marcospb19:edit-Path-with_file_name-example, r=m-ou-se | Matthias Krüger | -5/+11 |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+11 |
| 2023-05-01 | Inline socket function implementations | Konrad Borowski | -0/+9 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+49 |
| 2023-04-29 | update wasi_clock_time_api ref. | clundro | -2/+2 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -53/+28 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -44/+44 |
| 2023-04-28 | avoid duplicating TLS state between test std and realstd | Ralf Jung | -17/+22 |
| 2023-04-28 | Auto merge of #110924 - matthiaskrgr:rollup-jvznpq2, r=matthiaskrgr | bors | -19/+22 |
| 2023-04-28 | Rollup merge of #110898 - m-ou-se:remove-unused-thread-local-key, r=cuviper | Yuki Okushi | -80/+1 |
| 2023-04-28 | Rollup merge of #110620 - Nilstrieb:document-the-undocumented, r=thomcc | Yuki Okushi | -2/+20 |
| 2023-04-28 | remove_dir_all: delete directory with fewer perms | Chris Denton | -19/+22 |
| 2023-04-27 | Rollup merge of #106599 - MikailBag:patch-1, r=jyn514 | Matthias Krüger | -4/+4 |
| 2023-04-27 | Rollup merge of #106456 - kadiwa4:std-prelude-comment, r=jyn514 | Matthias Krüger | -4/+4 |
| 2023-04-27 | Rollup merge of #105745 - philpax:patch-1, r=jyn514 | Matthias Krüger | -0/+5 |
| 2023-04-27 | Document `const {}` syntax for `std::thread_local`. | Nilstrieb | -2/+20 |
| 2023-04-27 | correct `std::prelude` comment | KaDiWa | -4/+4 |
| 2023-04-27 | Update test. | Mara Bos | -19/+1 |
| 2023-04-27 | Remove unused std::sys_common::thread_local_key::Key. | Mara Bos | -61/+0 |
| 2023-04-27 | Remove all in target_thread_local cfg | Ayush Singh | -1/+1 |
| 2023-04-27 | Auto merge of #110562 - ComputerDruid:riscv, r=tmandry | bors | -0/+6 |
| 2023-04-27 | docs(std): clarify `remove_dir_all` errors | Philpax | -0/+5 |
| 2023-04-26 | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | -311/+283 |
| 2023-04-26 | Restructure and rename thread local things in std. | Mara Bos | -311/+283 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -19/+20 |
| 2023-04-26 | Rollup merge of #110587 - tomaka:fix-109727, r=jyn514 | jyn | -2/+7 |
| 2023-04-26 | Rollup merge of #110266 - tgross35:try-exists-wording, r=jyn514 | jyn | -6/+9 |
| 2023-04-26 | rewrite: line_long_tail_not_flushed description | Josh Soref | -3/+4 |
| 2023-04-26 | rewrite: long_line_flushed description | Josh Soref | -3/+3 |
| 2023-04-26 | Spelling library/ | Josh Soref | -13/+13 |
| 2023-04-25 | Add definitions for riscv64gc-unknown-fuchsia | Dan Johnson | -0/+6 |
| 2023-04-25 | Add FreeBSD cpuset support to std::thread::available_concurrency | Thomas Hurst | -0/+19 |
| 2023-04-25 | Rollup merge of #110782 - matthiaskrgr:revert_panic_oom, r=Amanieu | Matthias Krüger | -29/+93 |
| 2023-04-24 | Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieu | bors | -1/+37 |
| 2023-04-25 | Revert "Report allocation errors as panics" | Matthias Krüger | -27/+17 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -2/+76 |
| 2023-04-23 | Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplett | bors | -24/+43 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -93/+29 |
| 2023-04-21 | Limit read size in `File::read_to_end` loop | Chris Denton | -24/+43 |
| 2023-04-21 | Rollup merge of #110633 - scottmcm:more-take, r=thomcc | Dylan DPC | -5/+5 |