| Age | Commit message (Expand) | Author | Lines |
| 2016-09-22 | Auto merge of #36573 - jseyfried:groundwork, r=nrc | bors | -10/+13 |
| 2016-09-22 | Auto merge of #36154 - nrc:proc-macro-init, r=@jseyfried | bors | -19/+306 |
| 2016-09-22 | Use `Resolver::visit_expansion` only with monotonic expansions. | Jeffrey Seyfried | -10/+13 |
| 2016-09-23 | reviewer comments and rebasing | Nick Cameron | -98/+147 |
| 2016-09-22 | Auto merge of #36618 - jseyfried:crate_root_attr_invoc, r=nrc | bors | -7/+14 |
| 2016-09-22 | Adds a `ProcMacro` form of syntax extension | Nick Cameron | -12/+250 |
| 2016-09-21 | Allow attribute macro invocations at the crate root. | Jeffrey Seyfried | -7/+14 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -3/+3 |
| 2016-09-17 | Make the return type of AstBuilder.stmt_let_typed match the return type of ot... | CensoredUsername | -4/+4 |
| 2016-09-15 | Remove `MacroRulesTT`. | Jeffrey Seyfried | -50/+47 |
| 2016-09-15 | Allow `IdentMacroExpander::expand` to access the ident macro invocation's att... | Jeffrey Seyfried | -3/+5 |
| 2016-09-15 | Move fields `single_step` and `keep_macs` from `MacroExpander` to `ExpansionC... | Jeffrey Seyfried | -10/+7 |
| 2016-09-15 | Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrc | Manish Goregaokar | -486/+282 |
| 2016-09-13 | Differentiate between monotonic and non-monotonic expansion and | Jeffrey Seyfried | -13/+29 |
| 2016-09-13 | Remove scope placeholders from the crate root. | Jeffrey Seyfried | -2/+13 |
| 2016-09-13 | Perform node id assignment and `macros_at_scope` construction during | Jeffrey Seyfried | -9/+79 |
| 2016-09-13 | Move macro resolution into `librustc_resolve`. | Jeffrey Seyfried | -349/+150 |
| 2016-09-13 | Rewrite the unit tests in `ext/expand.rs` as a `compile-fail` test. | Jeffrey Seyfried | -107/+0 |
| 2016-09-13 | Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`. | Jeffrey Seyfried | -12/+12 |
| 2016-09-13 | Avoid needless reexpansions. | Jeffrey Seyfried | -5/+10 |
| 2016-09-10 | Improve `Eq` deriving | Vadim Petrochenkov | -0/+18 |
| 2016-09-07 | Improve `directory` computation during invocation collection. | Jeffrey Seyfried | -5/+9 |
| 2016-09-07 | Implement stackless placeholder expansion. | Jeffrey Seyfried | -8/+22 |
| 2016-09-07 | Strip unconfigured nodes in the `InvocationCollector` fold. | Jeffrey Seyfried | -13/+60 |
| 2016-09-05 | Load macros from `extern crate`s in the `InvocationCollector` fold. | Jeffrey Seyfried | -62/+22 |
| 2016-09-05 | Implement stackless expansion. | Jeffrey Seyfried | -173/+189 |
| 2016-09-05 | Add module `ext::placeholders` with `placeholder()` and `PlaceholderExpander`. | Jeffrey Seyfried | -39/+181 |
| 2016-09-05 | Refactor `expand_invoc(.., fld)` -> `self.expand_invoc(..)`. | Jeffrey Seyfried | -207/+212 |
| 2016-09-05 | Refactor `SyntaxEnv`. | Jeffrey Seyfried | -126/+119 |
| 2016-09-05 | Refactor `expand_*` into `expander.fold_*`. | Jeffrey Seyfried | -214/+194 |
| 2016-09-05 | Clean up module processing. | Jeffrey Seyfried | -34/+20 |
| 2016-09-05 | Refactor out `expand_item` (with better semantics than before). | Jeffrey Seyfried | -36/+39 |
| 2016-09-05 | Refactor away `expand_item`. | Jeffrey Seyfried | -7/+3 |
| 2016-09-05 | Generalize `Invocation` to include modifiers/decorators. | Jeffrey Seyfried | -95/+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 | -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 |