| Age | Commit message (Expand) | Author | Lines |
| 2015-01-05 | Stabilize core::ops | Aaron Turon | -0/+70 |
| 2015-01-05 | Final alpha stabilization of core::iter | Aaron Turon | -354/+340 |
| 2015-01-05 | Rename macro_escape to macro_use | Keegan McAllister | -4/+8 |
| 2015-01-05 | Stop using macro_escape as an inner attribute | Keegan McAllister | -8/+12 |
| 2015-01-05 | Use $crate and macro reexport to reduce duplicated code | Keegan McAllister | -23/+182 |
| 2015-01-05 | remove unused `Sized` imports | Jorge Aparicio | -2/+0 |
| 2015-01-05 | sed -i -s 's/ for Sized?//g' **/*.rs | Jorge Aparicio | -37/+37 |
| 2015-01-05 | std: Move Atomic{Int,Uint} back to unstable | Alex Crichton | -24/+6 |
| 2015-01-05 | std: Redesign c_str and c_vec | Alex Crichton | -1/+1 |
| 2015-01-04 | std: Fix missing stability in sync | Alex Crichton | -13/+3 |
| 2015-01-04 | std: Fixup some missing stabilization on str | Alex Crichton | -3/+7 |
| 2015-01-05 | Change `&` pat to only work with &T, and `&mut` with &mut T. | Huon Wilson | -1/+1 |
| 2015-01-05 | char: small tweak since `is_some` > equivalent `match`. | Huon Wilson | -4/+1 |
| 2015-01-05 | Rename `core::char::Char` to `CharExt` to match prelude guidelines. | Huon Wilson | -7/+7 |
| 2015-01-05 | Mark the contents of `char` stable. | Huon Wilson | -21/+25 |
| 2015-01-05 | Switch encode_utf* to by-value self. | Huon Wilson | -6/+6 |
| 2015-01-04 | Merge pull request #20500 from globin/fix/range-sugar | bors | -7/+7 |
| 2015-01-04 | fix range sugar | Robin Gloster | -7/+7 |
| 2015-01-04 | auto merge of #20393 : japaric/rust/impl-any, r=aturon | bors | -28/+8 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -839/+132 |
| 2015-01-03 | remove `Any[Mut]RefExt` traits in favor of `impl Any` | Jorge Aparicio | -28/+8 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -125/+125 |
| 2015-01-03 | sed -i -s 's/\bmod}/self}/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -15/+15 |
| 2015-01-04 | auto merge of #20490 : japaric/rust/assoc-types, r=aturon | bors | -408/+772 |
| 2015-01-03 | core: use assoc types in `Index[Mut]` | Jorge Aparicio | -6/+64 |
| 2015-01-03 | use assoc types in unop traits | Jorge Aparicio | -13/+31 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -67/+155 |
| 2015-01-03 | Initial version of AArch64 support. | Akos Kiss | -1/+7 |
| 2015-01-03 | core: merge IteratorPairExt into IteratorExt | Jorge Aparicio | -11/+7 |
| 2015-01-03 | core: merge DoubleEndedIteratorExt into IteratorExt | Jorge Aparicio | -29/+22 |
| 2015-01-03 | core: use assoc types in Iterator et al | Jorge Aparicio | -289/+500 |
| 2015-01-03 | auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats... | bors | -8/+8 |
| 2015-01-03 | auto merge of #19835 : pythonesque/rust/add-unordered-intrinsic, r=thestinger | bors | -0/+2 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -204/+206 |
| 2015-01-02 | rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2 | Alex Crichton | -11/+28 |
| 2015-01-02 | Rollup test fixes and rebase conflicts | Alex Crichton | -3/+0 |
| 2015-01-02 | rollup merge of #20386: frewsxcv/rm-reexports | Alex Crichton | -3/+3 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -22/+42 |
| 2015-01-02 | rollup merge of #20315: alexcrichton/std-sync | Alex Crichton | -3/+15 |
| 2015-01-02 | rollup merge of #20377: alexcrichton/issue-20352 | Alex Crichton | -49/+46 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -0/+3 |
| 2015-01-02 | Ensure that, for every trait `Foo`, the predicate `Foo : Foo` holds. | Niko Matsakis | -3/+0 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -182/+162 |
| 2015-01-02 | Fix fallout from change, adding explicit `Sized` annotations where necessary. | Niko Matsakis | -8/+28 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -58/+55 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -49/+46 |
| 2015-01-01 | std: Second pass stabilization of sync | Alex Crichton | -3/+15 |
| 2015-01-02 | More fallout | Nick Cameron | -20/+20 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -9/+9 |