| Age | Commit message (Expand) | Author | Lines |
| 2025-07-23 | Add regression test for matches! + non_exhaustive_omitted_patterns lint | Jonas Platte | -0/+7 |
| 2025-07-23 | Disable non_exhaustive_omitted_patterns within matches! macro | Jonas Platte | -0/+2 |
| 2025-07-23 | Hint that choose_pivot returns index in bounds | Kornel | -10/+10 |
| 2025-07-23 | Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieu | bors | -805/+363 |
| 2025-07-23 | ci: Add native PowerPC64LE and s390x jobs | Trevor Gross | -0/+22 |
| 2025-07-23 | bump serde_with. Weird that it works without std feature, but | klensy | -39/+23 |
| 2025-07-23 | remove unused deps | klensy | -25/+0 |
| 2025-07-23 | atomicrmw on pointers: move integer-pointer cast hacks into backend | Ralf Jung | -62/+57 |
| 2025-07-23 | std: net: uefi: Add support to query connection data | Ayush Singh | -15/+81 |
| 2025-07-23 | add links to collections | gewitternacht | -0/+5 |
| 2025-07-23 | remove trailing whitespace | gewitternacht | -1/+1 |
| 2025-07-22 | document assumptions about `Clone` and `Eq` traits | gewitternacht | -0/+24 |
| 2025-07-22 | Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu | bors | -2/+2 |
| 2025-07-22 | Embed auxv files directly into the test binary | Jakub Beránek | -12/+10 |
| 2025-07-22 | Improve error messages of auxv loading | Jakub Beránek | -10/+17 |
| 2025-07-22 | Remove licenses from std-detect | Jakub Beránek | -226/+0 |
| 2025-07-22 | Remove `std_detect` from stdarch's CI | Jakub Beránek | -71/+2 |
| 2025-07-22 | Remove `std_detect` from stdarch examples | Jakub Beránek | -30/+18 |
| 2025-07-22 | Fix warning | Jakub Beránek | -0/+10 |
| 2025-07-22 | Move tests around to appease `tidy` | Jakub Beránek | -261/+256 |
| 2025-07-22 | remove `lazy_static` dependency from `intrinsic-test` | Folkert de Vries | -10/+2 |
| 2025-07-22 | Update stdarch README | Jakub Beránek | -9/+1 |
| 2025-07-22 | Reformat `std_detect` | Jakub Beránek | -182/+54 |
| 2025-07-22 | Make `std_detect` a direct dependency of `std` | Jakub Beránek | -16/+7 |
| 2025-07-22 | Move `std_detect` from `library/stdarch` to `library` | Jakub Beránek | -0/+0 |
| 2025-07-22 | work around not being able to project out of SIMD values any more | Folkert de Vries | -4/+10 |
| 2025-07-22 | Auto merge of #144222 - Kobzol:stdarch-push, r=folkertdev | bors | -5042/+4642 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -2/+2 |
| 2025-07-22 | Auto merge of #144205 - hkBst:flt2dec, r=workingjubilee | bors | -11/+7 |
| 2025-07-21 | ci: Switch to nightly rustfmt | Trevor Gross | -2/+2 |
| 2025-07-22 | Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -2/+0 |
| 2025-07-22 | Rollup merge of #143768 - Randl:const-try, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -69/+149 |
| 2025-07-21 | Auto merge of #144154 - tgross35:update-builtins, r=tgross35 | bors | -476/+55 |
| 2025-07-21 | Fix broken TLS destructors on 32-bit win7 | roblabla | -3/+14 |
| 2025-07-21 | Constify Try, From, TryFrom | Evgenii Zheltonozhskii | -69/+149 |
| 2025-07-21 | Stabilize const `TypeId::of` | Oli Scherer | -2/+2 |
| 2025-07-20 | Option::as_slice: fix comment | Ralf Jung | -1/+1 |
| 2025-07-20 | flt2dec: use fill instead of loop | Marijn Schouten | -11/+7 |
| 2025-07-20 | Rollup merge of #143423 - hkBst:clippy-fix-1, r=workingjubilee | Guillaume Gomez | -32/+28 |
| 2025-07-20 | Rollup merge of #143282 - nxsaken:strict_sub_signed, r=jhpratt | Guillaume Gomez | -4/+41 |
| 2025-07-20 | Remove the ptr_unique lang item | bjorn3 | -2/+0 |
| 2025-07-20 | Rollup merge of #144169 - RalfJung:type-id-fix, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-07-20 | Rollup merge of #144111 - clarfonthey:maybe-uninit-deprecated, r=jhpratt | Matthias Krüger | -112/+2 |
| 2025-07-20 | Rollup merge of #143604 - nxsaken:const_float_round_methods, r=RalfJung | Matthias Krüger | -38/+32 |
| 2025-07-20 | Rollup merge of #141260 - LuigiPiucco:volatile-null, r=RalfJung | Matthias Krüger | -78/+108 |
| 2025-07-19 | Remove deprecated MaybeUninit slice methods | ltdk | -112/+2 |
| 2025-07-20 | Add `#[rustc_intrinsic_const_stable_indirect]` to float rounding | Nurzhan Sakén | -0/+20 |
| 2025-07-20 | Stabilize `const_float_round_methods` | Nurzhan Sakén | -38/+12 |
| 2025-07-19 | `available_parallelism`: Add documentation for why we don't look at `ulimit` | Josh Triplett | -0/+3 |
| 2025-07-19 | Document guarantees of poisoning | Alisa Sireneva | -25/+67 |