| Age | Commit message (Expand) | Author | Lines |
| 2021-05-19 | remove InPlaceIterable marker from Peekable due to unsoundness | The8472 | -1/+0 |
| 2021-04-28 | Stabilize vec_extend_from_within | Amanieu d'Antras | -1/+0 |
| 2021-04-22 | Add better test for BinaryHeap::retain. | Mara Bos | -3/+16 |
| 2021-04-15 | VecDeque: Add partition_point() #78021 | Vojtech Kral | -0/+18 |
| 2021-04-04 | Rollup merge of #83827 - the8472:fix-inplace-panic-on-drop, r=RalfJung | Dylan DPC | -1/+10 |
| 2021-04-04 | Rollup merge of #81619 - SkiFire13:resultshunt-inplace, r=the8472 | Dylan DPC | -2/+2 |
| 2021-04-04 | suggestion from review | the8472 | -1/+1 |
| 2021-04-04 | cleanup leak after test to make miri happy | The8472 | -1/+10 |
| 2021-04-02 | Rollup merge of #83629 - the8472:fix-inplace-panic-on-drop, r=m-ou-se | Dylan DPC | -1/+37 |
| 2021-03-30 | Rollup merge of #82331 - frol:feat/std-binary-heap-as-slice, r=Amanieu | Dylan DPC | -0/+1 |
| 2021-03-29 | add testcase for double-drop during Vec in-place collection | The8472 | -1/+37 |
| 2021-03-28 | Auto merge of #81728 - Qwaz:fix-80335, r=joshtriplett | bors | -0/+30 |
| 2021-03-27 | Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se | bors | -2/+1 |
| 2021-03-26 | Update char::escape_debug_ext to handle different escapes in strings vs. chars | Ömer Sinan Ağacan | -4/+1 |
| 2021-03-24 | Revert "Revert stabilizing integer::BITS." | Mara Bos | -1/+0 |
| 2021-03-22 | Preserve signed zero on roundtrip | Jubilee Young | -2/+1 |
| 2021-03-19 | Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplett | bors | -0/+28 |
| 2021-03-16 | Vec::dedup optimization - add benches | Soveu | -1/+1 |
| 2021-03-15 | Merge branch 'master' into dedup | Soveu | -3/+48 |
| 2021-03-15 | Vec::dedup optimization - add test for panic | Soveu | -0/+54 |
| 2021-03-15 | Vec::dedup optimization - add tests | Soveu | -0/+74 |
| 2021-03-05 | Implement String::remove_matches | Josh Cotton | -0/+28 |
| 2021-03-04 | Add regression test for `Vec::extend_from_within` leak | Waffle | -0/+42 |
| 2021-03-04 | Rollup merge of #82564 - WaffleLapkin:revert_spare_mut, r=RalfJung | Yuki Okushi | -0/+5 |
| 2021-03-03 | Add test that Vec::spare_capacity_mut doesn't invalidate pointers | Waffle | -0/+5 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -1/+1 |
| 2021-02-20 | alloc: Added `as_slice` method to `BinaryHeap` collection | Vlad Frolov | -0/+1 |
| 2021-02-13 | Added tests to drain an empty vec | Hanif Bin Ariffin | -0/+11 |
| 2021-02-11 | Auto merge of #81126 - oxalica:retain-early-drop, r=m-ou-se | bors | -0/+61 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-02-03 | Fixes #80335 | Yechan Bae | -0/+30 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+1 |
| 2021-02-03 | Update test to collect item with a different type than the original vec | Giacomo Stevanato | -1/+1 |
| 2021-02-02 | Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAus | bors | -0/+71 |
| 2021-02-01 | Move test | Giacomo Stevanato | -2/+2 |
| 2021-01-31 | add `Vec::extend_from_within` method | Waffle | -0/+71 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -1/+0 |
| 2021-01-24 | Simplify and fix tests | oxalica | -51/+40 |
| 2021-01-18 | Fix soundness issue for `replace_range` and `range` | dylni | -0/+50 |
| 2021-01-18 | Optimize Vec::retain | oxalica | -0/+72 |
| 2021-01-04 | Stabilize split_inclusive | Ian Jackson | -1/+0 |
| 2020-12-31 | Auto merge of #79895 - Kerollmops:slice-group-by, r=m-ou-se | bors | -0/+59 |
| 2020-12-26 | Auto merge of #79022 - SpyrosRoum:stabilize-deque_range, r=m-ou-se | bors | -1/+0 |
| 2020-12-13 | replace assert! with assert_eq! | Justus K | -1/+1 |
| 2020-12-13 | fix panic if converting ZST Vec to VecDeque | Justus K | -0/+7 |
| 2020-12-10 | Update the slice GroupBy/Mut test | Clément Renault | -4/+16 |
| 2020-12-10 | Implement it with only safe code | Clément Renault | -10/+29 |
| 2020-12-10 | Introduce the GroupBy and GroupByMut Iterators | Clément Renault | -0/+28 |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -4/+4 |