| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | Allow Rust to use a number of libc filesystem calls | Erick Tryzelaar | -1/+17 |
| 2025-01-28 | Stabilize `get_many_mut` as `get_disjoint_mut` | Pavel Grigorenko | -1/+0 |
| 2025-01-28 | uefi: process: Fix args | Ayush Singh | -4/+3 |
| 2025-01-28 | Rollup merge of #136012 - hkBst:patch-22, r=workingjubilee,tgross35 | Matthias Krüger | -6/+44 |
| 2025-01-28 | clarify BufRead::{fill_buf, consume} docs | Marijn Schouten | -24/+17 |
| 2025-01-28 | Document powf and powi calls that always return 1.0 | Marijn Schouten | -6/+44 |
| 2025-01-27 | Stabilize `HashMap::get_many_mut` as `HashMap::get_disjoint_mut` | Urgau | -15/+17 |
| 2025-01-27 | Rollup merge of #135876 - usamoi:mpmc-doc, r=tgross35 | Guillaume Gomez | -4/+12 |
| 2025-01-27 | Overhaul examples for PermissionsExt | Marijn Schouten | -49/+75 |
| 2025-01-27 | fix doc for std::sync::mpmc | usamoi | -4/+12 |
| 2025-01-27 | Rollup merge of #135635 - tbu-:pr_io_pipe, r=joboet | León Orell Valerian Liehr | -272/+281 |
| 2025-01-26 | Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhpratt | bors | -10/+3 |
| 2025-01-26 | Test pipes also when not running on Windows and Linux simultaneously | Tobias Bucher | -1/+1 |
| 2025-01-26 | Update `std::io::{pipe, PipeReader, PipeWriter}` docs the new location | Tobias Bucher | -16/+20 |
| 2025-01-26 | Move `std::io::pipe` code into its own file | Tobias Bucher | -272/+277 |
| 2025-01-26 | Move std::sync unit tests to integration tests | bjorn3 | -4130/+8 |
| 2025-01-26 | Move std::thread_local unit tests to integration tests | bjorn3 | -422/+0 |
| 2025-01-26 | Move std::time unit tests to integration tests | bjorn3 | -277/+0 |
| 2025-01-26 | Move std::path unit tests to integration tests | bjorn3 | -2082/+0 |
| 2025-01-26 | Move std::panic unit tests to integration tests | bjorn3 | -59/+0 |
| 2025-01-26 | Move std::num unit tests to integration tests | bjorn3 | -233/+0 |
| 2025-01-26 | Move std float unit tests to integration tests | bjorn3 | -3813/+0 |
| 2025-01-26 | Move std::error unit tests to integration tests | bjorn3 | -447/+0 |
| 2025-01-26 | Move std::env unit tests to integration tests | bjorn3 | -123/+0 |
| 2025-01-26 | Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubilee | Jacob Pratt | -10/+3 |
| 2025-01-26 | Windows: Test that deleting a running binary fails | Chris Denton | -2/+4 |
| 2025-01-26 | Update platform information for remove_file | Chris Denton | -2/+2 |
| 2025-01-26 | Windows: remove readonly files | Chris Denton | -3/+23 |
| 2025-01-25 | Rollup merge of #135948 - bjorn3:update_emscripten_std_tests, r=Mark-Simulacrum | Jacob Pratt | -10/+5 |
| 2025-01-25 | Improve and expand documentation of pipes | Josh Triplett | -8/+14 |
| 2025-01-25 | Correct comment for FreeBSD and DragonFly BSD in unix/thread | Huang Qi | -1/+1 |
| 2025-01-25 | Rollup merge of #135991 - no1wudi:master, r=thomcc | Matthias Krüger | -3/+8 |
| 2025-01-24 | Rollup merge of #135415 - Harshit933:hard-link-error, r=ChrisDenton | Matthias Krüger | -0/+1 |
| 2025-01-24 | Add `File already exists` error doc to `hard_link` function | Harshit Verma | -0/+1 |
| 2025-01-24 | Fix set_name in thread mod for NuttX | Huang Qi | -3/+8 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -11/+3 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -3/+4 |
| 2025-01-24 | Update a bunch of comments from before wasi support was added | bjorn3 | -5/+4 |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -5/+0 |
| 2025-01-24 | Fix testing of the standard library with Emscripten | bjorn3 | -0/+1 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -0/+8 |
| 2025-01-22 | Rollup merge of #135856 - fmease:library-mv-obj-save-dyn-compat-ii, r=tgross35 | Matthias Krüger | -5/+4 |
| 2025-01-22 | Rollup merge of #135837 - ChrisDenton:trunc, r=Noratrieb | Matthias Krüger | -3/+0 |
| 2025-01-22 | Library: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -5/+4 |
| 2025-01-21 | Remove test panic from File::open | Chris Denton | -3/+0 |
| 2025-01-21 | fix OsString::from_encoded_bytes_unchecked description | Marijn Schouten | -2/+2 |
| 2025-01-21 | Auto merge of #135224 - wyfo:tls-panic-outline, r=cuviper | bors | -8/+16 |
| 2025-01-20 | Rollup merge of #135626 - clubby789:env-note, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -0/+8 |
| 2025-01-20 | Rollup merge of #135491 - RalfJung:remove-dead-rustc_allowed_through_unstable... | 许杰友 Jieyou Xu (Joe) | -34/+4 |
| 2025-01-20 | Rollup merge of #135446 - klensy:panic_immediate_abort_ext, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+5 |