| Age | Commit message (Expand) | Author | Lines |
| 2025-03-22 | Make UniqueArc invariant for soundness | Frank King | -2/+6 |
| 2025-03-22 | Implement `UniqueArc` | Frank King | -1/+181 |
| 2025-03-21 | remove remnants of const_box feature | Ralf Jung | -8/+4 |
| 2025-03-17 | Mark imports of #[rustc_std_internal_symbol] items with this attribute | bjorn3 | -3/+8 |
| 2025-03-17 | Rollup merge of #138341 - xizheyin:issue-138322, r=joboet | Jacob Pratt | -3/+23 |
| 2025-03-16 | Rollup merge of #136293 - hkBst:patch-32, r=Amanieu | Jacob Pratt | -0/+13 |
| 2025-03-16 | Rollup merge of #138303 - DiuDiu777:rc-fix, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -20/+44 |
| 2025-03-12 | Rollup merge of #138387 - RalfJung:intrinsic-arg-names, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-03-12 | Rollup merge of #138161 - HeroicKatora:heap-peek-mut-refresh, r=dtolnay | Matthias Krüger | -4/+78 |
| 2025-03-12 | intrinsics: remove unnecessary leading underscore from argument names | Ralf Jung | -1/+1 |
| 2025-03-11 | Add PeekMut::refresh | Aurelia Molzer | -4/+78 |
| 2025-03-11 | std: Mention clone-on-write mutation in Arc<T> | xizheyin | -3/+23 |
| 2025-03-10 | fix copy typo | LemonJ | -4/+4 |
| 2025-03-10 | fix ptr inconsistency in Rc Arc | LemonJ | -23/+47 |
| 2025-03-09 | document capacity for ZST as example and prose | Marijn Schouten | -0/+13 |
| 2025-03-08 | Stabilize `const_vec_string_slice` | Martin Habovstiak | -15/+16 |
| 2025-03-08 | Rollup merge of #136642 - bjorn3:separate_alloctest_crate, r=cuviper | Jacob Pratt | -1198/+138 |
| 2025-03-07 | Add comments | bjorn3 | -0/+6 |
| 2025-03-07 | Fully test the alloc crate through alloctests | bjorn3 | -531/+132 |
| 2025-03-07 | Move last remaining Rc test to alloctests | bjorn3 | -18/+0 |
| 2025-03-07 | Move most Rc tests to alloctests | bjorn3 | -649/+0 |
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -0/+0 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+16 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -65/+48 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -65/+48 |
| 2025-03-06 | Add allow(incomplete_features) to alloc | Santiago Pastorino | -0/+1 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+15 |
| 2025-03-05 | Rollup merge of #137569 - aDotInTheVoid:for-iurii, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-03-04 | Rollup merge of #137850 - slanterns:box_uninit_write, r=ibraheemdev | Jubilee | -4/+1 |
| 2025-03-02 | Rollup merge of #137641 - kpreid:dealloc, r=Amanieu | Matthias Krüger | -2/+8 |
| 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 | 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 | -24/+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 | -14/+9 |
| 2025-02-24 | Rollup merge of #136775 - robertbastian:patch-2, r=Amanieu | Trevor Gross | -5/+2 |
| 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 | 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 | rename sub_ptr 😅 | bendn | -5/+5 |
| 2025-02-23 | stabilize extract_if | bendn | -14/+9 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -12/+2 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -1/+0 |
| 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 | 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 |