about summary refs log tree commit diff
path: root/src/libcollectionstest
AgeCommit message (Expand)AuthorLines
2015-05-02Override Iterator::count method in vec::IntoItersinkuu-0/+5
2015-05-01collections: Implement String::drain(range) according to RFC 574Ulrik Sverdrup-0/+17
2015-04-28Register new snapshotsTamir Duberstein-2/+0
2015-04-28collections: Implement vec::drain(range) according to RFC 574Ulrik Sverdrup-3/+34
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-3/+2
2015-04-19collections: Move optimized String::from_str to String::fromErick Tryzelaar-0/+27
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-4/+10
2015-04-14rollup merge of #24310: alexcrichton/stabilize-utf8-errorAlex Crichton-2/+1
2015-04-14More test fixesAlex Crichton-9/+8
2015-04-14test: Fixup many library unit testsAlex Crichton-21/+18
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-2/+1
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-1/+0
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-1/+0
2015-04-07Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichtonbors-1/+500
2015-04-05Added smoke tests for new methods.Marvin Löbel-12/+137
2015-04-05Moved coretest::str tests into collectiontest::strMarvin Löbel-1/+375
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-41/+41
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-2/+2
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-19/+20
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-2/+2
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-18/+18
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-60/+57
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-0/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-73/+58
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-18/+18
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-4/+4
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-41/+41
2015-03-30Fallout where types must be specified.Niko Matsakis-3/+3
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-2/+8
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-0/+1
2015-03-23Fallout from changing fn traits to use inheritance rather than bridgeNiko Matsakis-2/+8
2015-03-23rollup merge of #23503: alexcrichton/fix-ptr-docsAlex Crichton-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-1/+1
2015-03-19StrExt::splitn should not require a DoubleEndedSearcherJake Goulding-0/+14
2015-03-19Introduce rsplitJake Goulding-0/+14
2015-03-17std: Stabilize `IteratorExt::cloned`Alex Crichton-1/+1
2015-03-16move some tests back to libcollectionsJorge Aparicio-510/+0
2015-03-16enable enum_set testsJorge Aparicio-15/+18
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+9306