summary refs log tree commit diff
path: root/src/libcollectionstest/linked_list.rs
AgeCommit message (Expand)AuthorLines
2016-05-22run rustfmt on libcollections test moduleSrinivas Reddy Thatiparthy-22/+23
2016-04-20Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brsonbors-0/+13
2016-04-14Add `contains` to `VecDeque` and `LinkedList` (+ tests)Lukas Kalbertodt-0/+13
2016-04-14Specialize `Extend` to `append` for `{LinkedList, Vec}`Andrew Paseltiner-0/+16
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-3/+2
2015-06-08Implement RFC 839Johannes Oertel-0/+19
2015-03-16move some tests back to libcollectionsJorge Aparicio-192/+0
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+589