| Age | Commit message (Expand) | Author | Lines |
| 2015-01-02 | rollup merge of #20425: sanxiyn/opt-local-ty | Alex Crichton | -3/+3 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -3/+1 |
| 2015-01-02 | Make type in ast::Local optional | Seo Sanghyeon | -3/+3 |
| 2015-01-02 | Accept `derive` instead of `deriving` | Nick Cameron | -22/+34 |
| 2014-12-31 | syntax: unbox closures used in let bindings | Jorge Aparicio | -7/+7 |
| 2014-12-31 | syntax: unbox closures used in function arguments | Jorge Aparicio | -6/+6 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -12/+11 |
| 2014-12-29 | rollup merge of #20194: nick29581/dst-syntax | Alex Crichton | -18/+16 |
| 2014-12-29 | Slash the ast::Stmt type from 104 to 24 bytes. | Huon Wilson | -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/+1 |
| 2014-12-26 | Keep track of the whole error chain | Flavio Percoco | -2/+5 |
| 2014-12-26 | Accept `?Sized` as well as `Sized?` | Nick Cameron | -18/+16 |
| 2014-12-25 | Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString. | Simon Sapin | -0/+1 |
| 2014-12-23 | Rename include_bin! to include_bytes! | Chris Wong | -1/+10 |
| 2014-12-22 | rollup merge of #19891: nikomatsakis/unique-fn-types-3 | Alex Crichton | -9/+19 |
| 2014-12-22 | rollup merge of #20056: MrFloya/iter_rename | Alex Crichton | -1/+1 |
| 2014-12-22 | rollup merge of #20033: alexcrichton/deprecate-serialise | Alex Crichton | -18/+59 |
| 2014-12-22 | Fix fallout from changes. In cases where stage0 compiler is needed, we | Niko Matsakis | -9/+19 |
| 2014-12-22 | Renaming of the Iter types as in RFC #344 | Florian Wilkens | -1/+1 |
| 2014-12-22 | serialize: Fully deprecate the library | Alex Crichton | -18/+59 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -128/+116 |
| 2014-12-21 | rollup merge of #19972: alexcrichton/snapshots | Alex Crichton | -24/+0 |
| 2014-12-21 | rollup merge of #20080: seanmonstar/new-show-syntax | Alex Crichton | -0/+1 |
| 2014-12-21 | rollup merge of #20059: nick29581/self-impl | Alex Crichton | -5/+48 |
| 2014-12-21 | rollup merge of #20039: barosl/if-let-friendly-error | Alex Crichton | -3/+9 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -2/+2 |
| 2014-12-20 | Add support for multiple region bounds in where clauses | Jared Roesch | -1/+1 |
| 2014-12-20 | Add parser support for generalized where clauses | Jared Roesch | -2/+8 |
| 2014-12-20 | add {:?} fmt syntax | Sean McArthur | -0/+1 |
| 2014-12-20 | Allow `Self` in impls. | Nick Cameron | -5/+48 |
| 2014-12-20 | Drop the Match prefix from the MatchSource variants | Barosl Lee | -5/+9 |
| 2014-12-20 | Print a friendly error for the if-let construct without an else block | Barosl Lee | -1/+3 |
| 2014-12-19 | auto merge of #19463 : kali/rust/master, r=alexcrichton | bors | -2/+1 |
| 2014-12-19 | Register new snapshots | Alex Crichton | -24/+0 |
| 2014-12-19 | libsyntax: use `#[deriving(Copy)]` | Jorge Aparicio | -7/+3 |
| 2014-12-19 | ack parser.parse_ty change in quote_ty! (+ test) | Mathieu Poumeyrol | -2/+1 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -94/+95 |
| 2014-12-17 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-12-17 | rollup merge of #19831: luqmana/deriving-where | Alex Crichton | -5/+25 |
| 2014-12-17 | rollup merge of #19755: alexcrichton/rust-serialize | Alex Crichton | -2/+22 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -2/+2 |
| 2014-12-15 | auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis | bors | -0/+24 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -2/+2 |
| 2014-12-15 | rollup merge of #19812: frewsxcv/expansion-include-enum | Brian Anderson | -0/+1 |