| Age | Commit message (Expand) | Author | Lines |
| 2015-01-06 | [breaking change] Revert Entry behaviour to take keys by value. | Dylan Ede | -3/+3 |
| 2015-01-06 | syntax: implement 'macro input future proofing' | Corey Richardson | -8/+140 |
| 2015-01-05 | rollup merge of #20482: kmcallister/macro-reform | Alex Crichton | -146/+135 |
| 2015-01-05 | rollup merge of #20556: japaric/no-for-sized | Alex Crichton | -2/+2 |
| 2015-01-05 | rollup merge of #20568: huonw/ungate-AT-globs | Alex Crichton | -15/+7 |
| 2015-01-05 | rollup merge of #20554: huonw/mut-pattern | Alex Crichton | -1/+1 |
| 2015-01-05 | Modernize macro_rules! invocations | Keegan McAllister | -9/+11 |
| 2015-01-05 | Reserve the keyword 'macro' | Keegan McAllister | -6/+6 |
| 2015-01-05 | Allow selective macro import | Keegan McAllister | -2/+5 |
| 2015-01-05 | Move #[macro_reexport] to extern crate | Keegan McAllister | -59/+14 |
| 2015-01-05 | syntax: remove remaining boxed closures | Jorge Aparicio | -33/+29 |
| 2015-01-05 | Reformat metadata for exported macros | Keegan McAllister | -72/+34 |
| 2015-01-05 | Rename macro_escape to macro_use | Keegan McAllister | -18/+27 |
| 2015-01-05 | sed -i -s 's/ for Sized?//g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-05 | Implement macro re-export | Keegan McAllister | -1/+49 |
| 2015-01-05 | Add a special macro nonterminal $crate | Keegan McAllister | -6/+43 |
| 2015-01-05 | Replace LetSyntaxTT with MacroRulesTT | Keegan McAllister | -57/+30 |
| 2015-01-05 | Ungate default type parameters. | Huon Wilson | -15/+7 |
| 2015-01-04 | serialize: Use assoc types + less old_orphan_check | Alex Crichton | -30/+32 |
| 2015-01-05 | Change `&` pat to only work with &T, and `&mut` with &mut T. | Huon Wilson | -1/+1 |
| 2015-01-05 | auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -1/+2 |
| 2015-01-04 | Add syntax for negative implementations of traits | Flavio Percoco | -1/+2 |
| 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 | -104/+0 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -26/+26 |
| 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 | -1/+1 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -1/+3 |
| 2015-01-03 | syntax: fix fallout | Jorge Aparicio | -1/+1 |
| 2015-01-02 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -22/+34 |
| 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 |