| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #140988 - mathisbot:docfix_maybeuninit_write, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-05-14 | Skip {f32,f64}::mul_add tests on MinGW | Trevor Gross | -0/+10 |
| 2025-05-14 | Move applicable float tests from `coretests` back to `std` | Trevor Gross | -1173/+1314 |
| 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-14 | Add `Ipv4Addr` and `Ipv6Addr` diagnostic items | Samuel Tardieu | -0/+2 |
| 2025-05-14 | MaybeUninit::write: fix doc | Mathis Bottinelli | -1/+1 |
| 2025-05-13 | fix doc for UnixStream | Michał Łowicki | -2/+2 |
| 2025-05-13 | Move float tests from std to core | Trevor Gross | -0/+12 |
| 2025-05-13 | Initial implementation of `core_float_math` | Trevor Gross | -869/+1713 |
| 2025-05-13 | Fix `i256::MAX` | Tobias Decking | -2/+2 |
| 2025-05-13 | Format and skip formatting for pin | Michael Goulet | -0/+2 |
| 2025-05-13 | bump compiler_builtins | Pietro Albini | -4/+4 |
| 2025-05-13 | Add `#[must_use]` to Array::map | Julian Knodt | -1/+2 |
| 2025-05-12 | Partially stabilize LoongArch target features | WANG Rui | -11/+10 |
| 2025-05-12 | Specify that split_ascii_whitespace uses the same definition as is_ascii_whit... | Simon Sapin | -1/+3 |
| 2025-05-12 | chore(compiler_builtins): release v0.1.159 | github-actions[bot] | -1/+7 |
| 2025-05-12 | Remove cfg(bootstrap) | nora | -12/+0 |
| 2025-05-12 | manual clippy fixes | Pietro Albini | -0/+1 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -408/+216 |
| 2025-05-12 | update version placeholders | Pietro Albini | -44/+44 |
| 2025-05-11 | Make some `f32`/`f64` tests also run in const-context | Urgau | -143/+189 |
| 2025-05-11 | Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushi | León Orell Valerian Liehr | -5/+15 |
| 2025-05-11 | Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis... | León Orell Valerian Liehr | -84/+180 |
| 2025-05-10 | Remove `stable` attribute from wasi fs (read_exact|write_all)_at | Paolo Barbolini | -2/+0 |
| 2025-05-10 | Rollup merge of #140789 - hermit-os:hermit-abi-0.5.1, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2025-05-10 | Rollup merge of #140783 - veluca93:oncelock-docs, r=jhpratt | Matthias Krüger | -1/+1 |
| 2025-05-10 | Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin | Matthias Krüger | -12/+0 |
| 2025-05-10 | Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-... | Matthias Krüger | -9/+0 |
| 2025-05-10 | Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=Amanieu | Matthias Krüger | -2/+18 |
| 2025-05-09 | Split duration_constructors to get non-controversial bits out faster. | Dietrich Daroch | -5/+15 |
| 2025-05-09 | Add intrinsic fallback for `{minimum,maximum}{16,32,64,128}` | Urgau | -164/+108 |
| 2025-05-09 | remove 'unordered' atomic intrinsics | Ralf Jung | -12/+0 |
| 2025-05-09 | Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operations | Urgau | -76/+228 |
| 2025-05-08 | Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2025-05-08 | Indicate that the warning on black_box is a general property of Rust | Ben Kimock | -0/+4 |
| 2025-05-08 | Rollup merge of #140759 - dpaoliello:symlink, r=workingjubilee | Matthias Krüger | -0/+16 |
| 2025-05-08 | std: Explain prefer `TryInto` over `TryFrom` when specifying traits bounds on... | xizheyin | -0/+6 |
| 2025-05-08 | std: Make consistence between `From` and `Into` | xizheyin | -2/+2 |
| 2025-05-08 | Update documentation of OnceLock::get_or_init. | Luca Versari | -1/+1 |
| 2025-05-07 | [win][arm64] Disable FS tests that require symlinks | Daniel Paoliello | -0/+16 |
| 2025-05-07 | Rollup merge of #140734 - ivmarkov:master, r=joboet | Guillaume Gomez | -0/+1 |
| 2025-05-07 | Rollup merge of #140706 - GuillaumeGomez:fix-missing-temp-dir-cleanup, r=notr... | Guillaume Gomez | -0/+10 |
| 2025-05-07 | update hermit-abi to 0.5.1 | Martin Kröning | -2/+2 |
| 2025-05-07 | Rollup merge of #140724 - tgross35:update-builtins, r=tgross35 | Guillaume Gomez | -4/+4 |
| 2025-05-07 | Rollup merge of #140398 - Berrysoft:cygwin-backtrace, r=tgross35 | Guillaume Gomez | -1/+2 |
| 2025-05-07 | Fix regression from #140393 for espidf / horizon / nuttx / vita | ivmarkov | -0/+1 |
| 2025-05-07 | Fix backtrace for cygwin | 王宇逸 | -1/+2 |