| Age | Commit message (Expand) | Author | Lines |
| 2025-05-18 | Rollup merge of #140966 - est31:let_chains_library, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-05-18 | Rollup merge of #140924 - Urgau:f32_f64_const_tests, r=Mark-Simulacrum | León Orell Valerian Liehr | -143/+189 |
| 2025-05-18 | Rollup merge of #140511 - mathisbot:master, r=dtolnay | León Orell Valerian Liehr | -3/+4 |
| 2025-05-17 | Auto merge of #138087 - tgross35:core-float-math, r=Amanieu | bors | -3704/+4711 |
| 2025-05-17 | Rollup merge of #139103 - joboet:abort_dedup, r=tgross35 | Matthias Krüger | -117/+42 |
| 2025-05-17 | Rollup merge of #137432 - djscythe:char_u8_str_as_ascii_unchecked, r=scottmcm | Matthias Krüger | -0/+63 |
| 2025-05-17 | Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2025-05-16 | Remove #![feature(let_chains)] from library and src/librustdoc | est31 | -1/+0 |
| 2025-05-16 | Add assert_unsafe_precondition!()s to as_ascii_unchecked() methods | sam skeoch | -0/+20 |
| 2025-05-16 | Add as_ascii_unchecked() methods to char, str, and u8 | sam skeoch | -0/+43 |
| 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-16 | Rollup merge of #140791 - xizheyin:issue-140761, r=ibraheemdev | Matthias Krüger | -2/+8 |
| 2025-05-15 | Auto merge of #141050 - matthiaskrgr:rollup-uyzqbmj, r=matthiaskrgr | bors | -21/+12 |
| 2025-05-15 | Rollup merge of #140990 - biabbas:vxworks, r=tgross35 | Matthias Krüger | -12/+3 |
| 2025-05-15 | Rollup merge of #140685 - viliml:patch-1, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2025-05-15 | Rollup merge of #139749 - ruancomelli:docs/library/core/src/pin/fix-typo-nece... | Matthias Krüger | -5/+5 |
| 2025-05-15 | Auto merge of #136264 - GuillaumeGomez:optimize-integers-to-string, r=Amanieu | bors | -9/+67 |
| 2025-05-15 | improve internal fastfail explainer | joboet | -3/+2 |
| 2025-05-15 | deduplicate abort implementations | joboet | -117/+43 |
| 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 | 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 | 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 |