| Age | Commit message (Expand) | Author | Lines |
| 2015-01-05 | Ungate default type parameters. | Huon Wilson | -33/+8 |
| 2015-01-05 | Ungate globs. | Huon Wilson | -8/+2 |
| 2015-01-05 | Ungate associated types. | Huon Wilson | -24/+1 |
| 2015-01-05 | Refactor struct parsing and add tests | Jared Roesch | -46/+78 |
| 2015-01-04 | serialize: Use assoc types + less old_orphan_check | Alex Crichton | -52/+119 |
| 2015-01-05 | Change `&` pat to only work with &T, and `&mut` with &mut T. | Huon Wilson | -8/+16 |
| 2015-01-05 | auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -9/+66 |
| 2015-01-04 | Fix the parsing of where-clauses for structs | Jared Roesch | -3/+21 |
| 2015-01-05 | auto merge of #20163 : bfops/rust/master, r=Gankro | bors | -11/+8 |
| 2015-01-04 | Put negative trait implemtations behind a feature gate | Flavio Percoco | -1/+14 |
| 2015-01-04 | Add syntax for negative implementations of traits | Flavio Percoco | -9/+53 |
| 2015-01-04 | Merge pull request #20452 from brson/rustup | bors | -1/+1 |
| 2015-01-04 | [breaking change] Update entry API as part of RFC 509. | Ben Foppa | -11/+8 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -114/+2 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -193/+193 |
| 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 | -12/+12 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -5/+15 |
| 2015-01-03 | syntax: fix fallout | Jorge Aparicio | -11/+19 |
| 2015-01-03 | auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats... | bors | -34/+10 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -4/+13 |
| 2015-01-02 | Merge remote-tracking branch 'erickt/rustup' | Brian Anderson | -1/+1 |
| 2015-01-02 | rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2 | Alex Crichton | -3/+2 |
| 2015-01-02 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -23/+39 |
| 2015-01-02 | rollup merge of #20425: sanxiyn/opt-local-ty | Alex Crichton | -22/+20 |
| 2015-01-02 | rollup merge of #20416: nikomatsakis/coherence | Alex Crichton | -3/+23 |
| 2015-01-02 | rollup merge of #20334: nagisa/ffi-llvm | Alex Crichton | -0/+11 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -4/+13 |
| 2015-01-02 | rollup merge of #20377: alexcrichton/issue-20352 | Alex Crichton | -1/+2 |
| 2015-01-02 | Fix fallout from change, adding explicit `Sized` annotations where necessary. | Niko Matsakis | -3/+2 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -25/+45 |
| 2015-01-02 | Make type in ast::Local optional | Seo Sanghyeon | -22/+20 |
| 2015-01-02 | Accept `derive` instead of `deriving` | Nick Cameron | -22/+34 |
| 2015-01-02 | Accept `self` in place of `mod` in use items | Nick Cameron | -1/+5 |
| 2015-01-02 | Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus... | Niko Matsakis | -3/+23 |
| 2015-01-01 | std: Enforce Unicode in fmt::Writer | Alex Crichton | -1/+2 |
| 2015-01-02 | More fallout | Nick Cameron | -1/+1 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -2/+2 |
| 2015-01-02 | Accept ranges with only a maximum value: `..expr` | Nick Cameron | -4/+11 |
| 2015-01-02 | Disallow [_, ..n] syntax for fixed length arrays and repeating array construc... | Nick Cameron | -15/+2 |
| 2015-01-01 | auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichton | bors | -35/+120 |
| 2015-01-01 | Feature gate macro arguments | Corey Richardson | -35/+120 |
| 2014-12-31 | syntax: unbox closures used in let bindings | Jorge Aparicio | -15/+15 |
| 2014-12-31 | syntax: unbox closures used in function arguments | Jorge Aparicio | -31/+35 |
| 2014-12-31 | Feature gate FFI imports of LLVM intrinsics | Simonas Kazlauskas | -0/+11 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -18/+18 |
| 2014-12-30 | Add a FIXME relating to using `ast::Name` | Niko Matsakis | -1/+1 |
| 2014-12-30 | Don't normalize associated types when in region binders, wait until we instan... | Niko Matsakis | -0/+12 |
| 2014-12-30 | Parse arbitrary operators after expr-like macro invocations in statement posi... | P1start | -5/+10 |
| 2014-12-29 | rollup merge of #20266: nick29581/dxr-use | Alex Crichton | -3/+4 |