| Age | Commit message (Expand) | Author | Lines |
| 2016-09-05 | Generalize `Invocation` to include modifiers/decorators. | Jeffrey Seyfried | -85/+138 |
| 2016-09-05 | Refactor `with_exts_frame` from a macro to a function. | Jeffrey Seyfried | -16/+10 |
| 2016-09-05 | Add `Invocation` and `Expansion`, remove `MacroGenerable`. | Jeffrey Seyfried | -212/+240 |
| 2016-09-05 | Remove `syntax::config::strip_unconfigured`, add `syntax::config::features`. | Jeffrey Seyfried | -2/+3 |
| 2016-09-05 | Improve `expand_type`. | Jeffrey Seyfried | -5/+8 |
| 2016-09-05 | In `Parser` and `ExtCtxt`, replace fields `filename` and `mod_path_stack` | Jeffrey Seyfried | -25/+18 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -3/+8 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -1/+0 |
| 2016-08-26 | Stabilize type-macros | Daniele Baracchi | -12/+1 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-11 | Auto merge of #34811 - DanielJCampbell:Expander, r=jseyfried | bors | -41/+79 |
| 2016-08-10 | Extended expand.rs to support alternate expansion behaviours | Daniel Campbell | -41/+79 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -3/+2 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -1/+1 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -29/+15 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -558/+34 |
| 2016-07-14 | Remove irrelevant tests | Jeffrey Seyfried | -130/+1 |
| 2016-07-14 | Implement `macro_rules!` placeholders and the macro scope map | Jeffrey Seyfried | -6/+27 |
| 2016-07-14 | Instead of renaming, treat differently marked identifiers as unequal | Jeffrey Seyfried | -423/+7 |
| 2016-07-12 | Clean up statement parsing without changing the semantics of `parse_stmt`. | Jeffrey Seyfried | -8/+1 |
| 2016-07-06 | Auto merge of #34652 - jseyfried:fix_expansion_perf, r=nrc | bors | -4/+4 |
| 2016-07-05 | Strip unconfigured items from `MultiModifier`-expanded AST | Jeffrey Seyfried | -1/+5 |
| 2016-07-04 | Revert "Change `fold_tt` and `fold_tts` to take token trees by value (instead... | Jeffrey Seyfried | -4/+4 |
| 2016-06-29 | Rollup merge of #34495 - jseyfried:only_ident_macro_invocations, r=eddyb | Manish Goregaokar | -1/+1 |
| 2016-06-29 | Rollup merge of #34459 - jseyfried:expansion_cleanup, r=nrc | Manish Goregaokar | -19/+13 |
| 2016-06-29 | Treat `MultiDecorator`s as a special case of `MultiModifier`s | Jeffrey Seyfried | -78/+33 |
| 2016-06-28 | cleanup: use `DummyResult` to implement `MacroGenerable::dummy` | Jeffrey Seyfried | -19/+13 |
| 2016-06-27 | Forbid type parameters and global paths in macro invocations | Jeffrey Seyfried | -1/+1 |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -10/+1 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -4/+4 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -72/+52 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -39/+29 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -1/+1 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -5/+5 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -20/+33 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -10/+1 |
| 2016-06-23 | Address more travis errors | Jonathan Turner | -1/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -4/+4 |
| 2016-06-23 | Auto merge of #34253 - jseyfried:improve_multi_modifiers, r=nrc | bors | -65/+34 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -1/+1 |
| 2016-06-20 | Remove unit tests | Jeffrey Seyfried | -258/+1 |
| 2016-06-20 | Fix hygiene regression | Jeffrey Seyfried | -3/+2 |
| 2016-06-18 | Auto merge of #34295 - jseyfried:cfg_decoration, r=eddyb | bors | -6/+6 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -4/+4 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -72/+52 |
| 2016-06-16 | Simplify gated cfg checking | Jeffrey Seyfried | -12/+14 |
| 2016-06-16 | Auto merge of #34239 - jseyfried:fix_macro_use_scope_regression, r=nrc | bors | -19/+61 |
| 2016-06-16 | Strip unconfigured nodes from decorator-generated AST | Jeffrey Seyfried | -4/+6 |
| 2016-06-16 | Avoid expanding decorator-generated items twice | Jeffrey Seyfried | -2/+0 |
| 2016-06-16 | Allow `MultiItemModifier`s to expand into zero or many items | Jeffrey Seyfried | -1/+1 |