| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-07 | Rollup merge of #76305 - CDirkx:const-tests, r=matklad | Dylan DPC | -0/+14 |
| 2020-09-07 | Rollup merge of #76273 - CraftSpider:master, r=matklad | Dylan DPC | -0/+56 |
| 2020-09-06 | Move test-cases in string.rs | Ayush Kumar Mishra | -8/+8 |
| 2020-09-05 | Move Various str tests in library | Ayush Kumar Mishra | -0/+21 |
| 2020-09-05 | Added str tests in library | Ayush Kumar Mishra | -0/+8 |
| 2020-09-04 | Move Vec slice UI tests in library | Ayush Kumar Mishra | -0/+23 |
| 2020-09-04 | Move various ui const tests to `library` | Christiaan Dirkx | -0/+14 |
| 2020-09-04 | Add tests for overflow in String / VecDeque operations using ranges | Tomasz Miąsko | -0/+45 |
| 2020-09-04 | Add tests for overflow in Vec::drain | Tomasz Miąsko | -0/+25 |
| 2020-09-03 | Remove vec-to_str.rs, merge the remaining test in with vec | Rune Tynan | -0/+3 |
| 2020-09-03 | remove empty Vec extend optimization | The8472 | -10/+0 |
| 2020-09-03 | support in-place collect for MapWhile adapters | The8472 | -0/+2 |
| 2020-09-03 | generalize in-place collect to types of same size and alignment | The8472 | -2/+3 |
| 2020-09-03 | test drops during in-place iteration | The8472 | -0/+40 |