| Age | Commit message (Expand) | Author | Lines |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -7/+18 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -7/+7 |
| 2014-09-03 | auto merge of #16634 : apoelstra/rust/to-option-fix, r=aturon | bors | -8/+38 |
| 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-09-01 | auto merge of #16897 : japaric/rust/mut-slice-collection, r=alexcrichton | bors | -0/+9 |
| 2014-09-01 | auto merge of #16886 : Tobba/rust/defailbloat-string, r=alexcrichton | bors | -3/+9 |
| 2014-08-31 | Rename `RawPtr::to_option()` to `RawPtr::as_ref()` | Andrew Poelstra | -8/+38 |
| 2014-08-31 | &mut [T] now implements Collection. Fixes #16896 | Jorge Aparicio | -0/+9 |
| 2014-08-30 | rollup merge of #16842 : zsiciarz/master | Alex Crichton | -5/+5 |
| 2014-08-30 | rollup merge of #16835 : michaelsproul/doc-slice-failure | Alex Crichton | -28/+33 |
| 2014-08-30 | rollup merge of #16769 : rgawdzik/abs_doc_addition | Alex Crichton | -2/+6 |
| 2014-08-30 | auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw | bors | -109/+1 |
| 2014-08-30 | Defailbloat fail!(string) | Tobba | -3/+9 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -109/+1 |
| 2014-08-30 | Add lint groups; define built-in lint groups `bad_style` and `unused` | P1start | -1/+1 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -29/+29 |
| 2014-08-29 | Updated mut_chunks doc comment to match argument name. | Zbigniew Siciarz | -5/+5 |
| 2014-08-29 | doc: Clarify slice failure conditions. | Michael Sproul | -28/+33 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -88/+286 |
| 2014-08-28 | stabilize core::result | Aaron Turon | -41/+173 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -4/+9 |
| 2014-08-28 | stabilize core::option | Aaron Turon | -43/+104 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -14/+104 |
| 2014-08-26 | Added a note for usage of abs with ::MIN. | Robert Gawdzik ☢ | -2/+6 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -5/+30 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -1/+13 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -9/+20 |
| 2014-08-26 | Use the slice repr for ~[T] | Nick Cameron | -1/+1 |
| 2014-08-24 | auto merge of #16728 : bluss/rust/zip-next-back, r=alexcrichton | bors | -16/+18 |
| 2014-08-24 | doc: fix some typos in the Guide | Tshepang Lekhonkhobe | -2/+2 |
| 2014-08-24 | libcore: Simplify Enumerate, Zip::next_back | root | -16/+18 |
| 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-22 | auto merge of #16509 : luqmana/rust/uw, r=alexcrichton | bors | -11/+10 |
| 2014-08-20 | libgreen: use FFI-safe types | Corey Richardson | -0/+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-19 | auto merge of #16590 : nham/rust/str_searcher_underflow, r=alexcrichton | bors | -1/+1 |
| 2014-08-19 | auto merge of #16364 : tbu-/rust/pr_checkeddiv0, r=alexcrichton | bors | -3/+5 |
| 2014-08-18 | auto merge of #16579 : steveklabnik/rust/gh9099, r=pcwalton | bors | -1/+1 |
| 2014-08-18 | Fix underflow bug in core::str::Searcher::new for haystacks of length < 20 | nham | -1/+1 |
| 2014-08-18 | Improve text of Option.unwrap() | Steve Klabnik | -1/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -3/+3 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -36/+41 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -7/+12 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -36/+41 |
| 2014-08-15 | Register new snapshots | Alex Crichton | -8/+0 |