| Age | Commit message (Expand) | Author | Lines |
| 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/+17 |
| 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/+17 |
| 2016-06-27 | Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth | bors | -301/+324 |
| 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 | -49/+38 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -11/+11 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -87/+82 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -74/+55 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -48/+59 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -21/+22 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -1/+1 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -20/+66 |
| 2016-06-24 | Revert a change to the relative path for macro-expanded `include!`s | Jeffrey Seyfried | -1/+2 |
| 2016-06-24 | Add `ecx.stmt_semi()` and fix issues with the pretty-printer | Jeffrey Seyfried | -0/+5 |
| 2016-06-23 | Refactor away duplicate method `ecx.block_all()` | Jeffrey Seyfried | -10/+5 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -48/+32 |
| 2016-06-23 | Address more travis errors | Jonathan Turner | -1/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -20/+21 |
| 2016-06-23 | Auto merge of #34253 - jseyfried:improve_multi_modifiers, r=nrc | bors | -92/+66 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -48/+59 |
| 2016-06-20 | Merge PatKind::QPath into PatKind::Path in AST | Vadim Petrochenkov | -1/+1 |
| 2016-06-20 | Remove unit tests | Jeffrey Seyfried | -445/+3 |
| 2016-06-20 | Fix hygiene regression | Jeffrey Seyfried | -151/+44 |
| 2016-06-18 | Auto merge of #34295 - jseyfried:cfg_decoration, r=eddyb | bors | -6/+16 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -11/+11 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -87/+82 |
| 2016-06-16 | Auto merge of #34272 - jseyfried:simplify_gated_cfg_checking, r=nrc | bors | -16/+14 |
| 2016-06-16 | Simplify gated cfg checking | Jeffrey Seyfried | -16/+14 |
| 2016-06-16 | Auto merge of #34187 - luser:extern-crate-abspaths, r=michaelwoerister | bors | -2/+2 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -2/+2 |
| 2016-06-16 | Auto merge of #34239 - jseyfried:fix_macro_use_scope_regression, r=nrc | bors | -20/+62 |
| 2016-06-16 | Strip unconfigured nodes from decorator-generated AST | Jeffrey Seyfried | -4/+16 |
| 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 | -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 |