about summary refs log tree commit diff
path: root/src/libcollectionstest
AgeCommit message (Expand)AuthorLines
2016-10-11Rollup merge of #36699 - bluss:repeat-str, r=alexcrichtonGuillaume Gomez-0/+8
2016-10-11Add Vec::dedup_by and Vec::dedup_by_keySimon Sapin-0/+27
2016-10-11Add method str::repeat(self, usize) -> StringUlrik Sverdrup-0/+8
2016-10-03Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturonbors-2/+6
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-2/+6
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+1
2016-09-29Auto merge of #36430 - llogiq:cow_add, r=alexcrichtonbors-0/+65
2016-09-29impl {Add, AddAssign}<{str, Cow<str>}> for Cow<str>Andre Bogus-0/+65
2016-09-28[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...tormol-4/+4
2016-09-26Move Vec::dedup tests from slice.rs to vec.rsSimon Sapin-29/+29
2016-09-26Remove duplicate test.Simon Sapin-12/+0
2016-09-13Add tests for str::replacenknight42-0/+15
2016-08-28Address FIXME in libcollectionstest/btree/set.rsAndrew Paseltiner-25/+6
2016-08-19std: Stabilize APIs for the 1.12 releaseAlex Crichton-3/+0
2016-08-17Auto merge of #35747 - jonathandturner:rollup, r=jonathandturnerbors-0/+8
2016-08-17Auto merge of #35733 - apasel422:issue-35721, r=alexcrichtonbors-1/+2
2016-08-17Rollup merge of #35707 - frewsxcv:vec-into-iter-debug, r=alexcrichtonJonathan Turner-0/+8
2016-08-16Auto merge of #35559 - frewsxcv:slice-iter-as-ref, r=alexcrichtonbors-0/+18
2016-08-16Make `vec::IntoIter` covariant againAndrew Paseltiner-1/+2
2016-08-16Auto merge of #35354 - tomgarcia:covariant-drain, r=alexcrichtonbors-0/+6
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-08-15Implement `Debug` for `std::vec::IntoIter`.Corey Farwell-0/+8
2016-08-11Introduce `as_mut_slice` method on `std::vec::IntoIter` struct.Corey Farwell-0/+11
2016-08-11Introduce `as_slice` method on `std::vec::IntoIter` struct.Corey Farwell-0/+13
2016-08-04Made vec_deque::Drain, hash_map::Drain, and hash_set::Drain covariantThomas Garcia-0/+6
2016-07-30Rollup merge of #35049 - knight42:add-test, r=alexcrichtonManish Goregaokar-0/+11
2016-07-28Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichtonbors-2/+18
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-11/+11
2016-07-28Add test for string AddAssignKnight-0/+11
2016-07-26Restore `char::escape_default` and add `char::escape` insteadTobias Bucher-1/+15
2016-07-23Escape fewer Unicode codepoints in `Debug` impl of `str`Tobias Bucher-4/+6
2016-07-21Readding lifetime parameters and removing allocationThomas Garcia-2/+2
2016-07-21Make vec::Drain and binary_heap::Drain covariantThomas Garcia-0/+12
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-4/+0
2016-06-21implemented peek_mut and unit testsNathan Moos-0/+19
2016-06-09clean up for test casesSrinivas Reddy Thatiparthy-14/+14
2016-06-09remove redundant assert statementsSrinivas Reddy Thatiparthy-2/+0
2016-06-01Auto merge of #33947 - xosmig:btree_split_off, r=gereeterbors-0/+127
2016-06-01Implement split_off for BTreeMap and BTreeSet (RFC 509)Andrey Tonkih-0/+127
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-59/+0
2016-05-27Auto merge of #33795 - srinivasreddy:lib_coll_test, r=nrcbors-405/+442
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-2/+0
2016-05-24format with [rustfmt_skip] and addressed a few commentsSrinivas Reddy Thatiparthy-80/+19
2016-05-22run rustfmt on libcollections test moduleSrinivas Reddy Thatiparthy-424/+522
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-1/+1
2016-04-22Implement `append` for b-trees.Johannes Oertel-0/+77
2016-04-20Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brsonbors-0/+28
2016-04-17Auto merge of #32987 - xosmig:binary_heap_extension, r=apasel422bors-0/+33
2016-04-16Auto merge of #32977 - alexcrichton:ignore-panics, r=brsonbors-1/+1