about summary refs log tree commit diff
path: root/src/libcollectionstest/slice.rs
AgeCommit message (Expand)AuthorLines
2016-04-05Add test for [u8]'s Ord (and fix the old test for ord)Ulrik Sverdrup-6/+36
2016-03-28Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnikSteve Klabnik-4/+4
2016-03-12std: Clean out deprecated APIsAlex Crichton-12/+0
2016-03-11removed integer suffixes in libcollections and libcollectionstestsrinivasreddy-4/+4
2016-02-25Add unstable copy_from_sliceNicholas Mazzuca-0/+24
2016-01-30test: Deny warnings in {core,collections}testAlex Crichton-0/+1
2016-01-26Fix warnings during testsAlex Crichton-1/+0
2015-12-13restore tests accidentally removed in #30182Tamir Duberstein-0/+11
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-11/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-186/+0
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