about summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2017-04-13Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichtonbors-0/+6
2017-04-12Add ToOwned::clone_into (unstable as toowned_clone_into)Scott McMurray-0/+6
2017-04-12Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomezTim Neumann-13/+24
2017-04-12Minor nits in primitive strprojektir-13/+24
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-1/+8
2017-03-31Rollup merge of #40935 - donniebishop:str_boilerplate_docs, r=steveklabnikCorey Farwell-2/+8
2017-03-31Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushibors-1/+109
2017-03-30Remove parentheses in method referencesDonnie Bishop-2/+2
2017-03-30Modify EncodeUtf16's descriptionDonnie Bishop-2/+8
2017-03-28Rollup merge of #40682 - TigleyM:str_doc, r=steveklabnikCorey Farwell-1/+20
2017-03-27Review request changesMicah Tigley-3/+3
2017-03-22Tracking issue numbersSimonas Kazlauskas-4/+4
2017-03-22Checked (and unchecked) slicing for strings?Simonas Kazlauskas-1/+109
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-1/+1
2017-03-20Fix Rust linting errorMicah Tigley-4/+5
2017-03-20Move str docs to proper place in file.Micah Tigley-22/+19
2017-03-20Update docs for std::strMicah Tigley-0/+21
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-34/+34
2017-03-08Document why `str.to_{lower,upper}case` return `String`Tobias Bucher-0/+8
2017-02-07Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturonbors-0/+8
2017-02-05Replace PlaceBack Debug implementation with deriveGuillaume Gomez-1/+1
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-8/+2
2017-01-20Add Debug implementations for libcollection structsGuillaume Gomez-0/+8
2016-12-20run rustfmt on libcollections folderSrinivas Reddy Thatiparthy-5/+1
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-4/+4
2016-10-11Rollup merge of #36699 - bluss:repeat-str, r=alexcrichtonGuillaume Gomez-0/+20
2016-10-11Add method str::repeat(self, usize) -> StringUlrik Sverdrup-0/+20
2016-10-06Rollup merge of #36930 - angelsl:issue-36202, r=frewsxcvJonathan Turner-10/+10
2016-10-06Clarify last element in str.{r,}splitn documentationangelsl-10/+10
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-1/+1
2016-09-24Fix some typos and improve doc comments styleGuillaume Gomez-2/+2
2016-09-13Implement std::str::replacenknight42-0/+43
2016-08-18Add a FusedIterator trait.Steven Allen-0/+4
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-3/+3
2016-07-26Restore `char::escape_default` and add `char::escape` insteadTobias Bucher-0/+8
2016-06-23std: Fix up stabilization discrepanciesAlex Crichton-1/+1
2016-06-07Rollup merge of #33645 - withoutboats:woboats_trim_matches_doc, r=steveklabnikSteve Klabnik-2/+2
2016-05-30std: Clean out old unstable + deprecated APIsAlex Crichton-239/+0
2016-05-27Added examples/docs to split in str.rsTy Coghlan-2/+28
2016-05-14Correct the docs on str::trim_matchesWithout Boats-2/+2
2016-04-14fix str::split_at_mut() exampleGigih Aji Ibrahim-2/+2
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-8/+21
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-1/+1
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-3/+16
2016-02-27Improve formatting of the primitive str documentationMichael Huynh-17/+35
2016-02-09Minor spelling fixesCarlos E. Garcia-1/+1
2016-02-02Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste...Steve Klabnik-1/+1
2016-02-02Rollup merge of #31202 - steveklabnik:gh30459, r=alexcrichtonSteve Klabnik-0/+48
2016-02-02Add doctests for directionalitySteve Klabnik-0/+20