| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |