| Age | Commit message (Expand) | Author | Lines |
| 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 | Forward alloc features to core | Dion Dokter | -2/+2 |
| 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 |
| 2024-05-12 | Auto merge of #125012 - RalfJung:format-error, r=Mark-Simulacrum,workingjubilee | bors | -1/+3 |
| 2024-05-11 | Rollup merge of #124981 - zachs18:rc-allocator-generalize-1, r=Mark-Simulacrum | Matthias Krüger | -32/+33 |
| 2024-05-11 | io::Write::write_fmt: panic if the formatter fails when the stream does not fail | Ralf Jung | -1/+3 |
| 2024-05-11 | Add flag to std and alloc too | Dion Dokter | -0/+2 |
| 2024-05-10 | Relax A: Clone requirement on Rc/Arc::unwrap_or_clone. | Zachary S | -0/+4 |
| 2024-05-10 | Relax allocator requirements on some Rc APIs. | Zachary S | -32/+29 |
| 2024-05-10 | Add fn allocator method to rc/sync::Weak. Relax Rc<T>/Arc<T>::allocator to al... | Zachary S | -20/+36 |
| 2024-05-09 | Document proper usage of `fmt::Error` and `fmt()`'s `Result`. | Kevin Reid | -1/+1 |
| 2024-05-08 | fix #124714 str.to_lowercase sigma handling | Marcondiro | -4/+9 |
| 2024-05-07 | Move `test_shrink_to_unwind` to its own file. | Markus Everling | -55/+54 |
| 2024-05-07 | Fix `VecDeque::shrink_to` UB when `handle_alloc_error` unwinds. | Markus Everling | -2/+120 |
| 2024-05-05 | alloc: implement FromIterator for Box<str> | Caleb Sander | -4/+54 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -1/+1 |
| 2024-05-03 | Rollup merge of #124593 - GKFX:cstr-literals-in-api-docs, r=workingjubilee | Matthias Krüger | -9/+5 |
| 2024-05-03 | Rollup merge of #124441 - bravequickcleverfibreyarn:string.rs, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-05-03 | Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -1/+1 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -4/+1 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -1/+1 |
| 2024-05-01 | Describe and use CStr literals in CStr and CString docs | George Bateman | -9/+5 |
| 2024-04-28 | Stabilize `non_null_convenience` | Trevor Gross | -1/+0 |
| 2024-04-27 | WS fix. | JirCep | -1/+1 |
| 2024-04-27 | String.truncate calls Vec.truncate, in turn, and that states | JirCep | -1/+1 |
| 2024-04-27 | Auto merge of #124432 - zetanumbers:non_copy_into_raw_with_alloc, r=Nilstrieb | bors | -7/+4 |
| 2024-04-27 | Relax `A: Clone` bound for `rc::Weak::into_raw_and_alloc` | Daria Sukhonina | -7/+4 |
| 2024-04-26 | Auto merge of #123909 - dtolnay:utf8chunks, r=joboet | bors | -5/+2 |
| 2024-04-24 | Stabilize Utf8Chunks | David Tolnay | -5/+2 |
| 2024-04-24 | fix typo in binary_heap docs | Thomas Lindae | -1/+1 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -1/+1 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -2/+0 |