| Age | Commit message (Expand) | Author | Lines |
| 2025-05-20 | `core_float_math`: Move functions to `math` folder | Daniel McNab | -933/+990 |
| 2025-05-20 | in `intrinsic-test`, format f16 like C | Folkert de Vries | -1/+102 |
| 2025-05-20 | use the right load instruction | Folkert de Vries | -3/+3 |
| 2025-05-20 | `avx512_target_feature` is now stable on nightly | Folkert de Vries | -3/+0 |
| 2025-05-20 | use Self alias in self types rather than manually substituting it | Michael Goulet | -5/+5 |
| 2025-05-20 | Split `autodiff` into `autodiff_forward` and `autodiff_reverse` | Marcelo Domínguez | -1/+15 |
| 2025-05-20 | make std::intrinsic functions actually be intrinsics | Ralf Jung | -303/+309 |
| 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 | add exact_div functions | Jeremy Smart | -1/+207 |
| 2025-05-19 | Rollup merge of #141110 - xizheyin:issue-141107, r=workingjubilee | Stuart Cook | -2/+2 |
| 2025-05-18 | Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum | bors | -81/+614 |
| 2025-05-18 | float: Add tests for `f16` conversions to and from decimal | Trevor Gross | -77/+501 |
| 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 #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscross | León Orell Valerian Liehr | -1/+1 |
| 2025-05-18 | float: Add `f16` parsing and printing | Trevor Gross | -4/+113 |
| 2025-05-18 | Merge `compiler-builtins` as a Josh subtree | Trevor Gross | -0/+52997 |
| 2025-05-18 | [std] fix the presentation of `split_off_mut` and `split_off` documentation | xizheyin | -2/+2 |
| 2025-05-18 | fix an if statement that can be collapsed | Folkert de Vries | -19/+21 |
| 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-18 | replace `try_reserve_exact` with `try_with_capacity` in `std::fs::read` | Fluid | -2/+1 |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -1/+1 |
| 2025-05-17 | Auto merge of #138087 - tgross35:core-float-math, r=Amanieu | bors | -3704/+4711 |
| 2025-05-17 | remove extra tests that really might not be all that useful | GrantBirki | -55/+0 |
| 2025-05-17 | Correct rustc version for the stabilization of runtime detection of VEX varia... | sayantn | -5/+5 |
| 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 | -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 | Switch library rustc_unimplemented to use `Self` and `This` | mejrs | -70/+67 |
| 2025-05-17 | Stabilize runtime detection of VEX variants of avx512 | sayantn | -5/+5 |
| 2025-05-17 | Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 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/extract_if): Unify example description | Paul Mabileau | -2/+2 |
| 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 | -6/+6 |
| 2025-05-17 | Docs(lib/extract_if): Unify paragraph about closure actions | Paul Mabileau | -12/+12 |
| 2025-05-17 | Docs(lib/coll/btm): Split `extract_if`'s first sentence from the following ones | Paul Mabileau | -4/+6 |
| 2025-05-17 | Docs(lib/coll/hm): Reword `extract_if` to use `element` instead of `value` | Paul Mabileau | -3/+3 |
| 2025-05-17 | Docs(lib/alloc/vec): Add the missing `an` to `extract_if`'s first sentence | Paul Mabileau | -1/+1 |
| 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 | Implement `advance_by` via `try_fold` for `Sized` iterators | Benoît du Garreau | -5/+31 |
| 2025-05-16 | Add assert_unsafe_precondition!()s to as_ascii_unchecked() methods | sam skeoch | -0/+20 |