| Age | Commit message (Expand) | Author | Lines |
| 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-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/+6 |
| 2024-05-07 | Move `test_shrink_to_unwind` to its own file. | Markus Everling | -55/+1 |
| 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 | -3/+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 | -1/+0 |
| 2024-04-20 | Avoid reloading Vec::len across grow_one in push | Mark Rousskov | -3/+5 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -18/+78 |
| 2024-04-17 | Address comments | Noa | -3/+1 |
| 2024-04-16 | Stabilize `BinaryHeap::as_slice` | Slanterns | -2/+1 |
| 2024-04-16 | Box::into_raw: make Miri understand that this is a box-to-raw cast | Ralf Jung | -2/+6 |
| 2024-04-15 | Add vec_deque::Iter::as_slices and friends | chloekek | -0/+142 |
| 2024-04-13 | Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhpratt | Jacob Pratt | -1/+0 |
| 2024-04-13 | Rollup merge of #123835 - saethlin:vec-from-nonnull, r=the8472 | Jacob Pratt | -15/+55 |
| 2024-04-12 | Avoid more NonNull-raw-NonNull roundtrips in Vec | Ben Kimock | -15/+55 |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-04-12 | Auto merge of #120092 - zetanumbers:pin_in_static_allocator, r=Amanieu | bors | -3/+12 |
| 2024-04-09 | Rollup merge of #123254 - stepancheg:thin-box-0-const-alloc, r=oli-obk | Guillaume Gomez | -13/+85 |
| 2024-04-08 | Add invariant to VecDeque::pop_* that len < cap if pop successful | Philippe-Cholet | -2/+8 |
| 2024-04-07 | make a doctest less slow in Miri | Ralf Jung | -1/+3 |
| 2024-04-06 | remove miri-test-libstd hacks that are no longer needed | Ralf Jung | -6/+0 |
| 2024-04-05 | Do not allocate for ZST ThinBox attempt 2 (using const_allocate) | Stepan Koltsov | -13/+85 |
| 2024-04-05 | Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan | bors | -0/+4 |
| 2024-04-05 | Impl `DerefPure` for more std types | Nadrieril | -1/+4 |
| 2024-04-03 | add 'x.py miri', and make it work for 'library/{core,alloc,std}' | Ralf Jung | -0/+4 |
| 2024-04-02 | Auto merge of #122945 - andy-k:sorted-vec-example, r=jhpratt | bors | -2/+4 |
| 2024-04-01 | doc: mention heap allocation earlier in String docs | Jani Mustonen | -3/+3 |