| Age | Commit message (Expand) | Author | Lines |
| 2022-11-26 | Add second test case in `make_contiguous_head_to_end` | Markus Everling | -10/+49 |
| 2022-11-26 | Improve slow path in `make_contiguous` | Markus Everling | -36/+76 |
| 2022-11-26 | Don't use `Take` in `SpecExtend` impl | Markus Everling | -21/+23 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -5/+9 |
| 2022-11-25 | Changes according to code review | Markus Everling | -144/+181 |
| 2022-11-24 | Stop peeling the last iteration of the loop in `Vec::repeat_with` | Scott McMurray | -11/+1 |
| 2022-11-24 | Extract the logic for `TrustedLen` to a named method that can be called directly | Scott McMurray | -32/+37 |
| 2022-11-23 | Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests | Thom Chiovoloni | -7/+38 |
| 2022-11-22 | Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomcc | Manish Goregaokar | -6/+11 |
| 2022-11-22 | add test for issue 104726 | The 8472 | -0/+12 |
| 2022-11-22 | Rollup merge of #101655 - dns2utf8:box_docs, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2022-11-21 | Touch up Box<T> one-liner | David Tolnay | -2/+2 |
| 2022-11-20 | Rollup merge of #104641 - tshepang:grammar, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-11-20 | Rollup merge of #101310 - zachs18:rc_get_unchecked_mut_docs_soundness, r=Mark... | Matthias Krüger | -8/+74 |
| 2022-11-20 | Unify stable and unstable sort implementations in same core module | Lukas Bergdoll | -309/+39 |
| 2022-11-20 | enable fuzzy_provenance_casts lint in liballoc | Ralf Jung | -6/+11 |
| 2022-11-20 | replace unusual grammar | Tshepang Mbambo | -2/+2 |
| 2022-11-20 | Update VecDeque implementation | Markus Everling | -1236/+767 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -1/+1 |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -2/+16 |
| 2022-11-20 | Rollup merge of #104112 - yancyribbens:add-copy-to-repeat-description, r=John... | Yuki Okushi | -1/+1 |
| 2022-11-18 | Change undefined-behavior doctests from ignore to no_run. | Zachary S | -4/+4 |
| 2022-11-18 | Apply suggestions from code review
| zachs18 | -2/+2 |
| 2022-11-18 | Add examples to show when `{Arc,Rc}::get_mut_unchecked` is disallowed. | Zachary S | -0/+64 |
| 2022-11-18 | Clarify and restrict when `{Arc,Rc}::get_mut_unchecked` is allowed. | Zachary S | -8/+10 |
| 2022-11-18 | Remove Vec/Rc storage reuse opt | clubby789 | -137/+12 |
| 2022-11-18 | Rm diagnostic item, use lang item | Deadbeef | -2/+1 |
| 2022-11-17 | Minimal implementation of implicit deref patterns | Deadbeef | -0/+1 |
| 2022-11-17 | Auto merge of #104205 - clubby789:grow-rc, r=thomcc | bors | -38/+161 |
| 2022-11-15 | generalize str.contains() tests to a range of haystack sizes | The 8472 | -5/+21 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -2/+16 |
| 2022-11-14 | update str.contains benchmarks | The 8472 | -3/+54 |
| 2022-11-14 | black_box test strings in str.contains(str) benchmarks | The 8472 | -4/+4 |
| 2022-11-14 | rustdoc: Add copy to the description of repeat | yancy | -1/+1 |
| 2022-11-14 | Add `Vec` storage optimization to `Arc` and add tests | clubby789 | -19/+96 |
| 2022-11-14 | Reuse `Vec<T>` backing storage for `Rc<[T]>` | clubby789 | -19/+65 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -21/+17 |
| 2022-11-08 | Rollup merge of #104097 - RalfJung:miri-alloc-benches, r=thomcc | Guillaume Gomez | -16/+19 |
| 2022-11-08 | Rollup merge of #104093 - RalfJung:test-sizes, r=thomcc | Guillaume Gomez | -0/+1 |
| 2022-11-07 | fmt | Ralf Jung | -5/+5 |
| 2022-11-07 | Rollup merge of #104090 - wanghaha-dev:master, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-11-07 | run alloc benchmarks in Miri and fix UB | Ralf Jung | -16/+19 |
| 2022-11-07 | disable btree size tests on Miri | Ralf Jung | -0/+1 |
| 2022-11-07 | Modify comment syntax error | wanghaha-dev | -1/+1 |
| 2022-11-07 | Rollup merge of #104056 - ripytide:patch-1, r=Mark-Simulacrum | Yuki Okushi | -3/+3 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -8/+4 |
| 2022-11-06 | Bump version placeholders to release | Mark Rousskov | -13/+13 |
| 2022-11-06 | Vec: IntoIterator signature consistency | ripytide | -3/+3 |
| 2022-11-05 | Fix unused_must_use warning for Box::from_raw | Anett Seeker | -1/+1 |
| 2022-11-05 | Enforce Tuple trait on Fn traits | Michael Goulet | -0/+32 |