about summary refs log tree commit diff
path: root/library/alloc/tests/vec.rs
AgeCommit message (Expand)AuthorLines
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-1/+1
2020-09-16Rollup merge of #76662 - RalfJung:lib-test-miri, r=Mark-SimulacrumRalf Jung-1/+1
2020-09-16Rollup merge of #75146 - tmiasko:range-overflow, r=Mark-SimulacrumDylan DPC-0/+25
2020-09-15fix slice::check_range aliasing problemsRalf Jung-1/+1
2020-09-15reduce size of test_from_iter_specialization_with_iterator_adapters test in MiriRalf Jung-1/+1
2020-09-15Auto merge of #76682 - richkadel:vec-take, r=Mark-Simulacrumbors-0/+14
2020-09-13Optimize behavior of vec.split_off(0) (take all)Rich Kadel-0/+14
2020-09-13note that test_stable_pointers does not reflect a stable guaranteeRalf Jung-0/+3
2020-09-07Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matkladDylan DPC-0/+23
2020-09-07Rollup merge of #76273 - CraftSpider:master, r=matkladDylan DPC-0/+56
2020-09-04Move Vec slice UI tests in libraryAyush Kumar Mishra-0/+23
2020-09-04Add tests for overflow in Vec::drainTomasz Miąsko-0/+25
2020-09-03Remove vec-to_str.rs, merge the remaining test in with vecRune Tynan-0/+3
2020-09-03remove empty Vec extend optimizationThe8472-10/+0
2020-09-03support in-place collect for MapWhile adaptersThe8472-0/+1
2020-09-03generalize in-place collect to types of same size and alignmentThe8472-2/+3
2020-09-03test drops during in-place iterationThe8472-0/+40
2020-09-03include in-place .zip() in testThe8472-1/+8
2020-09-03additional specializations testsThe8472-0/+22
2020-09-03in-place collect for Vec. Box<[]> and BinaryHeap IntoIter and some adaptersThe8472-0/+22
2020-09-03Remove a number of vec UI tests, make them unit tests in the alloc libraryRune Tynan-0/+53
2020-08-27Add PartialEq impls for Vec <-> sliceMatt Brubeck-1/+2
2020-07-27mv std libs to library/mark-0/+1629