| Age | Commit message (Expand) | Author | Lines |
| 2017-01-25 | std: Stabilize APIs for the 1.16.0 release | Alex Crichton | -8/+2 |
| 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 |
| 2016-02-01 | docs: Standardize on 'Errors' header in std docs | Kamal Marhubi | -1/+1 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -4/+0 |
| 2016-01-26 | Document LTR vs RTL wrt trim_* | Steve Klabnik | -0/+28 |
| 2016-01-19 | Fix typo | Barosl Lee | -2/+2 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -1/+1 |
| 2016-01-13 | Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichton | bors | -11/+14 |
| 2015-12-26 | Fix some links in str docs | Florian Hartwig | -3/+3 |
| 2015-12-10 | Correct 'bye' to 'byte' in str docs. | Scott Olson | -2/+2 |
| 2015-12-07 | Fix some str docs to refer to patterns | William Throwe | -10/+13 |
| 2015-12-07 | Let str::replace take a pattern | William Throwe | -1/+1 |
| 2015-12-01 | Auto merge of #30057 - steveklabnik:doc_str, r=alexcrichton | bors | -234/+579 |
| 2015-11-30 | Better docs for the str primitive | Steve Klabnik | -234/+579 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -15/+22 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -15/+22 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+14 |
| 2015-11-12 | libcollections: deny warnings in doctests | Kevin Butler | -6/+4 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -8/+3 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -8/+3 |
| 2015-10-23 | Unsafety -> Safety in doc headings | Steve Klabnik | -1/+1 |
| 2015-10-19 | Correct spelling in docs | Andrew Paseltiner | -1/+1 |