| Age | Commit message (Expand) | Author | Lines |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -1/+2 |
| 2017-09-21 | only set non-ADT derive error once per attribute, not per trait | Zack M. Davis | -4/+7 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -11/+11 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -44/+44 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-07-29 | Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrc | Mark Simulacrum | -0/+1 |
| 2017-07-28 | syntax: Capture a `TokenStream` when parsing items | Alex Crichton | -0/+2 |
| 2017-07-29 | Add Span to ast::WhereClause | topecongiro | -0/+1 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -8/+9 |
| 2017-06-28 | Auto merge of #42709 - stepancheg:discriminant-hash, r=jseyfried | bors | -8/+9 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -11/+4 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -9/+15 |
| 2017-06-16 | deriv(Hash) for single-variant enum should not hash discriminant | Stepan Koltsov | -8/+9 |
| 2017-05-25 | Hygienize lifetimes. | Jeffrey Seyfried | -6/+6 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -1/+1 |
| 2017-05-12 | Remove some unused macros from the rust codebase | est31 | -6/+0 |
| 2017-04-24 | support `default impl` for specialization | Gianni Ciccarelli | -0/+1 |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -1/+1 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -34/+20 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -4/+6 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -1/+1 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -5/+3 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -244/+9 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -11/+11 |
| 2017-02-05 | Make builtin derives a SyntaxExtension | Josh Driver | -21/+23 |
| 2017-01-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -2/+15 |
| 2017-01-17 | Use resizable Vec instead of P<[T]> in AST | Vadim Petrochenkov | -6/+5 |
| 2017-01-16 | AST/HIR: Replace Path with Type in WhereEqPredicate | Vadim Petrochenkov | -2/+2 |
| 2017-01-15 | Refactor `proc_macro::TokenStream` to use `syntax::tokenstream::TokenStream`;... | Austin Bonander | -2/+15 |
| 2017-01-12 | Auto merge of #38814 - Ralith:cfg-fields, r=jseyfried | bors | -0/+1 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -0/+1 |
| 2017-01-10 | Give custom derive spans an expansion ID | Nick Cameron | -7/+20 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -7/+1 |
| 2016-12-31 | Auto merge of #38482 - est31:i128, r=eddyb | bors | -0/+2 |
| 2016-12-31 | Style fixes | Josh Driver | -2/+1 |
| 2016-12-31 | Stop macro calls in structs for proc_macro_derive from panicing | Josh Driver | -1/+4 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -0/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -1/+2 |
| 2016-12-23 | Auto merge of #38533 - jseyfried:legacy_custom_derive_deprecation, r=nrc | bors | -1/+3 |
| 2016-12-23 | Allow legacy custom derive authors to disable warnings in downstream crates. | Jeffrey Seyfried | -1/+3 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -7/+4 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -4/+3 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -18/+15 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -46/+42 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -59/+52 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-10 | Auto merge of #37645 - jseyfried:fix_crate_var_in_custom_derives, r=nrc | bors | -1/+1 |