| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -4/+2 |
| 2015-06-17 | std: Stabilize the `str_matches` feature | Alex Crichton | -6/+4 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -8/+8 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -10/+10 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -1/+1 |
| 2015-06-11 | Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichton | bors | -45/+72 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-10 | collections: Remove redundant slicing for str | Ulrik Sverdrup | -45/+45 |
| 2015-06-10 | Add str::split_at | Ulrik Sverdrup | -0/+27 |
| 2015-06-10 | Auto merge of #26130 - steveklabnik:gh25986, r=alexcrichton | bors | -3/+28 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |
| 2015-06-09 | Auto merge of #26039 - SimonSapin:case-mapping, r=alexcrichton | bors | -3/+32 |
| 2015-06-09 | Document str::split behavior with contiguous separators | Steve Klabnik | -3/+28 |
| 2015-06-08 | Reordered the methods on str to improve doc sorting | Markus Westerlind | -673/+674 |
| 2015-06-08 | Address a review comment and fix a bootstrapping issue | Simon Sapin | -2/+7 |
| 2015-06-07 | Auto merge of #25912 - tshepang:better-str-examples, r=bluss | bors | -50/+28 |
| 2015-06-07 | doc: improve some of str examples | Tshepang Lekhonkhobe | -50/+28 |
| 2015-06-06 | Mark str::to_uppercase and str::to_lowercase as stable. | Simon Sapin | -2/+2 |
| 2015-06-06 | Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035. | Simon Sapin | -1/+25 |
| 2015-06-05 | Mark std::as_bytes as inline | James Miller | -0/+1 |
| 2015-06-01 | [libcollections] Fix unused import warnings during stage0 build | Wesley Wiser | -0/+4 |
| 2015-05-30 | doc: be more clear/explicit that we got String type | Tshepang Lekhonkhobe | -1/+1 |
| 2015-05-22 | Don't mention outdated methods | Steve Klabnik | -3/+2 |
| 2015-05-19 | Small fix for https://github.com/rust-lang/rust/pull/25611 | Steve Klabnik | -0/+4 |