| Age | Commit message (Expand) | Author | Lines |
| 2016-06-16 | Allow `MultiItemModifier`s to expand into zero or many items | Jeffrey Seyfried | -12/+14 |
| 2016-06-16 | Refactor MultiModifier expansion | Jeffrey Seyfried | -65/+34 |
| 2016-06-16 | Implement `HasAttrs` for `Annotatable` | Jeffrey Seyfried | -16/+19 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -3/+3 |
| 2016-06-14 | Refactor away `WithAttrs` trait | Jeffrey Seyfried | -24/+15 |
| 2016-06-14 | Change `fold_tt` and `fold_tts` to take token trees by value (instead of by r... | Jeffrey Seyfried | -38/+30 |
| 2016-06-14 | Refactor away field `ctxt` of `ast::Mac_` | Jeffrey Seyfried | -1/+0 |
| 2016-06-13 | Auto merge of #33749 - jseyfried:fix_call_site_span, r=nrc | bors | -23/+1 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -19/+64 |
| 2016-06-12 | Load macros from `#[macro_use]` crates earlier in expansion | Jeffrey Seyfried | -11/+41 |
| 2016-06-12 | Add method `visit_with` to `MacroGenerable` | Jeffrey Seyfried | -9/+21 |
| 2016-06-11 | Strip `#[test]` nodes during `cfg` processing on non-test builds. | Jeffrey Seyfried | -0/+3 |
| 2016-06-09 | Add comment and clean up `expand_annotatable` | Jeffrey Seyfried | -8/+8 |
| 2016-06-09 | Load macros from `extern crate`s during expansion. | Jeffrey Seyfried | -20/+42 |
| 2016-06-08 | Auto merge of #34010 - jseyfried:decorate_expanded, r=nrc | bors | -13/+14 |
| 2016-06-07 | Auto merge of #33982 - LeoTestard:remove-check-matcher-old, r=pnkfelix | bors | -233/+18 |
| 2016-06-06 | Remove the old FOLLOW checking (aka `check_matcher_old`). | Leo Testard | -233/+18 |
| 2016-06-04 | Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1 | bors | -1/+1 |
| 2016-06-01 | Remove redundant `check_for_macros` AST pass. | Jeffrey Seyfried | -19/+0 |
| 2016-06-01 | Run decorators on expanded AST. | Jeffrey Seyfried | -13/+14 |
| 2016-06-01 | Rollup merge of #33841 - LeoTestard:macro-sequence-lhs, r=pnkfelix | Manish Goregaokar | -9/+4 |
| 2016-05-31 | simplify HR subtyping back to what we did before | Niko Matsakis | -1/+1 |
| 2016-05-28 | Fix macro call site spans | Jeffrey Seyfried | -23/+1 |
| 2016-05-27 | Auto merge of #33706 - jseyfried:refactor_cfg, r=nrc | bors | -82/+65 |
| 2016-05-27 | Rollup merge of #33644 - petrochenkov:selfast, r=nrc | Manish Goregaokar | -1/+0 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -2/+2 |
| 2016-05-27 | Rollup merge of #33351 - birkenfeld:loop-label-spans, r=pnkfelix | Manish Goregaokar | -7/+7 |
| 2016-05-27 | Refactor `expand_expr` | Jeffrey Seyfried | -35/+22 |
| 2016-05-27 | Strip unconfigured items during macro expansion | Jeffrey Seyfried | -1/+33 |
| 2016-05-27 | Update spans' `expn_id` during the marking fold | Jeffrey Seyfried | -56/+20 |
| 2016-05-26 | Reject a LHS formed of a single sequence TT during `macro_rules!` checking. | Leo Testard | -9/+4 |
| 2016-05-26 | Auto merge of #33766 - jseyfried:cleanup_expansion, r=nrc | bors | -411/+183 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+2 |
| 2016-05-25 | Add a new AST-only type variant `ImplicitSelf` | Vadim Petrochenkov | -1/+0 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -1/+1 |
| 2016-05-25 | Auto merge of #33713 - LeoTestard:macro-rules-invalid-lhs, r=pnkfelix | bors | -45/+59 |
| 2016-05-24 | syntax/hir: give loop labels a span | Georg Brandl | -7/+7 |
| 2016-05-24 | Add comments and fix a nit | Jeffrey Seyfried | -1/+9 |
| 2016-05-24 | Avoid iterating two times over the list of LHSes. | Leo Testard | -5/+4 |
| 2016-05-24 | Make sure that macros that didn't pass LHS checking are not expanded. | Leo Testard | -41/+56 |
| 2016-05-21 | Move `placement_in_syntax` gated feature checking from expansion to the post-... | Jeffrey Seyfried | -16/+0 |
| 2016-05-21 | Refactor away `check_attributes` | Jeffrey Seyfried | -11/+7 |
| 2016-05-21 | Refactor away `expand_item_mac` | Jeffrey Seyfried | -159/+85 |
| 2016-05-21 | Refactor out `mac_result` in `expand_mac_invoc` | Jeffrey Seyfried | -54/+53 |
| 2016-05-21 | Check attributes in `expand_mac_invoc` | Jeffrey Seyfried | -22/+12 |
| 2016-05-21 | Use `expand_mac_invoc` in `expand_pat` | Jeffrey Seyfried | -75/+3 |
| 2016-05-21 | Re-fold expanded items in `expand_mac_invoc` | Jeffrey Seyfried | -63/+13 |
| 2016-05-21 | Improve diagnostics | Jeffrey Seyfried | -5/+3 |
| 2016-05-21 | Introduce `MacroGenerable` trait | Jeffrey Seyfried | -53/+46 |
| 2016-05-18 | Fix bug in macro expression spans | Jeffrey Seyfried | -7/+1 |