| Age | Commit message (Expand) | Author | Lines |
| 2021-12-05 | Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplett | bors | -7/+7 |
| 2021-12-05 | doc: suggest try_reserve in try_reserve_exact | TennyZhuang | -6/+6 |
| 2021-12-05 | Rollup merge of #91215 - GuillaumeGomez:vec-deque-retain-mut, r=m-ou-se | Matthias Krüger | -3/+34 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -7/+7 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -4/+13 |
| 2021-12-04 | Optimize vec::retain performance | The 8472 | -32/+29 |
| 2021-12-04 | update vec::retain benchmarks | The 8472 | -2/+17 |
| 2021-12-05 | Fix Vec::extend_from_slice docs | Lucas Kent | -1/+1 |
| 2021-12-04 | Rollup merge of #90851 - ibraheemdev:downcast-unchecked, r=scottmcm | Matthias Krüger | -28/+109 |
| 2021-12-03 | fix stability annotations for `Box::downcast` | Ibraheem Ahmed | -2/+2 |
| 2021-12-03 | Auto merge of #91486 - matthiaskrgr:rollup-699fo18, r=matthiaskrgr | bors | -0/+36 |
| 2021-12-03 | Rollup merge of #88906 - Kixunil:box-maybe-uninit-write, r=dtolnay | Matthias Krüger | -0/+36 |
| 2021-12-03 | Auto merge of #91339 - cbarrete:vecdeque-remove-grow-check, r=Mark-Simulacrum | bors | -9/+11 |
| 2021-12-02 | Use `BTreeMap::from()` instead of using `BTreeMap::new()` with `BTreeMap::ins... | Joseph T Lyons | -4/+5 |
| 2021-12-02 | Implement write() method for Box<MaybeUninit<T>> | Martin Habovstiak | -0/+36 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -1/+0 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-30 | Auto merge of #91352 - nnethercote:RawVec-reserve_for_push, r=dtolnay | bors | -1/+9 |
| 2021-11-29 | Remove unnecessary check in VecDeque::grow | Cédric Barreteau | -9/+11 |
| 2021-11-30 | Introduce `RawVec::reserve_for_push`. | Nicholas Nethercote | -1/+9 |
| 2021-11-27 | Auto merge of #91241 - dtolnay:firstchunk, r=oli-obk | bors | -7/+5 |
| 2021-11-27 | Auto merge of #89916 - the8472:advance_by-avoid-err-0, r=dtolnay | bors | -0/+3 |
| 2021-11-26 | Add a unit test for zero-sized types in `RawVec`. | Nicholas Nethercote | -0/+84 |
| 2021-11-25 | Eliminate an unreachable codepath from String::from_utf8_lossy | David Tolnay | -7/+5 |
| 2021-11-25 | Implement VecDeque::retain_mut | Guillaume Gomez | -3/+34 |
| 2021-11-20 | fix doc links for `downcast_unchecked` | Ibraheem Ahmed | -0/+6 |
| 2021-11-20 | Rollup merge of #89741 - sdroege:arc-rc-from-inner-unsafe, r=Mark-Simulacrum | Matthias Krüger | -32/+45 |
| 2021-11-20 | document why we're not directly passing drop_ptr to drop_in_place | The8472 | -0/+4 |
| 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 |