| Age | Commit message (Expand) | Author | Lines |
| 2025-02-01 | docs: Documented Send and Sync requirements for Mutex + MutexGuard | Ross Sullivan | -2/+30 |
| 2025-02-01 | stabilize `once_wait` | Slanterns | -7/+3 |
| 2025-01-31 | Update fs.rs | Tommaso Allevi | -0/+1 |
| 2025-01-30 | std::range | Peter Jaszkowiak | -0/+2 |
| 2025-01-30 | Rollup merge of #136288 - joshtriplett:would-you-could-you-with-some-locks--w... | Matthias Krüger | -17/+40 |
| 2025-01-30 | Rollup merge of #135475 - Ayush1325:uefi-absolute-path, r=jhpratt | Matthias Krüger | -5/+158 |
| 2025-01-30 | Improve instant docs | Marijn Schouten | -2/+8 |
| 2025-01-30 | Improve documentation for file locking | Josh Triplett | -17/+40 |
| 2025-01-29 | Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-29 | Rollup merge of #136092 - tbu-:pr_io_pipe_test, r=joboet | Matthias Krüger | -1/+1 |
| 2025-01-29 | Rollup merge of #136186 - Ayush1325:uefi-process-args-fix, r=nicholasbishop,N... | León Orell Valerian Liehr | -4/+3 |
| 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 | -11/+5 |
| 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 env modifying tests to a separate integration test | bjorn3 | -160/+166 |
| 2025-01-26 | Fix for SGX | bjorn3 | -1/+1 |
| 2025-01-26 | Fix benchmarking of libstd | bjorn3 | -0/+1 |
| 2025-01-26 | Move std::sync unit tests to integration tests | bjorn3 | -99/+101 |
| 2025-01-26 | Move std::thread_local unit tests to integration tests | bjorn3 | -14/+16 |
| 2025-01-26 | Move std::time unit tests to integration tests | bjorn3 | -53/+53 |
| 2025-01-26 | Move std::path unit tests to integration tests | bjorn3 | -128/+139 |
| 2025-01-26 | Move std::panic unit tests to integration tests | bjorn3 | -7/+4 |
| 2025-01-26 | Move std::num unit tests to integration tests | bjorn3 | -6/+3 |
| 2025-01-26 | Move std float unit tests to integration tests | bjorn3 | -71/+59 |
| 2025-01-26 | Move std::error unit tests to integration tests | bjorn3 | -9/+4 |
| 2025-01-26 | Move std::env unit tests to integration tests | bjorn3 | -123/+120 |
| 2025-01-26 | Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubilee | Jacob Pratt | -11/+5 |
| 2025-01-26 | Windows: Test that deleting a running binary fails | Chris Denton | -2/+12 |
| 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 | -12/+8 |
| 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 | -13/+5 |