| Age | Commit message (Expand) | Author | Lines |
| 2017-03-25 | Link ParseBoolError to from_str method of bool | Donnie Bishop | -1/+3 |
| 2017-03-22 | Rollup merge of #40722 - stjepang:doc-consistency-fixes, r=steveklabnik | Corey Farwell | -7/+7 |
| 2017-03-22 | Tracking issue numbers | Simonas Kazlauskas | -10/+10 |
| 2017-03-22 | Checked (and unchecked) slicing for strings? | Simonas Kazlauskas | -23/+303 |
| 2017-03-22 | Various fixes to wording consistency in the docs | Stjepan Glavina | -7/+7 |
| 2017-03-21 | str: Make docs consistently punctuated | Sam Whited | -1/+1 |
| 2017-03-20 | Auto merge of #40281 - jimmycuadra:try-from-from-str, r=aturon | bors | -2/+5 |
| 2017-03-17 | Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG... | Corey Farwell | -35/+35 |
| 2017-03-15 | Rename TryFrom's associated type and implement str::parse using TryFrom. | Jimmy Cuadra | -2/+5 |
| 2017-03-14 | Add tracking issue number for Utf8Error::error_len | Simon Sapin | -1/+1 |
| 2017-03-14 | Replace Utf8Error::resume_from with Utf8Error::error_len | Simon Sapin | -10/+12 |
| 2017-03-14 | Add Utf8Error::resume_from, to help incremental and/or lossy decoding. | Simon Sapin | -22/+56 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -35/+35 |
| 2017-03-01 | Only keep one copy of the UTF8_CHAR_WIDTH table. | Simon Sapin | -0/+7 |
| 2017-02-16 | Additional docs for Vec, String, and slice trait impls | Matt Brubeck | -0/+14 |
| 2017-02-09 | name anonymous fn parameters in libcore traits | Trevor Spiteri | -3/+3 |
| 2017-01-12 | Auto merge of #37926 - bluss:from-utf8-small-simplification, r=sfackler | bors | -27/+26 |
| 2017-01-03 | Auto merge of #38066 - bluss:string-slice-error, r=sfackler | bors | -4/+22 |
| 2016-12-04 | core: Forward ExactSizeIterator::is_empty for Bytes | Ulrik Sverdrup | -0/+5 |
| 2016-11-30 | Use more specific panic message for &str slicing errors | Ulrik Sverdrup | -4/+22 |
| 2016-11-22 | utf8 validation: Cleanup code by renaming index variable | Ulrik Sverdrup | -15/+15 |
| 2016-11-22 | utf8 validation: Cleanup code in the ascii fast path | Ulrik Sverdrup | -6/+4 |
| 2016-11-21 | utf8 validation: Compute block end upfront | Ulrik Sverdrup | -15/+16 |
| 2016-11-20 | Auto merge of #37888 - bluss:chars-count, r=alexcrichton | bors | -0/+16 |
| 2016-11-20 | Optimise CharIndices::last() | Oliver Middleton | -0/+6 |
| 2016-11-19 | str: Improve .chars().count() | Ulrik Sverdrup | -0/+16 |
| 2016-11-19 | Optimise Chars::last() | Oliver Middleton | -0/+6 |
| 2016-09-30 | str: Fix documentation typo | David Henningsson | -1/+1 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -1/+1 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -1/+1 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -16/+4 |
| 2016-08-23 | Rollup merge of #35910 - tbu-:pr_weird_linebreak, r=alexcrichton | Guillaume Gomez | -2/+3 |
| 2016-08-23 | Change a weird line break in `core::str` | Tobias Bucher | -2/+3 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+24 |
| 2016-07-28 | Add documentation example for `str::Chars::as_str`. | Corey Farwell | -0/+13 |
| 2016-06-24 | Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton | bors | -9/+8 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -16/+0 |
| 2016-06-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -9/+8 |
| 2016-06-01 | Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon | bors | -129/+1 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -129/+1 |
| 2016-05-27 | make core::str::next_code_point work on arbitrary iterator | M Farkas-Dyck | -2/+3 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -2/+0 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -2/+0 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -16/+23 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -16/+23 |
| 2016-04-09 | Bit-magic for faster is_char_boundary | Raph Levien | -1/+2 |
| 2016-04-05 | Specialize equality for [T] and comparison for [u8] | Ulrik Sverdrup | -22/+3 |
| 2016-03-26 | Rollup merge of #32456 - bluss:str-zero, r=alexcrichton | Manish Goregaokar | -1/+5 |
| 2016-03-24 | Accept 0 as a valid str char boundary | Ulrik Sverdrup | -1/+4 |