| Age | Commit message (Expand) | Author | Lines |
| 2021-04-26 | add testcase for double-drop during Vec in-place collection | The8472 | -1/+37 |
| 2021-04-26 | Fixes #80335 | Yechan Bae | -0/+30 |
| 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-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 | Revert stabilizing integer::BITS. | Mara Bos | -0/+1 |
| 2021-02-02 | Auto merge of #79015 - WaffleLapkin:vec_append_from_within, r=KodrAus | bors | -0/+71 |
| 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 |
| 2020-12-02 | break formatting so rustfmt is happy | Ralf Jung | -1/+2 |
| 2020-12-02 | disable a ptr equality test on Miri | Ralf Jung | -1/+5 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -1/+95 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -3/+3 |
| 2020-11-15 | stabilize deque_range | Spyros Roum | -1/+0 |
| 2020-11-05 | Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514 | Mara Bos | -1/+193 |
| 2020-10-29 | Added test for issue #78498 | Giacomo Stevanato | -0/+15 |
| 2020-10-20 | Check for exhaustion in SliceIndex for RangeInclusive | Josh Stone | -0/+29 |
| 2020-10-17 | Move subslice pattern tests to alloc/tests/slice.rs | Alexis Bourget | -0/+120 |
| 2020-10-17 | Move vec swap test | Alexis Bourget | -1/+13 |
| 2020-10-17 | Move vec-macro-repeat test | Alexis Bourget | -0/+13 |
| 2020-10-17 | Rebase conflicts | Alexis Bourget | -0/+30 |
| 2020-10-17 | Move zero-sized-vec-push test | Alexis Bourget | -0/+17 |
| 2020-10-09 | liballoc: VecDeque: Add binary search functions | Vojtech Kral | -0/+40 |
| 2020-10-07 | Auto merge of #74194 - mbrubeck:slice-eq, r=sfackler | bors | -1/+2 |
| 2020-09-28 | Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matklad | Ralf Jung | -1/+409 |
| 2020-09-25 | review: fix nits and move panic safety tests to the correct place | Alexis Bourget | -13/+11 |
| 2020-09-23 | Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu | Dylan DPC | -1/+1 |