| Age | Commit message (Expand) | Author | Lines |
| 2025-05-21 | Disable autodiff bootstrapping | Marcelo Domínguez | -2/+5 |
| 2025-05-21 | Add ReentrantLock::data_ptr | Jonas Platte | -0/+11 |
| 2025-05-21 | Add more docs to new data_ptr methods | Jonas Platte | -0/+10 |
| 2025-05-21 | Add data_ptr method to Mutex and RwLock | Jonas Platte | -0/+12 |
| 2025-05-21 | Apply suggestions from code review | Josh Triplett | -5/+5 |
| 2025-05-20 | Rename `cfg_match!` to `cfg_select!` | Trevor Gross | -2/+2 |
| 2025-05-20 | Add From<TryLockError> for io::Error | Christopher Berner | -0/+16 |
| 2025-05-20 | Remove unnecessary handling of ERROR_IO_PENDING | Christopher Berner | -8/+24 |
| 2025-05-20 | Rollup merge of #141289 - compiler-errors:more-self, r=jhpratt | Matthias Krüger | -2/+2 |
| 2025-05-20 | `CommandExt::chroot`: Add tracking issue | Josh Triplett | -1/+1 |
| 2025-05-20 | `CommandExt::chroot`: Document difference to underlying `chroot` | Josh Triplett | -3/+5 |
| 2025-05-20 | Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro... | Josh Triplett | -0/+45 |
| 2025-05-20 | `core_float_math`: Move functions to `math` folder | Daniel McNab | -26/+26 |
| 2025-05-20 | use Self alias in self types rather than manually substituting it | Michael Goulet | -2/+2 |
| 2025-05-20 | Rollup merge of #141211 - fluiderson:dev, r=thomcc | Stuart Cook | -2/+1 |
| 2025-05-19 | Auto merge of #138023 - melrief:97227_impl_Seek_for_Take, r=tgross35 | bors | -1/+173 |
| 2025-05-19 | Rollup merge of #141248 - RalfJung:reentrant-lock-race, r=joboet | Matthias Krüger | -2/+6 |
| 2025-05-19 | Add `std::io::Seek` instance for `std::io::Take` | Mario Pastorelli | -1/+173 |
| 2025-05-19 | windows: document that we rely on an undocumented property of GetUserProfileD... | Ralf Jung | -0/+2 |
| 2025-05-19 | fix data race in ReentrantLock fallback for targets without 64bit atomics | Ralf Jung | -2/+6 |
| 2025-05-18 | Rollup merge of #140628 - joboet:async_signal_safe, r=Mark-Simulacrum | León Orell Valerian Liehr | -58/+215 |
| 2025-05-18 | Rollup merge of #140966 - est31:let_chains_library, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-05-18 | replace `try_reserve_exact` with `try_with_capacity` in `std::fs::read` | Fluid | -2/+1 |
| 2025-05-17 | Auto merge of #138087 - tgross35:core-float-math, r=Amanieu | bors | -3702/+36 |
| 2025-05-17 | remove extra tests that really might not be all that useful | GrantBirki | -55/+0 |
| 2025-05-17 | revert forward slash to backslash | GrantBirki | -1/+1 |
| 2025-05-17 | Rollup merge of #139103 - joboet:abort_dedup, r=tgross35 | Matthias Krüger | -30/+25 |
| 2025-05-17 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -1/+1 |
| 2025-05-16 | remove `test_embedded_null_byte()` test for now | GrantBirki | -20/+0 |
| 2025-05-16 | discuss deadlocks in the std::io::pipe() example | Jack O'Connor | -12/+26 |
| 2025-05-17 | Docs(lib/coll/hm): Add kv pair to `extract_if`'s first sentence | Paul Mabileau | -1/+1 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about elements mutation | Paul Mabileau | -2/+2 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about closure actions | Paul Mabileau | -6/+6 |
| 2025-05-17 | Docs(lib/coll/hm): Reword `extract_if` to use `element` instead of `value` | Paul Mabileau | -3/+3 |
| 2025-05-16 | additional edge cases tests for `path.rs` | GrantBirki | -1/+107 |
| 2025-05-16 | Remove #![feature(let_chains)] from library and src/librustdoc | est31 | -1/+0 |
| 2025-05-16 | disable the stack overflow handler on miri | joboet | -29/+41 |
| 2025-05-16 | Rollup merge of #141013 - federico-terzi:feat/command_startupinfo_windows, r=... | Matthias Krüger | -0/+72 |
| 2025-05-16 | Rollup merge of #140984 - mlowicki:patch-2, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2025-05-16 | Rollup merge of #140910 - paolobarbolini:wasi-fs-incorrect-stabilization, r=j... | Matthias Krüger | -2/+0 |
| 2025-05-15 | improve internal fastfail explainer | joboet | -3/+2 |
| 2025-05-15 | deduplicate abort implementations | joboet | -30/+26 |
| 2025-05-14 | Update std doctests for android | Eric Huss | -6/+21 |
| 2025-05-15 | Fix confusing WTF surrogate safety docs | teor | -6/+6 |
| 2025-05-14 | wire up startupinfo methods | Federico Terzi | -0/+72 |
| 2025-05-14 | Move applicable float tests from `coretests` back to `std` | Trevor Gross | -0/+1166 |
| 2025-05-14 | Fix settimes for vxworks | B I Mohammed Abbas | -2/+1 |
| 2025-05-14 | Fix set_name for vxworks. Length of name should be truncated to VX_TASK_RENAM... | B I Mohammed Abbas | -10/+2 |
| 2025-05-13 | fix doc for UnixStream | Michał Łowicki | -2/+2 |
| 2025-05-13 | Move float tests from std to core | Trevor Gross | -3994/+0 |