about summary refs log tree commit diff
path: root/src/libcollectionstest/slice.rs
AgeCommit message (Expand)AuthorLines
2017-04-03Move libXtest into libX/testsStjepan Glavina-1180/+0
2017-03-31Test sort algorithms using a random cmp functionStjepan Glavina-1/+15
2017-03-21Implement feature sort_unstableStjepan Glavina-10/+4
2017-02-06Extract collections benchmarks to libcollections/benchesSon-273/+0
2017-02-04Minor fix in the *_expensive benchmarkStjepan Glavina-6/+3
2016-12-07Implement a faster sort algorithmStjepan Glavina-66/+88
2016-11-23core, collections: Implement better .is_empty() for slice and vec iteratorsUlrik Sverdrup-0/+10
2016-10-25run rustfmt on libcollectionstestSrinivas Reddy Thatiparthy-18/+18
2016-10-13Auto merge of #36743 - SimonSapin:dedup-by, r=alexcrichtonbors-41/+0
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+1
2016-09-26Move Vec::dedup tests from slice.rs to vec.rsSimon Sapin-29/+0
2016-09-26Remove duplicate test.Simon Sapin-12/+0
2016-08-16Add basic unit test for `std::slice::Iter::as_slice`.Corey Farwell-0/+9
2016-08-16Implement `AsRef<[T]>` for `std::slice::Iter`.Corey Farwell-0/+9
2016-05-24format with [rustfmt_skip] and addressed a few commentsSrinivas Reddy Thatiparthy-2/+0
2016-05-22run rustfmt on libcollections test moduleSrinivas Reddy Thatiparthy-192/+174
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