| Age | Commit message (Expand) | Author | Lines |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -17/+17 |
| 2018-09-05 | Auto merge of #52994 - varkor:trim_direction, r=alexcrichton | bors | -13/+157 |
| 2018-08-22 | use char pattern for single-character splits: a.split("x") -> a.split('x') | Matthias Krüger | -1/+1 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -7/+7 |
| 2018-08-12 | Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomez | Guillaume Gomez | -1/+4 |
| 2018-08-12 | Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm | Guillaume Gomez | -1/+1 |
| 2018-08-11 | Add links to std::char::REPLACEMENT_CHARACTER from docs. | Corey Farwell | -1/+4 |
| 2018-08-05 | Make features stable and clarify examples | varkor | -22/+8 |
| 2018-08-04 | Remove explicit returns where unnecessary | ljedrz | -1/+1 |
| 2018-08-04 | deleted changed lines | redroc | -33/+0 |
| 2018-08-04 | fixed broken links to char | redroc | -19/+19 |
| 2018-08-02 | Add #![feature(trim_direction)] to doc comments | varkor | -2/+14 |
| 2018-08-02 | Add trim_start, trim_end, trim_start_matches and trim_end_matches | varkor | -13/+159 |
| 2018-07-23 | libcore: Prefer `Option::map` over `match` where applicable | Colin Wallace | -7/+4 |
| 2018-07-22 | Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichton | kennytm | -13/+15 |
| 2018-07-13 | Change RangeInclusive to a three-field struct. | kennytm | -10/+10 |
| 2018-07-12 | deprecation message improvement | Artyom Pavlov | -2/+2 |
| 2018-06-27 | Add str::split_ascii_whitespace. | Clar Charr | -4/+155 |
| 2018-06-26 | review fix | Artyom Pavlov | -2/+2 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -7/+7 |
| 2018-06-26 | Deprecation of str::slice_uncheked(_mut) | newpavlov | -13/+15 |
| 2018-06-03 | impl Default for &mut str | kennytm | -0/+6 |
| 2018-05-28 | get rid of str::from_raw_parts_mut | Ralf Jung | -31/+5 |
| 2018-05-28 | extend from_raw_parts docs for slices and strs to mention alignment requirement | Ralf Jung | -6/+4 |
| 2018-05-23 | move type def out of unsafe block | Joe ST | -6/+4 |
| 2018-05-21 | Make `[T]::len` and `str::len` const fn | Oliver Schneider | -5/+15 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -475/+115 |
| 2018-04-30 | Clean up the other Slice*Inclusive impls for str | Michael Lamparski | -24/+10 |
| 2018-04-30 | str/slice: factor out overflow error messages | Michael Lamparski | -8/+10 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -17/+1753 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -3/+5 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -14/+1748 |
| 2018-04-17 | smaller PR just to fix #50002 | Michael Lamparski | -7/+2 |
| 2018-04-12 | Merge core::unicode::str into core::str | Simon Sapin | -1/+115 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -0/+4 |
| 2018-03-17 | Add an example of lossy decoding to str::Utf8Error docs | Simon Sapin | -0/+31 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -18/+6 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -7/+7 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -7/+7 |
| 2017-12-27 | Correct a few stability attributes | Oliver Middleton | -2/+6 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -5/+4 |
| 2017-11-13 | Add missing links in FromStr docs | Guillaume Gomez | -2/+5 |
| 2017-10-02 | Inline eq_slice into str::eq | leonardo.yvens | -12/+1 |
| 2017-09-29 | Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler | bors | -5/+2 |
| 2017-09-23 | TrustedRandomAccess specialisation for Cloned. | Clar Charr | -1/+13 |
| 2017-09-23 | Rollup merge of #44658 - leodasvacas:remove-str-eq-lang-item, r=arielb1 | Corey Farwell | -3/+0 |
| 2017-09-18 | Rollup merge of #44657 - Ixrec:patch-1, r=eddyb | Alex Crichton | -4/+4 |
| 2017-09-17 | Add `<*const T>::align_offset` and use it in `memchr` | Oliver Schneider | -2/+1 |
| 2017-09-17 | missed a 'mut' | Ixrec | -1/+1 |
| 2017-09-17 | Remove unused str_eq lang item | leonardo.yvens | -3/+0 |