| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-05-19 | doc: add missing fences | parir | -0/+4 |
| 2015-05-14 | Add #[inline] to Borrow<str>::borrow for String. | Jan Bujak | -0/+1 |
| 2015-05-08 | collections: change bounds of SliceConcatExt implementations to use Borrow in... | Sean McArthur | -6/+5 |
| 2015-05-06 | Auto merge of #25120 - bluss:sliceconcatext, r=alexcrichton | bors | -1/+3 |
| 2015-05-05 | collections: Convert SliceConcatExt to use associated types | Ulrik Sverdrup | -1/+3 |
| 2015-05-04 | Fix spelling errors in documentation. | Joseph Crail | -2/+2 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -1/+1 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -6/+23 |
| 2015-04-21 | std: Remove deprecated AsOsStr/Str/AsSlice traits | Alex Crichton | -1/+1 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -9/+35 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -4/+4 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -2/+1 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -2/+1 |
| 2015-04-05 | Refactored core::str::pattern to become a user-facing module and hide away | Marvin Löbel | -2/+3 |
| 2015-04-05 | Format all str docs to 80 char line breaks | Marvin Löbel | -109/+174 |
| 2015-04-05 | Implemented remaining string pattern iterators. | Marvin Löbel | -45/+275 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -11/+17 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -11/+13 |
| 2015-03-31 | rollup merge of #23901: steveklabnik/fix_links_str | Alex Crichton | -15/+12 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -84/+3 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -84/+3 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -3/+3 |
| 2015-03-31 | Fixup primitive.str docs | Steve Klabnik | -15/+12 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -3/+0 |