| Age | Commit message (Expand) | Author | Lines |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -118/+115 |
| 2024-06-20 | Fix wrong big O star bracing in the doc comments | Lukas Bergdoll | -3/+3 |
| 2024-06-20 | Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr | bors | -3/+5 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -1/+0 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -3/+4 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -1/+1 |
| 2024-06-17 | Revert panic_safe test changes | Lukas Bergdoll | -1/+2 |
| 2024-06-16 | Update `Arc::try_unwrap()` docs | lukaslueg | -9/+12 |
| 2024-06-14 | Rollup merge of #126285 - kpreid:unique-rc, r=dtolnay | Matthias Krüger | -30/+91 |
| 2024-06-11 | `UniqueRc`: support allocators and `T: ?Sized`. | Kevin Reid | -30/+91 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -3/+1 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -24/+21 |
| 2024-06-08 | Rollup merge of #125951 - slanterns:error_in_core_stabilization, r=Amanieu | León Orell Valerian Liehr | -1/+0 |
| 2024-06-07 | Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushi | Matthias Krüger | -2/+1 |
| 2024-06-07 | Stabilize `error_in_core` | Slanterns | -1/+0 |
| 2024-06-06 | less garbage, more examples | Ralf Jung | -2/+2 |
| 2024-06-05 | Rollup merge of #125982 - xTachyon:fix-linked-list, r=jhpratt | Jubilee | -2/+41 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -4/+0 |
| 2024-06-04 | Make deleting on LinkedList aware of the allocator | Andrei Damian | -2/+41 |
| 2024-06-04 | update tracking issue for `const_binary_heap_new_in` | coekjan | -1/+1 |
| 2024-06-01 | stablize `const_binary_heap_constructor` & create an unstable feature `const_... | coekjan | -2/+5 |
| 2024-05-26 | Rollup merge of #125561 - Cyborus04:stabilize-slice-flatten, r=scottmcm | Matthias Krüger | -3/+1 |
| 2024-05-26 | Stabilize `slice_flatten` | Cyborus | -3/+1 |
| 2024-05-25 | Rollup merge of #123803 - Sp00ph:shrink_to_fix, r=Mark-Simulacrum | Matthias Krüger | -1/+65 |
| 2024-05-20 | Add the impls for Box<[T]>: IntoIterator | Michael Goulet | -0/+86 |
| 2024-05-20 | Rollup merge of #125283 - zachs18:arc-default-shared, r=dtolnay | Matthias Krüger | -31/+56 |
| 2024-05-20 | Rollup merge of #125093 - zachs18:rc-into-raw-with-allocator-only, r=Mark-Sim... | Matthias Krüger | -10/+107 |
| 2024-05-20 | Auto merge of #123878 - jwong101:inplacecollect, r=jhpratt | bors | -2/+58 |
| 2024-05-19 | Fix typo in assert message | Zachary S | -1/+1 |
| 2024-05-19 | cfg-out unused code under no_global_oom_handling | Zachary S | -0/+1 |
| 2024-05-19 | fmt | Zachary S | -5/+6 |
| 2024-05-19 | Fix stacked borrows violation | Zachary S | -1/+5 |
| 2024-05-19 | Use a single static for all default slice Arcs. | Zachary S | -29/+48 |
| 2024-05-19 | Auto merge of #124640 - Billy-Sheppard:master, r=dtolnay | bors | -0/+113 |
| 2024-05-19 | Auto merge of #99969 - calebsander:feature/collect-box-str, r=dtolnay | bors | -4/+54 |
| 2024-05-18 | use `Result::into_ok` on infallible result. | Joshua Wong | -4/+3 |
| 2024-05-18 | specialize `Iterator::fold` for `vec::IntoIter` | Joshua Wong | -2/+27 |
| 2024-05-18 | optimize in_place_collect with vec::IntoIter::try_fold | Joshua Wong | -0/+29 |
| 2024-05-18 | optimize in-place collection of `Vec` | Joshua Wong | -3/+6 |
| 2024-05-18 | Clarify how String::leak and into_boxed_str differ | Jon Gjengset | -5/+7 |
| 2024-05-16 | Access alloc field directly in Arc/Rc::into_raw_with_allocator. | Zachary S | -4/+4 |
| 2024-05-16 | Fix linkchecker doc errors | Lukas Bergdoll | -3/+3 |
| 2024-05-16 | Move BufGuard impl outside of function | Lukas Bergdoll | -11/+10 |
| 2024-05-16 | Replace sort implementations | Lukas Bergdoll | -117/+114 |
| 2024-05-13 | Add fn into_raw_with_allocator to Rc/Arc/Weak. | Zachary S | -10/+107 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -4/+0 |
| 2024-05-12 | Use shared statics for the ArcInner for Arc<str, CStr>::default, and for Arc<... | Zachary S | -14/+51 |
| 2024-05-12 | Add note about possible allocation-sharing to Arc/Rc<str/[T]/CStr>::default. | Zachary S | -0/+12 |
| 2024-05-12 | added Default impls | Billy Sheppard | -0/+64 |