| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | update version placeholders | Pietro Albini | -3/+3 |
| 2025-01-02 | fix doc for missing Box allocator consistency | LemonJ | -0/+3 |
| 2024-12-18 | Add 'into_array' conversion destructors for 'Box', 'Rc', and 'Arc'; | Gabriel Bjørnager Jensen | -0/+20 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -3/+6 |
| 2024-11-27 | update cfgs | Boxy | -7/+4 |
| 2024-11-20 | Make PointerLike opt-in as a trait | Michael Goulet | -0/+6 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+2 |
| 2024-11-12 | Make `CloneToUninit` dyn-compatible | Zachary S | -1/+1 |
| 2024-11-11 | Tag relevant functions with #[rustc_as_ptr] attribute | gavincrawford | -0/+2 |
| 2024-10-30 | rustdoc-search: simplify rules for generics and type params | Michael Howell | -0/+1 |
| 2024-10-28 | Split `boxed.rs` into a few modules | Maybe Lapkin | -970/+62 |
| 2024-10-22 | Rename Receiver -> LegacyReceiver | Adrian Taylor | -3/+3 |
| 2024-10-10 | allocate before calling T::default in <Box<T>>::default() | Joshua Wong | -1/+1 |
| 2024-09-27 | Mark some more smart pointers as insignificant | Michael Goulet | -0/+1 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -5/+5 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+5 |
| 2024-09-15 | Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki... | Stuart Cook | -0/+223 |
| 2024-09-15 | Add tracking issue number for `box_vec_non_null` | Tim (Theemathas) Chirananthavat | -4/+4 |
| 2024-09-11 | make basic allocation functions track_caller in Miri for nicer backtraces | Ralf Jung | -0/+1 |
| 2024-09-07 | Add `NonNull` convenience methods to `Box` | Tim (Theemathas) Chirananthavat | -0/+223 |
| 2024-09-03 | replace placeholder version | Boxy | -4/+4 |
| 2024-09-01 | tweak wording regarding Box validity | Ralf Jung | -2/+3 |
| 2024-08-29 | Box validity: update for new zero-sized rules | Ralf Jung | -15/+12 |
| 2024-08-27 | library: Stabilize new_uninit for Box, Rc, and Arc | Jubilee Young | -27/+16 |
| 2024-08-25 | Rollup merge of #129416 - workingjubilee:partial-move-from-stabilization, r=d... | Matthias Krüger | -3/+6 |
| 2024-08-23 | library: Move unstable API of new_uninit to new features | Jubilee Young | -3/+6 |
| 2024-08-14 | add Box::as_ptr and Box::as_mut_ptr methods | Ralf Jung | -0/+89 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -1/+4 |
| 2024-08-03 | Rollup merge of #127586 - zachs18:more-must-use, r=cuviper | Matthias Krüger | -0/+2 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -1/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -10/+7 |
| 2024-07-26 | Fix doc nits | John Arundel | -6/+8 |
| 2024-07-22 | Rollup merge of #127415 - AljoschaMeyer:master, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -2/+81 |
| 2024-07-22 | Use given allocator instad of Global | Aljoscha Meyer | -2/+2 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -0/+6 |
| 2024-07-10 | Clarify/add `must_use` messages for more `into_raw*` functions of `alloc` types. | Zachary S | -0/+2 |
| 2024-07-06 | Mitigate focused memory leaks in `alloc` doctests for Miri. | Zachary S | -0/+6 |
| 2024-07-06 | Fix them doc examples some more | Aljoscha Meyer | -2/+2 |
| 2024-07-06 | Fix doc examples | Aljoscha Meyer | -2/+2 |
| 2024-07-06 | Run formatter on alloc/src/boxed.rs | Aljoscha Meyer | -4/+10 |
| 2024-07-06 | Add missing try_new_uninit_slice_in and try_new_zeroed_slice_in | Aljoscha Meyer | -2/+75 |
| 2024-07-04 | Add more checks for pointers with vtable meta | Maybe Waffle | -3/+3 |
| 2024-06-22 | Replace `WriteCloneIntoRaw` with `CloneToUninit`. | Kevin Reid | -2/+4 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -2/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -12/+12 |
| 2024-05-20 | Add the impls for Box<[T]>: IntoIterator | Michael Goulet | -0/+86 |
| 2024-05-05 | alloc: implement FromIterator for Box<str> | Caleb Sander | -0/+48 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -4/+22 |
| 2024-04-16 | Box::into_raw: make Miri understand that this is a box-to-raw cast | Ralf Jung | -2/+6 |
| 2024-03-25 | Require DerefPure for patterns | Michael Goulet | -1/+4 |