| Age | Commit message (Expand) | Author | Lines |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -39/+6 |
| 2016-10-19 | Rollup merge of #37208 - jseyfried:fix_partially_consumed_tokens_in_macros, r... | Eduard-Mihai Burtescu | -12/+14 |
| 2016-10-19 | Rollup merge of #37198 - jseyfried:future_proof_macros_11, r=nrc | Eduard-Mihai Burtescu | -7/+30 |
| 2016-10-17 | Fix partially consumed tokens in macro matchers. | Jeffrey Seyfried | -12/+14 |
| 2016-10-15 | Use the macro namespace for custom derives. | Jeffrey Seyfried | -3/+16 |
| 2016-10-15 | Refactor `syntax::ext::base::Resolver::resolve_invoc`. | Jeffrey Seyfried | -4/+14 |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -11/+15 |
| 2016-10-11 | Add support for undetermined macro invocations. | Jeffrey Seyfried | -6/+37 |
| 2016-10-11 | Merge branch 'persistent_macro_scopes' into cleanup_expanded_macro_use_scopes | Jeffrey Seyfried | -54/+21 |
| 2016-10-07 | Cleanup `depth`s. | Jeffrey Seyfried | -8/+11 |
| 2016-10-07 | Refactor away `ext::expand::{expand_crate, expand_crate_with_expander}`. | Jeffrey Seyfried | -31/+10 |
| 2016-10-07 | Add macros from plugins in `libsyntax_ext::register_builtins`. | Jeffrey Seyfried | -14/+5 |
| 2016-10-07 | Combine `std_inject::{no_core, no_std}` into `std_inject::injected_crate_name`. | Jeffrey Seyfried | -7/+1 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -1/+1 |
| 2016-10-03 | Auto merge of #36767 - jseyfried:enforce_rfc_1560_shadowing, r=nrc | bors | -3/+8 |
| 2016-10-02 | Refactor `ext::base::Resolver::add_ext` to only define macros in the crate root. | Jeffrey Seyfried | -3/+3 |
| 2016-10-02 | Refactor field `expansion_data` of `Resolver` to use a `Mark` instead of a `u... | Jeffrey Seyfried | -0/+5 |
| 2016-10-01 | Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb | Manish Goregaokar | -0/+6 |
| 2016-10-01 | Rollup merge of #35874 - CensoredUsername:stmt_let_typed_fix, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2016-09-28 | Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakis | Jonathan Turner | -9/+16 |
| 2016-09-28 | Allow non-inline modules in more places. | Jeffrey Seyfried | -9/+16 |
| 2016-09-27 | Auto merge of #36601 - jseyfried:build_reduced_graph_in_expansion, r=nrc | bors | -3/+16 |
| 2016-09-27 | With `--test`, make `#[test]` functions `pub` in `InvocationCollector` | Jeffrey Seyfried | -2/+11 |
| 2016-09-27 | Avoid aborting after expansion from `BuildReducedGraphVisitor` errors. | Jeffrey Seyfried | -1/+5 |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -270/+141 |
| 2016-09-26 | Rollup merge of #36721 - TimNN:infinite-emptiness, r=nrc | Jonathan Turner | -1/+38 |
| 2016-09-26 | Move `ensure_complete_parse` into `expand.rs`. | Jeffrey Seyfried | -0/+12 |
| 2016-09-26 | make emit_feature_err take a ParseSess | Tim Neumann | -1/+1 |
| 2016-09-26 | reject macros with empty repetitions | Tim Neumann | -1/+38 |
| 2016-09-26 | Refactor `ensure_complete_parse`. | Jeffrey Seyfried | -36/+19 |
| 2016-09-26 | Remove `TokResult`. | Jeffrey Seyfried | -161/+29 |
| 2016-09-26 | Refactor `parse_expansion` out of `ResultAnyMacro`. | Jeffrey Seyfried | -92/+63 |
| 2016-09-24 | Load macros from `#[macro_use]` extern crates in `resolve`. | Jeffrey Seyfried | -69/+13 |
| 2016-09-24 | Refactor `ext::tt::macro_rules::compile` to take a `ParseSess` instead of an ... | Jeffrey Seyfried | -40/+33 |
| 2016-09-23 | Add attribute support to generic lifetime and type parameters. | Felix S. Klock II | -0/+6 |
| 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 |