about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-26/+26
2015-04-13Auto merge of #23849 - bcoopers:master, r=pnkfelixbors-6/+18
2015-04-12The panic! macro can't be called with a variable declaredbcoopers-3/+3
2015-04-11Rollup merge of #24304 - ihrwein:fix-some-typos, r=alexcrichtonManish Goregaokar-2/+2
2015-04-11Rollup merge of #24279 - libfud:vec_insertion_docs, r=steveklabnikManish Goregaokar-2/+1
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-10/+7
2015-04-10Fix some typosTibor Benke-2/+2
2015-04-10Changed the wording of the documentation for the insert method for Vec to be ...Dominick Allen-2/+1
2015-04-09Fix `borrow` docsAndrew Paseltiner-9/+9
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-4/+2
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-4/+2
2015-04-07Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichtonbors-97/+393
2015-04-05Refactored core::str::pattern to become a user-facing module and hide awayMarvin Löbel-3/+4
2015-04-05Format all str docs to 80 char line breaksMarvin Löbel-109/+174
2015-04-05Implemented remaining string pattern iterators.Marvin Löbel-45/+275
2015-04-04Rollup merge of #24012 - tsion:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-04-04Rollup merge of #23995 - aturon:cow-as-ref, r=huonwManish Goregaokar-1/+1
2015-04-03Auto merge of #23972 - gkoz:partial_eq_str_string, r=alexcrichtonbors-10/+12
2015-04-03Remove unnecessary `Vec<_>` annotation from docsScott Olson-1/+1
2015-04-02Adjust `AsRef` impl for `Cow`Aaron Turon-1/+1
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-18/+18
2015-04-02Implement PartialEq<str> for String and CowGleb Kozyrev-0/+2
2015-04-02Change PartialEq impls in collections::string to slice notationGleb Kozyrev-10/+10
2015-04-02Auto merge of #23868 - mbrubeck:doc-edit, r=Manishearth 1.0.0-betabors-6/+6
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-3/+7
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-17/+35
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-17/+35
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-11/+0
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-3/+7
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-11/+13
2015-03-31rollup merge of #23901: steveklabnik/fix_links_strAlex Crichton-15/+12
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-12/+12
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-5/+4
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-233/+11
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-12/+18
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-4/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-233/+11
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-9/+8
2015-03-31Stabilize a few remaining stragglersAaron Turon-5/+4
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-12/+12
2015-03-31Fixup primitive.str docsSteve Klabnik-15/+12
2015-03-31Stabilize `std::convert` and related codeAaron Turon-12/+18
2015-03-31rollup merge of #23669: steveklabnik/doc_std_borrowAlex Crichton-0/+56
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-5/+2
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-5/+2
2015-03-31Stabilize std::numAaron Turon-5/+2
2015-03-31Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturonManish Goregaokar-46/+48