| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-29 | rollup merge of #20266: nick29581/dxr-use | Alex Crichton | -3/+4 |
| 2014-12-29 | rollup merge of #20264: nagisa/threadrng | Alex Crichton | -1/+1 |
| 2014-12-29 | rollup merge of #20194: nick29581/dst-syntax | Alex Crichton | -72/+132 |
| 2014-12-30 | Remove ExprSlice by hacking the compiler | Nick Cameron | -37/+14 |
| 2014-12-30 | Add hypothetical support for ranges with only an upper bound | Nick Cameron | -5/+7 |
| 2014-12-29 | Rebase fixes. | Huon Wilson | -3/+3 |
| 2014-12-29 | Slash the ast::Stmt type from 104 to 24 bytes. | Huon Wilson | -6/+6 |
| 2014-12-28 | Rename TaskRng to ThreadRng | Simonas Kazlauskas | -1/+1 |
| 2014-12-28 | auto merge of #20136 : eddyb/rust/format-args, r=alexcrichton | bors | -147/+99 |
| 2014-12-27 | syntax: change format_args! to produce fmt::Arguments instead of calling a fu... | Eduard Burtescu | -66/+29 |
| 2014-12-27 | syntax: use std::string::String unqualified in format. | Eduard Burtescu | -13/+12 |
| 2014-12-27 | syntax: turn the match-call generated by format_args inside-out. | Eduard Burtescu | -39/+41 |
| 2014-12-27 | syntax: format: put static arrays in their own blocks to avoid needing a wrap... | Eduard Burtescu | -40/+39 |
| 2014-12-27 | syntax: format: remove unused method_statics field. | Eduard Burtescu | -15/+4 |
| 2014-12-27 | auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler | bors | -0/+3 |
| 2014-12-28 | Fix spans for `use` view statements and their treatment in save-analysis | Nick Cameron | -3/+4 |
| 2014-12-26 | Keep track of the whole error chain | Flavio Percoco | -2/+5 |
| 2014-12-26 | Changes to RustDoc | Nick Cameron | -7/+12 |
| 2014-12-26 | Accept `?Sized` as well as `Sized?` | Nick Cameron | -70/+125 |
| 2014-12-25 | Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString. | Simon Sapin | -0/+3 |
| 2014-12-25 | Parse fully-qualified associated types in generics without whitespace | P1start | -34/+10 |
| 2014-12-24 | auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichton | bors | -1/+10 |