about summary refs log tree commit diff
path: root/src/libcollectionstest/vec_deque.rs
AgeCommit message (Expand)AuthorLines
2017-04-03Move libXtest into libX/testsStjepan Glavina-1024/+0
2017-03-09Implement placement-in protocol for and `VecDeque`Charlie Fan-1/+23
2017-02-06Extract collections benchmarks to libcollections/benchesSon-47/+0
2017-01-28Implement `PartialEq<&[A]>` for `VecDeque<A>`.Corey Farwell-0/+19
2016-12-04collections: Simplify VecDeque::is_emptyUlrik Sverdrup-0/+21
2016-10-27Auto merge of #37212 - srinivasreddy:libcollectionstest, r=nrcbors-4/+6
2016-10-25run rustfmt on libcollectionstestSrinivas Reddy Thatiparthy-4/+6
2016-10-14Rename static mut to upper caseAleksey Kladov-11/+11
2016-08-04Made vec_deque::Drain, hash_map::Drain, and hash_set::Drain covariantThomas Garcia-0/+6
2016-05-22run rustfmt on libcollections test moduleSrinivas Reddy Thatiparthy-51/+78
2016-04-14Add `contains` to `VecDeque` and `LinkedList` (+ tests)Lukas Kalbertodt-0/+13
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-4/+0
2016-01-27collections: Use slices parts in PartialEq for VecDequeUlrik Sverdrup-0/+27
2016-01-27collections: Hash VecDeque in its slice partsUlrik Sverdrup-0/+19
2015-10-19Correct drain implementations in libcollectionstestMichael Layzell-4/+4
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-2/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+0
2015-06-08Implement RFC 839Johannes Oertel-0/+26
2015-05-04Implement retain for vec_dequeSteven Allen-0/+9
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-6/+6
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+1
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-6/+6
2015-03-17std: Stabilize `IteratorExt::cloned`Alex Crichton-1/+1
2015-03-16move some tests back to libcollectionsJorge Aparicio-262/+0
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+1150