summary refs log tree commit diff
path: root/src/libcollectionstest/slice.rs
AgeCommit message (Expand)AuthorLines
2015-07-28Implement Clone for Box<[T]> where T: CloneJonathan Reem-0/+53
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-10/+10
2015-07-12Implement RFC 1058Simonas Kazlauskas-40/+17
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-10/+10
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-4/+4
2015-04-14More test fixesAlex Crichton-2/+2
2015-04-14test: Fixup many library unit testsAlex Crichton-9/+9
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-2/+2
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-2/+2
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-12/+13
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-1/+1
2015-03-16move some tests back to libcollectionsJorge Aparicio-56/+0
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+1627