| Age | Commit message (Expand) | Author | Lines |
| 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 | -0/+1 |
| 2022-11-20 | replace unusual grammar | Tshepang Mbambo | -2/+2 |
| 2022-11-20 | Update VecDeque implementation | Markus Everling | -1230/+760 |
| 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/+8 |
| 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 | -107/+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/+131 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -2/+8 |
| 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/+66 |
| 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 |
| 2022-11-03 | Fixed typos | Douwe Schulte | -2/+2 |
| 2022-11-02 | Rollup merge of #103807 - H4x5:string-extend-from-within-tracking-issue, r=Dy... | Dylan DPC | -1/+1 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -6/+5 |
| 2022-10-31 | Add tracking issue for `string_extend_from_within` | Sky | -1/+1 |
| 2022-10-26 | ptr::eq: clarify that comparing dyn Trait is fragile | Ralf Jung | -10/+10 |
| 2022-10-24 | Clairify Vec::capacity docs | Nixon Enraght-Moony | -2/+3 |
| 2022-10-24 | Rollup merge of #99578 - steffahn:remove_redundant_bound, r=thomcc | Yuki Okushi | -1/+0 |
| 2022-10-22 | Fix typo in docs of `String::leak`. | Finn Bear | -1/+1 |
| 2022-10-22 | Rollup merge of #103346 - HeroicKatora:metadata_of_const_pointer_argument, r=... | Dylan DPC | -2/+2 |
| 2022-10-22 | Rollup merge of #103280 - finnbear:impl_string_leak_2, r=joshtriplett | Dylan DPC | -1/+30 |
| 2022-10-22 | Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcm | Matthias Krüger | -3/+1 |
| 2022-10-21 | Remove incorrect comment in `Vec::drain` | Maybe Waffle | -3/+1 |
| 2022-10-21 | Reduce mutability in std-use of with_metadata_of | Andreas Molzer | -2/+2 |
| 2022-10-19 | Put fn in the right place. | Finn Bear | -29/+29 |
| 2022-10-19 | Copy of #102941. | Finn Bear | -1/+30 |