| Age | Commit message (Expand) | Author | Lines |
| 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-18 | Fix soundness issue for `replace_range` and `range` | dylni | -0/+50 |
| 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 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+1 |
| 2020-09-22 | removing &mut self for other methods of AllocRef | blitzerr | -1/+1 |
| 2020-09-21 | Move vec-cycle-wrapped test | Alexis Bourget | -0/+41 |
| 2020-09-21 | Move vec-cycle test | Alexis Bourget | -0/+39 |
| 2020-09-21 | Move deref-lval test | Alexis Bourget | -0/+9 |
| 2020-09-21 | move format! interface tests | Alexis Bourget | -1/+322 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -4/+4 |
| 2020-09-16 | Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-Simulacrum | Ralf Jung | -1/+1 |
| 2020-09-16 | Rollup merge of #76369 - ayushmishra2005:move_various_str_tests_library, r=jy... | Ralf Jung | -0/+21 |
| 2020-09-16 | Rollup merge of #75882 - pickfire:patch-6, r=jyn514 | Dylan DPC | -2/+2 |
| 2020-09-16 | Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-Simulacrum | Dylan DPC | -0/+70 |
| 2020-09-15 | fix slice::check_range aliasing problems | Ralf Jung | -1/+1 |
| 2020-09-15 | reduce size of test_from_iter_specialization_with_iterator_adapters test in Miri | Ralf Jung | -1/+1 |
| 2020-09-15 | Auto merge of #76682 - richkadel:vec-take, r=Mark-Simulacrum | bors | -0/+18 |
| 2020-09-13 | Optimize behavior of vec.split_off(0) (take all) | Rich Kadel | -0/+18 |
| 2020-09-13 | note that test_stable_pointers does not reflect a stable guarantee | Ralf Jung | -0/+3 |
| 2020-09-07 | Auto merge of #76368 - ayushmishra2005:move_str_contact_library, r=jyn514 | bors | -0/+8 |
| 2020-09-07 | Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matklad | Dylan DPC | -0/+23 |