| Age | Commit message (Expand) | Author | Lines |
| 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 | -31/+22 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -2/+2 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -6/+38 |
| 2016-08-29 | Remove inherent methods `Annotatable::attrs` and `Annotatable::fold_attrs`. | Jeffrey Seyfried | -7/+0 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -1/+0 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -2/+11 |
| 2016-08-28 | Rollup merge of #35728 - petrochenkov:empderive, r=manishearth | Jeffrey Seyfried | -20/+20 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -2/+2 |
| 2016-08-28 | Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddyb | Jeffrey Seyfried | -1/+1 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -2/+2 |
| 2016-08-26 | Stabilize type-macros | Daniele Baracchi | -12/+1 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+0 |
| 2016-08-25 | Implement RFC#1559: allow all literals in attributes. | Sergio Benitez | -2/+11 |
| 2016-08-21 | Refactor away variant `ast::PathListItemKind::Mod` | Jeffrey Seyfried | -1/+1 |
| 2016-08-18 | Split `AstBuilder::pat_enum` into `pat_tuple_struct` and `pat_path` | Vadim Petrochenkov | -20/+20 |
| 2016-08-18 | Fix #[derive] for empty tuple structs/variants | Vadim Petrochenkov | -1/+1 |
| 2016-08-16 | Auto merge of #35538 - cgswords:libproc_macro, r=nrc | bors | -0/+69 |
| 2016-08-16 | Proc_macro is alive | cgswords | -0/+69 |
| 2016-08-13 | Auto merge of #35453 - jseyfried:hygienize_metavariables, r=nrc | bors | -12/+12 |
| 2016-08-11 | Auto merge of #34811 - DanielJCampbell:Expander, r=jseyfried | bors | -42/+80 |
| 2016-08-10 | Extended expand.rs to support alternate expansion behaviours | Daniel Campbell | -42/+80 |
| 2016-08-07 | Make metavariables hygienic. | Jeffrey Seyfried | -12/+12 |
| 2016-07-29 | Auto merge of #34842 - cgswords:attr_enc, r=nrc | bors | -20/+8 |
| 2016-07-25 | General MetaItem encapsulation rewrites. | cgswords | -20/+8 |
| 2016-07-23 | macros: Improve `tt` fragments | Jeffrey Seyfried | -3/+13 |
| 2016-07-19 | Introduced `NoDelim` and modified the compiler to support it. | cgswords | -3/+4 |
| 2016-07-17 | Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrc | bors | -183/+131 |
| 2016-07-17 | Remove some unit tests and that are redundant with `run-pass/hygiene.rs` | Jeffrey Seyfried | -35/+0 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -2/+2 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -108/+91 |
| 2016-07-16 | Auto merge of #34816 - jseyfried:fix_include_path, r=nrc | bors | -0/+6 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -654/+62 |
| 2016-07-14 | Make `ext::base::expr_to_string` work correctly with `include!` macro invocat... | Jeffrey Seyfried | -0/+6 |
| 2016-07-14 | Remove irrelevant tests | Jeffrey Seyfried | -151/+3 |
| 2016-07-14 | Implement `macro_rules!` placeholders and the macro scope map | Jeffrey Seyfried | -7/+42 |
| 2016-07-14 | Instead of renaming, treat differently marked identifiers as unequal | Jeffrey Seyfried | -485/+10 |
| 2016-07-14 | Remove `IllegalCtxt` | Jeffrey Seyfried | -13/+9 |
| 2016-07-13 | Start a best-effort warning cycle. | Jeffrey Seyfried | -1/+1 |
| 2016-07-13 | cleanup: Refactor parser method `finish_parsing_statement` -> `parse_full_stmt`. | Jeffrey Seyfried | -7/+1 |
| 2016-07-12 | Parse macro-expanded statements like ordinary statements. | Jeffrey Seyfried | -1/+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 | -15/+22 |
| 2016-07-06 | Auto merge of #34654 - jseyfried:configure_multi_modified, r=nrc | bors | -1/+5 |
| 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 | -15/+22 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -9/+5 |