| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-03 | include in-place .zip() in test | The8472 | -1/+8 |
| 2020-09-03 | additional specializations tests | The8472 | -0/+22 |
| 2020-09-03 | in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adapters | The8472 | -0/+44 |
| 2020-09-03 | Remove a number of vec UI tests, make them unit tests in the alloc library | Rune Tynan | -0/+53 |
| 2020-08-27 | Add PartialEq impls for Vec <-> slice | Matt Brubeck | -1/+2 |
| 2020-08-24 | Use translated variable for test string | Ivan Tham | -2/+2 |
| 2020-08-14 | Move btree unit test to their native, privileged location | Stein Somers | -2184/+20 |
| 2020-08-12 | Put panic code path from `copy_from_slice` into cold function | Lukas Kalbertodt | -2/+2 |
| 2020-08-07 | Add unit tests for new `BTreeMap::into_{keys,values}` methods | Nazım Can Altınova | -0/+25 |
| 2020-08-04 | Replace `Memoryblock` with `NonNull<[u8]>` | Tim Diekmann | -3/+7 |
| 2020-08-03 | Merge branch 'master' into remove-in-place-alloc | Tim Diekmann | -3/+28 |
| 2020-08-02 | Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC | Manish Goregaokar | -1/+1 |
| 2020-08-02 | fix typos | liuzhenyu | -1/+1 |
| 2020-07-31 | expand comments | Ralf Jung | -1/+1 |
| 2020-07-31 | reduce slice::panic_safe test size further in Miri | Ralf Jung | -1/+1 |