summary refs log tree commit diff
path: root/src/libcollectionstest/vec.rs
AgeCommit message (Expand)AuthorLines
2016-04-14Specialize `Extend` to `append` for `{LinkedList, Vec}`Andrew Paseltiner-0/+3
2016-02-17Implement `Clone` for `std::vec::IntoIter`Tobias Bucher-0/+18
2016-02-03Add tests for `Cow::from` for strings, vectors and slicesTobias Bucher-0/+11
2016-01-30test: Deny warnings in {core,collections}testAlex Crichton-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-80/+2
2015-07-17Add RawVec to unify raw Vecish codeAlexis Beingessner-21/+0
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-0/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-3/+3
2015-06-08Implement RFC 839Johannes Oertel-0/+15
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-05-02Override Iterator::count method in vec::IntoItersinkuu-0/+5
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-28collections: Implement vec::drain(range) according to RFC 574Ulrik Sverdrup-3/+33
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+994