| Age | Commit message (Expand) | Author | Lines |
| 2017-04-13 | Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichton | bors | -0/+6 |
| 2017-04-12 | Add ToOwned::clone_into (unstable as toowned_clone_into) | Scott McMurray | -0/+6 |
| 2017-04-12 | Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomez | Tim Neumann | -13/+24 |
| 2017-04-12 | Minor nits in primitive str | projektir | -13/+24 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -1/+8 |
| 2017-03-31 | Rollup merge of #40935 - donniebishop:str_boilerplate_docs, r=steveklabnik | Corey Farwell | -2/+8 |
| 2017-03-31 | Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushi | bors | -1/+109 |
| 2017-03-30 | Remove parentheses in method references | Donnie Bishop | -2/+2 |
| 2017-03-30 | Modify EncodeUtf16's description | Donnie Bishop | -2/+8 |
| 2017-03-28 | Rollup merge of #40682 - TigleyM:str_doc, r=steveklabnik | Corey Farwell | -1/+20 |
| 2017-03-27 | Review request changes | Micah Tigley | -3/+3 |
| 2017-03-22 | Tracking issue numbers | Simonas Kazlauskas | -4/+4 |
| 2017-03-22 | Checked (and unchecked) slicing for strings? | Simonas Kazlauskas | -1/+109 |
| 2017-03-22 | Various fixes to wording consistency in the docs | Stjepan Glavina | -1/+1 |
| 2017-03-20 | Fix Rust linting error | Micah Tigley | -4/+5 |
| 2017-03-20 | Move str docs to proper place in file. | Micah Tigley | -22/+19 |
| 2017-03-20 | Update docs for std::str | Micah Tigley | -0/+21 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -34/+34 |
| 2017-03-08 | Document why `str.to_{lower,upper}case` return `String` | Tobias Bucher | -0/+8 |
| 2017-02-07 | Auto merge of #39002 - GuillaumeGomez:debug_libcollections, r=aturon | bors | -0/+8 |
| 2017-02-05 | Replace PlaceBack Debug implementation with derive | Guillaume Gomez | -1/+1 |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -8/+2 |
| 2017-01-20 | Add Debug implementations for libcollection structs | Guillaume Gomez | -0/+8 |
| 2016-12-20 | run rustfmt on libcollections folder | Srinivas Reddy Thatiparthy | -5/+1 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -4/+4 |
| 2016-10-11 | Rollup merge of #36699 - bluss:repeat-str, r=alexcrichton | Guillaume Gomez | -0/+20 |
| 2016-10-11 | Add method str::repeat(self, usize) -> String | Ulrik Sverdrup | -0/+20 |
| 2016-10-06 | Rollup merge of #36930 - angelsl:issue-36202, r=frewsxcv | Jonathan Turner | -10/+10 |
| 2016-10-06 | Clarify last element in str.{r,}splitn documentation | angelsl | -10/+10 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -1/+1 |
| 2016-09-24 | Fix some typos and improve doc comments style | Guillaume Gomez | -2/+2 |
| 2016-09-13 | Implement std::str::replacen | knight42 | -0/+43 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -0/+4 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -3/+3 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -0/+8 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -1/+1 |
| 2016-06-07 | Rollup merge of #33645 - withoutboats:woboats_trim_matches_doc, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -239/+0 |
| 2016-05-27 | Added examples/docs to split in str.rs | Ty Coghlan | -2/+28 |
| 2016-05-14 | Correct the docs on str::trim_matches | Without Boats | -2/+2 |
| 2016-04-14 | fix str::split_at_mut() example | Gigih Aji Ibrahim | -2/+2 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -8/+21 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -1/+1 |
| 2016-03-04 | End stdlib module summaries with a full stop. | Steve Klabnik | -1/+1 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -3/+16 |
| 2016-02-27 | Improve formatting of the primitive str documentation | Michael Huynh | -17/+35 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -1/+1 |
| 2016-02-02 | Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste... | Steve Klabnik | -1/+1 |
| 2016-02-02 | Rollup merge of #31202 - steveklabnik:gh30459, r=alexcrichton | Steve Klabnik | -0/+48 |
| 2016-02-02 | Add doctests for directionality | Steve Klabnik | -0/+20 |