| Age | Commit message (Expand) | Author | Lines |
| 2015-11-22 | Look up macro names as well when suggesting replacements for function resolve... | Manish Goregaokar | -3/+9 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |
| 2015-11-13 | Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn | bors | -2/+2 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -0/+12 |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -2/+2 |
| 2015-11-10 | Use lifetime elision | Seo Sanghyeon | -2/+2 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -2/+2 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -1/+1 |
| 2015-10-27 | Don't use panicking helpers in Parser. | Eli Friedman | -2/+2 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -1/+1 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -1/+1 |
| 2015-10-12 | Remove the push_unsafe! and pop_unsafe! macros. | Nick Cameron | -6/+0 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -5/+2 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -5/+2 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -3/+3 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -68/+0 |
| 2015-08-27 | Enumify CompilerExpansion in ExpnInfo | Manish Goregaokar | -4/+5 |
| 2015-08-17 | feature gate `cfg(target_feature)`. | Huon Wilson | -1/+5 |
| 2015-08-06 | Auto merge of #27296 - jroesch:type-macros, r=huonw | bors | -0/+20 |
| 2015-08-04 | Update and add test case | Jared Roesch | -1/+6 |
| 2015-08-04 | Extend macro machinery to expand macros in types | Jared Roesch | -0/+15 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -4/+9 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -0/+6 |
| 2015-06-16 | Remove superfluous variable | Simonas Kazlauskas | -2/+0 |
| 2015-06-16 | Fix file!(), line!() and column!() macros | Simonas Kazlauskas | -16/+25 |
| 2015-05-22 | Let MultiItemDecorator take `&Annotatable` (fixes #25683) | Manish Goregaokar | -3/+3 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -1/+1 |
| 2015-04-30 | WIP refactor expansion of decorators and move derive to MultiDecorator | Nick Cameron | -4/+16 |
| 2015-04-25 | Rebasing and making MulitDecorators work | Nick Cameron | -15/+3 |
| 2015-04-25 | Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor | Nick Cameron | -2/+56 |
| 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 |