| Age | Commit message (Expand) | Author | Lines |
| 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 | Stabilize `new_zeroed_alloc` | Thalia Archibald | -41/+6 |
| 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 |
| 2025-07-19 | fix load-bearing typo | Rémy Rakic | -1/+1 |
| 2025-07-19 | update `Atomic*::from_ptr` and `Atomic*::as_ptr` docs | usamoi | -9/+15 |
| 2025-07-19 | Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgr | bors | -75/+121 |
| 2025-07-19 | interpret: fix TypeId pointers being considered data pointers | Ralf Jung | -1/+1 |
| 2025-07-19 | Rollup merge of #141076 - the8472:fix-zip-panic-safety2, r=workingjubilee | Matthias Krüger | -75/+121 |
| 2025-07-19 | generate arrays of type-erased function pointers | Folkert de Vries | -83/+73 |
| 2025-07-19 | split rust code into crates | Folkert de Vries | -38/+79 |
| 2025-07-19 | update `Cargo.lock` | Folkert de Vries | -2/+2 |
| 2025-07-19 | combine rust files into one compilation | Folkert de Vries | -194/+199 |
| 2025-07-18 | Merge pull request #1862 from folkertdev/combine-c-files | Amanieu d'Antras | -231/+261 |
| 2025-07-18 | Merge pull request #1860 from folkertdev/stdarch-test-cleanup | Amanieu d'Antras | -138/+397 |
| 2025-07-18 | clippy fix: bound in one place | Marijn Schouten | -6/+7 |
| 2025-07-18 | Merge ref '82310651b93a' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -4678/+735992 |
| 2025-07-18 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-07-18 | Change the `memcmp` and `bcmp` return type to `c_int` | Julien THILLARD | -4/+5 |
| 2025-07-18 | mem: Use `core::ffi::c_int` | Trevor Gross | -8/+1 |