| Age | Commit message (Expand) | Author | Lines |
| 2025-07-25 | Rollup merge of #143970 - SunkenPotato:update_mem_copy_docs, r=scottmcm | Matthias Krüger | -1/+1 |
| 2025-07-25 | Rollup merge of #143424 - hkBst:auto-deref, r=jhpratt | Matthias Krüger | -7/+7 |
| 2025-07-24 | Rollup merge of #144278 - Qelxiros:rev-into-inner, r=tgross35 | León Orell Valerian Liehr | -0/+19 |
| 2025-07-23 | add Rev::into_inner | Jeremy Smart | -0/+19 |
| 2025-07-23 | Document (internally) that `Range*<&T> as RangeBounds<T>` impls are intention... | Zachary S | -0/+48 |
| 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 | atomicrmw on pointers: move integer-pointer cast hacks into backend | Ralf Jung | -62/+57 |
| 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 #144205 - hkBst:flt2dec, r=workingjubilee | bors | -11/+7 |
| 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 | 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 | -24/+20 |
| 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 | -24/+0 |
| 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 | -41/+33 |
| 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 | -41/+33 |
| 2025-07-18 | clippy fix: bound in one place | Marijn Schouten | -6/+7 |
| 2025-07-18 | Rollup merge of #143382 - fee1-dead-contrib:push-trrymlzqmmoz, r=jhpratt | Matthias Krüger | -1/+2 |
| 2025-07-18 | fix: don't panic on volatile access to null | Luigi Sartor Piucco | -78/+108 |
| 2025-07-18 | Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-dead | Matthias Krüger | -16/+35 |
| 2025-07-18 | Rollup merge of #143967 - oli-obk:const-option-methods, r=fee1-dead | Matthias Krüger | -40/+97 |
| 2025-07-17 | Make slices `[const] PartialEq` | Oli Scherer | -11/+28 |
| 2025-07-17 | Make `derive_const` usable within libcore again | Oli Scherer | -2/+2 |
| 2025-07-17 | Make `NonZero` `const PartialEq` | Oli Scherer | -2/+3 |
| 2025-07-17 | Make `Option` `const PartialEq` | Oli Scherer | -1/+2 |
| 2025-07-17 | constify `Option` methods | Oli Scherer | -40/+97 |
| 2025-07-17 | Rollup merge of #143326 - hkBst:rm-deprecated-1, r=jhpratt | Matthias Krüger | -17/+9 |
| 2025-07-17 | Stabilize as_array_of_cells | Josh Simmons | -2/+2 |
| 2025-07-17 | Rollup merge of #143829 - a1phyr:trim_borrowed_buf, r=ChrisDenton | León Orell Valerian Liehr | -29/+6 |
| 2025-07-17 | Rollup merge of #143820 - nazo6:fix-optimize-for-size, r=Mark-Simulacrum | León Orell Valerian Liehr | -4/+5 |
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -0/+9 |
| 2025-07-16 | Rollup merge of #143921 - oli-obk:const-index, r=fee1-dead | Samuel Tardieu | -54/+101 |
| 2025-07-16 | Rollup merge of #143355 - hkBst:cleanup-shift-double-bitmask, r=Mark-Simulacrum | Samuel Tardieu | -42/+6 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -0/+9 |