summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2015-05-10collections: change bounds of SliceConcatExt implementations to use Borrow in...Sean McArthur-6/+5
2015-04-23std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-4/+4
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-2/+1
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-2/+1
2015-04-05Refactored core::str::pattern to become a user-facing module and hide awayMarvin Löbel-2/+3
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-01std: Changing the meaning of the count to splitnAlex Crichton-11/+17
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 #23873: alexcrichton/remove-deprecatedAlex Crichton-84/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-84/+3
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-3/+3
2015-03-31Fixup primitive.str docsSteve Klabnik-15/+12
2015-03-31Stabilize std::numAaron Turon-3/+0
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-3/+3
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-24core: Update docs for StrExt demotion in libstdUlrik Sverdrup-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+15
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-16/+12
2015-03-23Add generic conversion traitsAaron Turon-16/+12
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+15
2015-03-19StrExt::splitn should not require a DoubleEndedSearcherJake Goulding-10/+9
2015-03-19Introduce rsplitJake Goulding-2/+30
2015-03-18Register new snapshotsAlex Crichton-1172/+0
2015-03-18Rollup merge of #23455 - Ryman:trim_matches_doc, r=steveklabnikManish Goregaokar-2/+2
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-56/+102
2015-03-17Fix documentation for StrExt::trim_matchesKevin Butler-2/+2
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-1/+1
2015-03-16fix after rebaseJorge Aparicio-0/+1
2015-03-16move some tests back to libcollectionsJorge Aparicio-0/+1
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-1665/+0
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-16impl strJorge Aparicio-0/+1136
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-24/+55
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-24/+55
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-3/+3
2015-03-06Rollup merge of #23067 - oli-obk:doc_examle_fix, r=alexcrichtonManish Goregaokar-1/+1
2015-03-05doc example does nothingOliver Schneider-1/+1
2015-03-05Rollup merge of #22937 - MDCox:str-docs, r=steveklabnikManish Goregaokar-5/+8
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-5/+5
2015-03-04Reword str docs and include links to StrExtMatt Cox-5/+8
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-0/+1
2015-02-28Fix incorrectly parsed markdown linkmdinger-3/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-35/+35
2015-02-23Rollup merge of #22513 - steveklabnik:doc_str, r=brsonManish Goregaokar-274/+440
2015-02-22Improve documentation for libcollections/strSteve Klabnik-274/+440