| Age | Commit message (Expand) | Author | Lines |
| 2022-10-19 | Rollup merge of #103153 - ChrisDenton:leak-oom, r=m-ou-se | Dylan DPC | -1/+0 |
| 2022-10-18 | Rollup merge of #103163 - SUPERCILEX:uninit-array-assume2, r=scottmcm | Yuki Okushi | -3/+3 |
| 2022-10-17 | Remove all uses of array_assume_init | Alex Saveau | -3/+3 |
| 2022-10-17 | Auto merge of #101837 - scottmcm:box-array-from-vec, r=m-ou-se | bors | -1/+50 |
| 2022-10-17 | Allow `Vec::leak` with `no_global_oom_handling` | Chris Denton | -1/+0 |
| 2022-10-15 | Documentation BTreeMap::append's behavior for already existing keys | philipp | -3/+6 |
| 2022-10-14 | Auto merge of #102529 - colinba:master, r=joshtriplett | bors | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -4/+8 |
| 2022-10-11 | Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-se | Matthias Krüger | -20/+10 |
| 2022-10-10 | Auto merge of #102596 - scottmcm:option-bool-calloc, r=Mark-Simulacrum | bors | -0/+22 |
| 2022-10-09 | Auto merge of #89123 - the8472:push_in_capacity, r=amanieu | bors | -0/+45 |
| 2022-10-05 | Fix overconstrained Send impls in btree internals | David Tolnay | -3/+3 |
| 2022-10-04 | Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472 | Dylan DPC | -6/+32 |
| 2022-10-03 | Rollup merge of #99216 - duarten:master, r=joshtriplett | Matthias Krüger | -8/+73 |
| 2022-10-03 | Rollup merge of #98218 - kpreid:nostdarc, r=joshtriplett | Matthias Krüger | -0/+15 |
| 2022-10-03 | Clarify documentation | Giacomo Stevanato | -4/+3 |
| 2022-10-02 | Do the `calloc` optimization for `Option<bool>` | Scott McMurray | -0/+22 |
| 2022-10-02 | Rollup merge of #102556 - WaffleLapkin:implied_by_btree_new, r=Mark-Simulacrum | Dylan DPC | -4/+20 |
| 2022-10-02 | Rollup merge of #102098 - xfix:weak-upgrade-fetch-update, r=Mark-Simulacrum | Dylan DPC | -23/+16 |
| 2022-10-01 | Make `feature(const_btree_len)` implied by `feature(const_btree_new)` | Maybe Waffle | -4/+20 |
| 2022-10-01 | Detect and reject out-of-range integers in format string literals | Colin Baumgarten | -1/+1 |
| 2022-09-30 | Stabilize map_first_last | est31 | -20/+10 |
| 2022-09-29 | Stabilize `nonnull_slice_from_raw_parts` | Yuki Okushi | -1/+0 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -29/+3 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -7/+7 |
| 2022-09-25 | Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomcc | bors | -29/+34 |
| 2022-09-23 | Put back one of the `use`s for intra-doc mentions | Scott McMurray | -0/+6 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -7/+7 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -29/+28 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -2/+1 |
| 2022-09-21 | Use fetch_update in sync::Weak::upgrade | Konrad Borowski | -23/+16 |
| 2022-09-21 | Rollup merge of #89891 - ojeda:modular-alloc, r=Mark-Simulacrum | Dylan DPC | -3/+6 |
| 2022-09-19 | Rollup merge of #101798 - y86-dev:const_waker, r=lcnr | Matthias Krüger | -0/+1 |
| 2022-09-18 | Auto merge of #101816 - raldone01:cleanup/select_nth_unstable, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-09-17 | Add `Box<[T; N]>: TryFrom<Vec<T>>` | Scott McMurray | -1/+50 |
| 2022-09-17 | Rollup merge of #101931 - msakuta:master, r=thomcc | Dylan DPC | -1/+1 |
| 2022-09-17 | Fix a typo in docstring | msakuta | -1/+1 |
| 2022-09-16 | Do not implement `Unpin` as const | Deadbeef | -2/+1 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Cleanup closures. | raldone01 | -1/+1 |
| 2022-09-14 | Made from_waker, waker, from_raw const | y86-dev | -0/+1 |
| 2022-09-10 | Alternate approach; just modify Drain | Ben Kimock | -52/+59 |
| 2022-09-10 | Remove &[T] from vec_deque::Drain | Ben Kimock | -23/+41 |
| 2022-09-10 | Make the one-liner more descriptive | Stefan Schindler | -2/+2 |
| 2022-09-10 | Update documentation | Giacomo Stevanato | -3/+11 |
| 2022-09-10 | Fix leaking in inplace collection when destructor panics | Giacomo Stevanato | -3/+22 |
| 2022-09-04 | Auto merge of #93455 - asquared31415:vec-zero-opts, r=thomcc | bors | -0/+17 |
| 2022-09-02 | implement IsZero for Saturating and Wrapping | asquared31415 | -0/+17 |
| 2022-09-02 | Fix internal doc link | Chris Denton | -1/+3 |