| Age | Commit message (Expand) | Author | Lines |
| 2021-11-20 | replace vec::Drain drop loops with drop_in_place | The8472 | -14/+37 |
| 2021-11-19 | Fix Iterator::advance_by contract inconsistency | The8472 | -0/+3 |
| 2021-11-19 | Rollup merge of #90607 - WaffleLapkin:const_str_from_utf8, r=oli-obk | Yuki Okushi | -3/+62 |
| 2021-11-19 | Rollup merge of #90480 - r00ster91:remove, r=kennytm | Yuki Okushi | -1/+4 |
| 2021-11-18 | Make slice->str conversion and related functions const | Maybe Waffle | -3/+62 |
| 2021-11-17 | Rollup merge of #90772 - GuillaumeGomez:vec-retain-mut, r=joshtriplett | Matthias Krüger | -1/+29 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-11-15 | Give examples of format args capture in the fmt module documentation | Josh Triplett | -0/+18 |
| 2021-11-14 | Auto merge of #88282 - Neutron3529:patch-4, r=Mark-Simulacrum | bors | -0/+8 |
| 2021-11-13 | Auto merge of #90542 - the8472:privatize-the-means-of-rawvec-production, r=jo... | bors | -58/+6 |
| 2021-11-12 | add tracking issue for `downcast_unchecked` | Ibraheem Ahmed | -3/+3 |
| 2021-11-12 | add unchecked downcast methods | Ibraheem Ahmed | -28/+103 |
| 2021-11-12 | Add Vec::retain_mut | Guillaume Gomez | -1/+29 |
| 2021-11-12 | provide a `SpecExtend` trait for `Vec<T>` | Neutron3529 | -0/+8 |
| 2021-11-09 | Rollup merge of #90723 - asquared31415:box_docs, r=jyn514 | Matthias Krüger | -0/+3 |
| 2021-11-09 | document Box and box_free connection | asquared31415 | -0/+3 |
| 2021-11-08 | Add comments regarding superfluous `!Sync` impls | bstrie | -0/+6 |
| 2021-11-05 | Fix `str::SplitInclusive` stabilisation date | mbartlett21 | -1/+1 |
| 2021-11-05 | Add feature to `alloc` so we can re-export. | mbartlett21 | -0/+1 |
| 2021-11-05 | Re-export `core::slice::EscapeAscii` | mbartlett21 | -0/+2 |
| 2021-11-05 | Re-export `core::slice::SplitInclusive[Mut]` | mbartlett21 | -0/+2 |
| 2021-11-03 | Make RawVec private to alloc | The8472 | -58/+6 |
| 2021-11-02 | Implement `RefUnwindSafe` for `Rc<T>` | inquisitivecrystal | -0/+2 |
| 2021-11-01 | mention `remove` in `swap_remove` | r00ster91 | -1/+4 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -2/+12 |
| 2021-10-31 | Rollup merge of #90427 - jkugelman:must-use-alloc-leak, r=joshtriplett | Matthias Krüger | -0/+4 |
| 2021-10-31 | Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnay | Matthias Krüger | -1/+0 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+10 |
| 2021-10-31 | Rollup merge of #89833 - jkugelman:must-use-rc-downgrade, r=joshtriplett | Matthias Krüger | -1/+3 |
| 2021-10-30 | Add #[must_use] to alloc functions that would leak memory | John Kugelman | -0/+4 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -4/+14 |
| 2021-10-31 | Rollup merge of #89899 - jkugelman:must-use-alloc, r=joshtriplett | Matthias Krüger | -23/+78 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -1/+1 |
| 2021-10-27 | Rollup merge of #90239 - r00ster91:patch-1, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2021-10-27 | Remove big O notation | r00ster91 | -1/+1 |
| 2021-10-25 | Fix copy-paste error in String::as_mut_vec() docs | nyanpasu64 | -4/+5 |
| 2021-10-25 | remove requirement of T: Debug from Weak<T> | Violet | -2/+2 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2021-10-21 | Clarify undefined behaviour for binary heap, btree and hashset | Wilfred Hughes | -9/+9 |
| 2021-10-21 | Rollup merge of #90099 - SkiFire13:fix-vec-swap-remove, r=dtolnay | Yuki Okushi | -3/+4 |
| 2021-10-21 | Rollup merge of #90010 - rusticstuff:vecdeque_with_capacity_in_overflow, r=m-... | Yuki Okushi | -1/+1 |
| 2021-10-20 | Prevent invalid values from existing in Vec::swap_remove | Giacomo Stevanato | -3/+4 |
| 2021-10-20 | Stabilize `option_result_unwrap_unchecked` | Miguel Ojeda | -1/+0 |
| 2021-10-19 | Reenable feature(nll) in alloc. | Mara Bos | -0/+1 |
| 2021-10-19 | Remove unused language #![feature]s from alloc. | Mara Bos | -5/+0 |
| 2021-10-19 | Remove unused library #![feature]s from alloc. | Mara Bos | -3/+0 |
| 2021-10-19 | Sort and categorize #![feature]s in alloc. | Mara Bos | -42/+52 |
| 2021-10-18 | Avoid overflow in `VecDeque::with_capacity_in()`. | Hans Kratz | -1/+1 |
| 2021-10-16 | Rollup merge of #89898 - Amanieu:remove_alloc_prelude, r=joshtriplett | Matthias Krüger | -30/+0 |