| Age | Commit message (Expand) | Author | Lines |
| 2014-11-03 | core: Fix fallout of changing `#[deriving(Clone)]` | Jorge Aparicio | -1/+0 |
| 2014-11-03 | auto merge of #18460 : gamazeps/rust/issue18451, r=steveklabnik | bors | -1/+1 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -10/+25 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -2/+2 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -2/+2 |
| 2014-10-30 | Doc: Clears up trim_char doc | gamazeps | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -4/+4 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-10-27 | DSTify [T]/str extension traits | Jorge Aparicio | -64/+65 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -23/+0 |
| 2014-10-09 | core: Convert statics to constants | Alex Crichton | -2/+2 |
| 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 |