| Age | Commit message (Expand) | Author | Lines |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -1/+2 |
| 2014-12-15 | Remove internal uses of `marker::NoCopy` | Jorge Aparicio | -5/+2 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -2/+2 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -423/+26 |
| 2014-12-14 | libcore: make iterator adaptors `Clone`able | Jorge Aparicio | -0/+11 |
| 2014-12-13 | libcore: use unboxed closures in `slice::raw` free functions | Jorge Aparicio | -8/+7 |
| 2014-12-13 | libcore: use unboxed closures in `SlicePrelude` methods | Jorge Aparicio | -2/+2 |
| 2014-12-13 | libcore: use unboxed closures in the fields of `MutSplits` | Jorge Aparicio | -11/+20 |
| 2014-12-13 | libcore: use unboxed closures in the fields of `Splits` | Jorge Aparicio | -12/+19 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+6 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -3/+6 |
| 2014-12-05 | rollup merge of #19483: cgaebel/copy_memory-comment | Corey Richardson | -2/+3 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -2/+4 |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -6/+6 |
| 2014-12-03 | Overload the `==` operator | Jorge Aparicio | -3/+3 |
| 2014-12-02 | Fixed out of date comment on `copy_memory` | Clark Gaebel | -2/+3 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -25/+13 |
| 2014-11-26 | rollup merge of #19287: alexcrichton/issue-19272 | Alex Crichton | -10/+8 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -25/+13 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2014-11-25 | auto merge of #18966 : huonw/rust/iter2slice, r=aturon | bors | -0/+96 |
| 2014-11-25 | Add methods to go from a slice iterators to a slice. | Huon Wilson | -0/+96 |
| 2014-11-24 | std: Export BinarySearchResult | Alex Crichton | -10/+8 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -3/+47 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -3/+47 |
| 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 |