about summary refs log tree commit diff
path: root/library/alloc/tests/vec.rs
AgeCommit message (Expand)AuthorLines
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