| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-10-07 | doc: Mention split_whitespace in split doc | Boris Egorov | -0/+4 |
| 2015-09-27 | Rollup merge of #28682 - apasel422:features, r=steveklabnik | Manish Goregaokar | -2/+0 |
| 2015-09-26 | Remove unnecessary `#![feature]` attributes | Andrew Paseltiner | -2/+0 |
| 2015-09-25 | std: Update MatchIndices to return a subslice | Alex Crichton | -42/+30 |
| 2015-09-23 | Fix bad copypasta for patterns doc in std::str | Remi Rampin | -12/+9 |
| 2015-09-17 | Correctly walk import lists in AST visitors | Vadim Petrochenkov | -0/+1 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -7/+3 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -4/+6 |
| 2015-08-15 | collections: Add issues for unstable features | Alex Crichton | -16/+31 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -470/+5 |
| 2015-08-09 | Make `str::as_bytes_mut` private | Tobias Bucher | -13/+0 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -2/+14 |
| 2015-07-29 | Auto merge of #27380 - steveklabnik:rollup, r=steveklabnik | bors | -15/+29 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -15/+29 |
| 2015-07-28 | libcollections: Inline some performance-critical string functions; e.g. | Patrick Walton | -0/+17 |
| 2015-07-28 | Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturon | bors | -0/+5 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -0/+5 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -15/+29 |
| 2015-07-25 | Document Unicode complications in chars iterator | Kornel LesinĚski | -47/+71 |
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -34/+2 |
| 2015-07-20 | doc: Clean up primitive short descriptions | Brian Anderson | -1/+1 |
| 2015-07-13 | Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichton | bors | -1/+17 |
| 2015-07-13 | Fix tests for changes in #26241. | Simon Sapin | -1/+1 |
| 2015-07-13 | Mark some new things as unstable. | Simon Sapin | -1/+3 |
| 2015-07-13 | Add str::split_at_mut | Simon Sapin | -0/+6 |
| 2015-07-13 | Implement IndexMut for String and str. | Simon Sapin | -0/+8 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -1/+5 |
| 2015-07-11 | Add String::into_boxed_slice and Box<str>::into_string | Jonathan Reem | -21/+12 |
| 2015-07-10 | Rename SliceConcatExt::connect to join #26900 | Wesley Wiser | -1/+5 |
| 2015-07-04 | str: Correct documentation on is_char_boundary | Ulrik Sverdrup | -3/+1 |
| 2015-07-03 | remove some feature gates from the docs | Steve Klabnik | -4/+0 |