| Age | Commit message (Expand) | Author | Lines |
| 2014-11-20 | libcore: DST-ify AsSlice | Aaron Turon | -5/+15 |
| 2014-11-18 | Fallout from deprecation | Aaron Turon | -3/+5 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -2/+2 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -16/+16 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -2/+2 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -77/+0 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -2/+2 |
| 2014-11-13 | Move saturating operator methods into Int | Brendan Zabarauskas | -1/+1 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -16/+16 |
| 2014-11-06 | Implement Index/IndexMut for [T] | Jorge Aparicio | -1/+16 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -219/+310 |
| 2014-11-05 | DSTify PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+62 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -20/+26 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -1/+1 |
| 2014-10-27 | DSTify [T]/str extension traits | Jorge Aparicio | -110/+109 |
| 2014-10-24 | auto merge of #17960 : mahkoh/rust/clone_from_slice, r=pcwalton | bors | -4/+7 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -277/+8 |
| 2014-10-12 | improve clone_from_slice performance | Julian Orth | -4/+7 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -59/+0 |
| 2014-10-08 | auto merge of #17748 : mahkoh/rust/int_slice, r=aturon | bors | -0/+58 |
| 2014-10-08 | add {Imm,M}utableIntSlice | Julian Orth | -0/+58 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -1/+62 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -4/+4 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -42/+33 |
| 2014-10-06 | Add example to doc for `slice::ImmutableSlice::binary_search`. | Felix S. Klock II | -2/+42 |
| 2014-10-02 | rollup merge of #16993 : dschatzberg/items-bounds | Alex Crichton | -2/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -47/+89 |
| 2014-10-02 | Revert "Remove the `_` suffix from slice methods." | Aaron Turon | -58/+69 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+2 |
| 2014-10-02 | Revert "Review and rebasing changes" | Aaron Turon | -3/+5 |
| 2014-10-02 | Add lifetime bounds on Items and MutItems. | Dan Schatzberg | -2/+2 |
| 2014-10-02 | Review and rebasing changes | Nick Cameron | -5/+3 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -2/+2 |
| 2014-10-02 | Remove the `_` suffix from slice methods. | Nick Cameron | -69/+58 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -89/+47 |
| 2014-09-25 | Fallout from deprecation | Aaron Turon | -0/+1 |
| 2014-09-25 | Stabilize mutable slice API | Aaron Turon | -239/+266 |
| 2014-09-22 | Fix deprecation warnings in check-docs. | Victor Berger | -2/+2 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -0/+58 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -19/+19 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -18/+71 |
| 2014-09-05 | Optimize Slice::reverse | Brian Anderson | -1/+6 |
| 2014-09-01 | auto merge of #16897 : japaric/rust/mut-slice-collection, r=alexcrichton | bors | -0/+9 |
| 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-29 | Register new snapshots | Alex Crichton | -59/+0 |
| 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 |