| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -0/+23 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -8/+8 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -8/+8 |
| 2014-10-02 | Revert "Review and rebasing changes" | Aaron Turon | -61/+23 |
| 2014-10-02 | Review and rebasing changes | Nick Cameron | -23/+61 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -8/+8 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -7/+7 |
| 2014-09-26 | Implement Slice for String and str | Steven Fackler | -0/+23 |
| 2014-09-17 | rollup merge of #16936 : nham/two_way_makeover | Alex Crichton | -10/+90 |
| 2014-09-12 | Document why `core::str::Searcher::new` doesn't overflow | Tobias Bucher | -0/+3 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -4/+4 |
| 2014-09-02 | Add many comments to TwoWaySearcher. | nham | -10/+87 |
| 2014-09-02 | core: Make TwoWaySearcher reset its prefix memory when shifting by byteset | nham | -0/+3 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -27/+27 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -7/+12 |
| 2014-08-24 | doc: fix some typos in the Guide | Tshepang Lekhonkhobe | -2/+2 |
| 2014-08-24 | auto merge of #16698 : bluss/rust/slice-bloat, r=huonw | bors | -11/+31 |
| 2014-08-23 | auto merge of #16612 : nham/rust/twoway_searcher_fix, r=alexcrichton | bors | -1/+13 |
| 2014-08-23 | core: Separate failure formatting in str methods slice, slice_to, slice_from | root | -11/+31 |
| 2014-08-22 | Improve TwoWaySearcher comments. | nham | -3/+10 |
| 2014-08-20 | Fix TwoWaySearcher to work when used with periodic needles. | nham | -1/+6 |
| 2014-08-19 | Add examples for some StrSlice methods. | nham | -0/+46 |
| 2014-08-18 | Fix underflow bug in core::str::Searcher::new for haystacks of length < 20 | nham | -1/+1 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -2/+2 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -12/+12 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -2/+2 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -3/+0 |
| 2014-08-06 | Use byte literals in libcore | nham | -1/+1 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -2/+5 |
| 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 | Simplify str CharOffsets iterator | root | -7/+7 |
| 2014-07-19 | Write multibyte case for str Chars iterator in-line | root | -59/+48 |
| 2014-07-19 | Clarify str Chars iterator implementation | root | -13/+16 |
| 2014-07-17 | core::str: Implement Chars iterator using slice::Items | root | -44/+114 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -82/+1 |
| 2014-07-09 | str: use more helpful assertion failure messages | Corey Richardson | -2/+5 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -82/+1 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -14/+16 |
| 2014-06-30 | auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw | bors | -1/+45 |
| 2014-06-30 | Add `utf16_units` | John Schmidt | -1/+45 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -2/+4 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -12/+0 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -7/+7 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+5 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -0/+4 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -4/+4 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -2/+2 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -2/+1 |
| 2014-06-02 | Document failure cases for `char_at` and friends. | Aaron Turon | -2/+17 |