| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | syntax: remove #![feature(box_syntax, box_patterns)] | Erick Tryzelaar | -4/+4 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -4/+2 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Add "trace-macros" as a compiler flag | Thomas Jespersen | -4/+2 |
| 2015-04-11 | Remove the vestigial ExtCtxt::print_backtrace function. | Ryan Prichard | -10/+0 |
| 2015-04-07 | Improves handling of statement macros. | Christopher Chambers | -14/+16 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -4/+4 |
| 2015-04-01 | Fallout in libsyntax | Niko Matsakis | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -3/+3 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -6/+6 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -34/+16 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -30/+25 |
| 2015-03-06 | Make #[derive(Anything)] into sugar for #[derive_Anything] | Keegan McAllister | -4/+2 |
| 2015-03-06 | Auto merge of #22899 - huonw:macro-stability, r=alexcrichton | bors | -5/+8 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -5/+8 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -0/+4 |
| 2015-03-05 | Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister | bors | -1/+7 |
| 2015-03-04 | Add quasiquote for matchers and attributes | Piotr Czarnecki | -1/+7 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -3/+3 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -0/+4 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -47/+69 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -11/+11 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -1/+1 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-17 | Rollup merge of #22383 - pnkfelix:pass-features-along-during-expansion, r=huonw | Manish Goregaokar | -4/+5 |
| 2015-02-16 | Fix fallout in libsyntax from RFC 599. Clarity and efficiency seems to be mos... | Niko Matsakis | -3/+3 |
| 2015-02-15 | libsyntax: Pass feature set in ExpansionConfig, not just enable_quotes. | Felix S. Klock II | -4/+5 |
| 2015-02-09 | Process cfg_attr right before stripping cfg | Keegan McAllister | -2/+0 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -0/+5 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -2/+1 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -1/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-26 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -0/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -1/+1 |
| 2015-01-25 | Tell the compiler to tell us that `deriving` is dead. | Huon Wilson | -0/+2 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -1/+2 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+2 |
| 2015-01-17 | libsyntax: uint types to usize | Paul Collier | -1/+1 |
| 2015-01-15 | Syntax extensions on trait and impl items. | Nick Cameron | -0/+106 |
| 2015-01-07 | rollup merge of #20657: alexcrichton/stabilize-macros | Alex Crichton | -11/+0 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -6/+6 |
| 2015-01-07 | std: Stablize the macros module | Alex Crichton | -11/+0 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -5/+5 |
| 2015-01-05 | Allow selective macro import | Keegan McAllister | -2/+4 |
| 2015-01-05 | Move #[macro_reexport] to extern crate | Keegan McAllister | -0/+10 |
| 2015-01-05 | Reformat metadata for exported macros | Keegan McAllister | -21/+1 |
| 2015-01-05 | Replace LetSyntaxTT with MacroRulesTT | Keegan McAllister | -9/+3 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | syntax: fix fallout | Jorge Aparicio | -1/+1 |
| 2015-01-02 | Accept `derive` instead of `deriving` | Nick Cameron | -0/+2 |