| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -2/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-10-03 | Fix lev_distance | Till Hoeppner | -9/+28 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -2/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -2/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -1/+2 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-26 | libcollections: In tests, remove some uses of deprecated methods and | nham | -1/+0 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -5/+8 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -19/+31 |
| 2014-08-19 | A few minor documentation fixes | P1start | -94/+90 |
| 2014-08-18 | Remove innapropriate string mutability section. | Steve Klabnik | -11/+0 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -2/+2 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -3/+5 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -2/+2 |
| 2014-08-13 | Fix test fallout | Brian Anderson | -9/+9 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-12 | Deprecation fallout in libcollections | Aaron Turon | -7/+7 |
| 2014-08-06 | Use byte literals in libcollections tests | nham | -6/+6 |
| 2014-07-28 | collections, unicode: Add support for NFC and NFKC | Florian Zeitz | -30/+198 |
| 2014-07-24 | Add `string::raw::from_buf` | Adolfo Ochagavía | -15/+3 |
| 2014-07-24 | Deprecated `String::from_raw_parts` | Adolfo Ochagavía | -1/+2 |
| 2014-07-24 | Deprecated `str::raw::from_buf_len` | Adolfo Ochagavía | -23/+6 |
| 2014-07-24 | Deprecated `str::raw::from_byte` | Adolfo Ochagavía | -2/+3 |
| 2014-07-24 | Deprecated `str::raw::from_utf8_owned` | Adolfo Ochagavía | -5/+4 |
| 2014-07-24 | Deprecated `str::raw::from_c_str` | Adolfo Ochagavía | -12/+3 |
| 2014-07-24 | Remove OwnedStr trait | Adolfo Ochagavía | -29/+0 |
| 2014-07-23 | Remove kludgy imports from vec! macro | Brian Anderson | -1/+3 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+2 |
| 2014-07-19 | auto merge of #15638 : blake2-ppc/rust/ptr-arithmetic-chars, r=huonw | bors | -6/+48 |
| 2014-07-17 | Guide: strings | Steve Klabnik | -4/+4 |
| 2014-07-18 | Add more tests for str Chars iterator | root | -0/+25 |
| 2014-07-17 | str: Add better tests for string slice's Chars iterator | root | -6/+23 |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -6/+293 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -51/+7 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -195/+3 |
| 2014-07-15 | Deprecate `str::from_utf16_lossy` | Adolfo Ochagavía | -105/+3 |
| 2014-07-15 | Deprecate `str::from_utf16` | Adolfo Ochagavía | -31/+9 |
| 2014-07-15 | Deprecate `str::from_char` | Adolfo Ochagavía | -1/+3 |
| 2014-07-15 | Deprecate `str::from_chars` | Adolfo Ochagavía | -2/+2 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -16/+2 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -6/+284 |
| 2014-07-14 | add UnicodeStrSlice width() function | kwantam | -0/+9 |
| 2014-07-14 | auto merge of #15497 : jasonthompson/rust/docs/str3, r=cmr | bors | -0/+47 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -5/+8 |
| 2014-07-09 | fix test failures | kwantam | -0/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -120/+137 |