summary refs log tree commit diff
path: root/src/libcollections/str.rs
AgeCommit message (Expand)AuthorLines
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-8/+2
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
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-1/+1
2016-01-26Fix warnings during testsAlex Crichton-4/+0
2016-01-26Document LTR vs RTL wrt trim_*Steve Klabnik-0/+28
2016-01-19Fix typoBarosl Lee-2/+2
2016-01-13Fix some broken and missing links in the docsOliver Middleton-1/+1
2016-01-13Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichtonbors-11/+14
2015-12-26Fix some links in str docsFlorian Hartwig-3/+3
2015-12-10Correct 'bye' to 'byte' in str docs.Scott Olson-2/+2
2015-12-07Fix some str docs to refer to patternsWilliam Throwe-10/+13
2015-12-07Let str::replace take a patternWilliam Throwe-1/+1
2015-12-01Auto merge of #30057 - steveklabnik:doc_str, r=alexcrichtonbors-234/+579
2015-11-30Better docs for the str primitiveSteve Klabnik-234/+579
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-15/+22
2015-11-24rustfmt libcollectionsNick Cameron-15/+22
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+14
2015-11-12libcollections: deny warnings in doctestsKevin Butler-6/+4
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-8/+3
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-8/+3
2015-10-23Unsafety -> Safety in doc headingsSteve Klabnik-1/+1
2015-10-19Correct spelling in docsAndrew Paseltiner-1/+1