| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-09-17 | Replace str's transmute() calls with pointer casts | Ixrec | -4/+4 |
| 2017-09-14 | Rollup merge of #44477 - napen123:master, r=frewsxcv | Corey Farwell | -0/+13 |
| 2017-09-12 | Remove Invalid UTF-8 from str::from_utf8_unchecked_mut | Ethan Dagner | -15/+0 |
| 2017-09-10 | Add doc examples to str::from_utf8_unchecked_mut | Ethan Dagner | -0/+28 |
| 2017-09-10 | Actually fix the trailing whitespace | smt923 | -1/+1 |
| 2017-09-10 | Fix markdown link for Utf8Error | smt923 | -1/+3 |
| 2017-09-10 | Fix trailing whitespace | smt923 | -1/+0 |
| 2017-09-10 | Fix incorrect markdown title | smt923 | -1/+1 |
| 2017-09-10 | Added short examples for 'str::from_utf8_mut' | smt923 | -0/+30 |
| 2017-08-30 | Auto merge of #43903 - oli-obk:alignto, r=aturon | bors | -1/+5 |
| 2017-08-29 | Add blanket TryFrom impl when From is implemented. | Jimmy Cuadra | -5/+2 |
| 2017-08-21 | Add align_offset intrinsic | Oliver Schneider | -1/+5 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1/+1 |
| 2017-07-25 | std: Stabilize the `str_{mut,box}_extras` feature | Alex Crichton | -3/+3 |
| 2017-07-25 | std: Stabilize `utf8_error_error_len` feature | Alex Crichton | -1/+1 |
| 2017-07-25 | std: Stabilize `str_checked_slicing` feature | Alex Crichton | -10/+10 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -1/+1 |
| 2017-07-20 | std: Cut down #[inline] annotations where not necessary | Alex Crichton | -3/+3 |
| 2017-07-13 | Forward more Iterator methods for str::Bytes | Simon Sapin | -0/+38 |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -1/+1 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -1/+1 |
| 2017-06-04 | Add overflow checking for str::get with inclusive ranges | Scott McMurray | -4/+12 |
| 2017-06-04 | Delegate str:Index(Mut) to SliceIndex<str> | Scott McMurray | -37/+18 |
| 2017-05-24 | Rollup merge of #42134 - scottmcm:rangeinclusive-struct, r=aturon | Mark Simulacrum | -40/+19 |
| 2017-05-21 | Make RangeInclusive just a two-field struct | Scott McMurray | -40/+19 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -4/+4 |
| 2017-04-28 | Explain why zero-length slices require a non-null pointer | Henri Sivonen | -1/+4 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -7/+32 |
| 2017-04-05 | Rollup merge of #40997 - donniebishop:from_utf8_linking, r=steveklabnik | Corey Farwell | -8/+15 |