summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2015-05-14Add #[inline] to Borrow<str>::borrow for String.Jan Bujak-0/+1
2015-05-08collections: change bounds of SliceConcatExt implementations to use Borrow in...Sean McArthur-6/+5
2015-05-06Auto merge of #25120 - bluss:sliceconcatext, r=alexcrichtonbors-1/+3
2015-05-05collections: Convert SliceConcatExt to use associated typesUlrik Sverdrup-1/+3
2015-05-04Fix spelling errors in documentation.Joseph Crail-2/+2
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-1/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-6/+23
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-1/+1
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-9/+35
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