| Age | Commit message (Expand) | Author | Lines |
| 2025-03-05 | Rollup merge of #137569 - aDotInTheVoid:for-iurii, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-03-05 | Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubilee | bors | -4/+1 |
| 2025-03-05 | Update `compiler-builtins` to 0.1.151 | Trevor Gross | -1/+1 |
| 2025-03-04 | Rollup merge of #137850 - slanterns:box_uninit_write, r=ibraheemdev | Jubilee | -4/+1 |
| 2025-03-04 | Rollup merge of #137634 - tgross35:update-builtins, r=tgross35 | Jubilee | -1/+1 |
| 2025-03-02 | Rollup merge of #137641 - kpreid:dealloc, r=Amanieu | Matthias Krüger | -2/+8 |
| 2025-03-01 | Update `compiler-builtins` to 0.1.150 | Trevor Gross | -1/+1 |
| 2025-03-01 | stabilize `box_uninit_write` | Slanterns | -4/+1 |
| 2025-02-25 | More precisely document `Global::deallocate()`'s safety. | Kevin Reid | -2/+8 |
| 2025-02-25 | Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease | bors | -1/+1 |
| 2025-02-25 | Rollup merge of #137515 - tgross35:update-builtins, r=tgross35 | León Orell Valerian Liehr | -1/+1 |
| 2025-02-25 | Rollup merge of #137576 - goffrie:setvalzst, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -26/+28 |
| 2025-02-24 | Don't doc-comment BTreeMap<K, SetValZST, A> | Geoffry Song | -1/+1 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -15/+9 |
| 2025-02-24 | Rollup merge of #136775 - robertbastian:patch-2, r=Amanieu | Trevor Gross | -5/+2 |
| 2025-02-24 | Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=Amanieu | Trevor Gross | -1/+0 |
| 2025-02-24 | Rollup merge of #135933 - hkBst:patch-19, r=workingjubilee | Trevor Gross | -5/+17 |
| 2025-02-24 | Stablize `string_extend_from_within` | Alona Enraght-Moony | -2/+1 |
| 2025-02-24 | Update string.rs | Robert Bastian | -2/+2 |
| 2025-02-24 | Update `compiler-builtins` to 0.1.148 | Trevor Gross | -1/+1 |
| 2025-02-24 | remove uses of rustc_intrinsic_must_be_overridden from standard library | Ralf Jung | -4/+1 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -5/+5 |
| 2025-02-23 | Rollup merge of #137297 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -1/+1 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -5/+5 |
| 2025-02-23 | Stabilize `core::str::from_utf8_mut` | Waffle Lapkin | -1/+0 |
| 2025-02-23 | stabilize extract_if | bendn | -15/+9 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -12/+2 |
| 2025-02-23 | Update `compiler-builtins` to 0.1.147 | Trevor Gross | -1/+1 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -1/+0 |
| 2025-02-23 | Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 | Matthias Krüger | -1/+3 |
| 2025-02-22 | Somehow these stability attributes were able to be omitted before? | ltdk | -0/+2 |
| 2025-02-22 | Stabilise c_str_module | ltdk | -1/+1 |
| 2025-02-21 | Use `public-dependencies` in all sysroot crates | Trevor Gross | -1/+3 |
| 2025-02-21 | Rollup merge of #136089 - jwong101:box-default-debug-stack-usage, r=Amanieu | Matthias Krüger | -1/+14 |
| 2025-02-21 | Explain how Vec::with_capacity is faithful | Marijn Schouten | -5/+17 |
| 2025-02-20 | Implement 'PartialEq<{&Self, CString, Cow<Self>}>' for 'CStr'; Implement 'Par... | Gabriel Bjørnager Jensen | -0/+109 |
| 2025-02-19 | Rollup merge of #132268 - elichai:string_try_from_vec, r=Amanieu | Matthias Krüger | -0/+18 |
| 2025-02-19 | Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-se | Matthias Krüger | -5/+10 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -10/+0 |
| 2025-02-18 | update version placeholders | Josh Stone | -2/+2 |
| 2025-02-17 | Rollup merge of #137105 - zachs18:cow-derefpure-restrict, r=Nadrieril | Matthias Krüger | -1/+11 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -1/+0 |
| 2025-02-16 | add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants | HTGAzureX1212 | -5/+10 |
| 2025-02-15 | Restrict DerefPure for Cow<T> impl to T = impl Clone, [impl Clone], str. | Zachary S | -1/+11 |
| 2025-02-15 | docs: fix broken intra-doc links that never worked | Michael Howell | -4/+0 |
| 2025-02-15 | Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm | Jacob Pratt | -0/+26 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -40/+40 |
| 2025-02-14 | Rollup merge of #136976 - jedbrown:jed/doc-boxed-deferred-init, r=tgross35 | Matthias Krüger | -84/+44 |
| 2025-02-13 | alloc: Apply missing_unsafe_on_extern | Eric Huss | -1/+1 |