| Age | Commit message (Expand) | Author | Lines |
| 2016-12-23 | Allow legacy custom derive authors to disable warnings in downstream crates. | Jeffrey Seyfried | -0/+2 |
| 2016-12-18 | Avoid including attributes in bang macro invocations. | Jeffrey Seyfried | -4/+2 |
| 2016-12-18 | Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`. | Jeffrey Seyfried | -2/+0 |
| 2016-12-18 | Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`, | Jeffrey Seyfried | -2/+2 |
| 2016-11-22 | Clean up directory ownership semantics. | Jeffrey Seyfried | -5/+3 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -4/+4 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -3/+3 |
| 2016-11-17 | Resolve imports during expansion. | Jeffrey Seyfried | -0/+2 |
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use data_structures::Sm... | Mark-Simulacrum | -3/+3 |
| 2016-11-10 | Elimite `$crate` before invokng custom derives. | Jeffrey Seyfried | -0/+2 |
| 2016-11-04 | Improve `tt`-heavy expansion performance. | Jeffrey Seyfried | -1/+3 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -5/+3 |
| 2016-10-24 | Refactor away fields `MacroDef::{use_locally, export}`. | Jeffrey Seyfried | -2/+2 |
| 2016-10-19 | Rollup merge of #37198 - jseyfried:future_proof_macros_11, r=nrc | Eduard-Mihai Burtescu | -5/+5 |
| 2016-10-15 | Use the macro namespace for custom derives. | Jeffrey Seyfried | -2/+2 |
| 2016-10-15 | Refactor `syntax::ext::base::Resolver::resolve_invoc`. | Jeffrey Seyfried | -3/+3 |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -2/+2 |
| 2016-10-11 | Add support for undetermined macro invocations. | Jeffrey Seyfried | -3/+11 |
| 2016-10-07 | Refactor away `ext::expand::{expand_crate, expand_crate_with_expander}`. | Jeffrey Seyfried | -12/+0 |
| 2016-10-07 | Add macros from plugins in `libsyntax_ext::register_builtins`. | Jeffrey Seyfried | -6/+1 |
| 2016-10-07 | Combine `std_inject::{no_core, no_std}` into `std_inject::injected_crate_name`. | Jeffrey Seyfried | -7/+1 |
| 2016-10-02 | Refactor `ext::base::Resolver::add_ext` to only define macros in the crate root. | Jeffrey Seyfried | -3/+3 |
| 2016-09-28 | Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakis | Jonathan Turner | -2/+4 |
| 2016-09-28 | Allow non-inline modules in more places. | Jeffrey Seyfried | -2/+4 |
| 2016-09-27 | Auto merge of #36601 - jseyfried:build_reduced_graph_in_expansion, r=nrc | bors | -0/+4 |
| 2016-09-27 | With `--test`, make `#[test]` functions `pub` in `InvocationCollector` | Jeffrey Seyfried | -0/+2 |
| 2016-09-27 | Avoid aborting after expansion from `BuildReducedGraphVisitor` errors. | Jeffrey Seyfried | -0/+2 |
| 2016-09-26 | Remove `TokResult`. | Jeffrey Seyfried | -142/+1 |
| 2016-09-24 | Load macros from `#[macro_use]` extern crates in `resolve`. | Jeffrey Seyfried | -46/+8 |
| 2016-09-24 | Refactor `ext::tt::macro_rules::compile` to take a `ParseSess` instead of an ... | Jeffrey Seyfried | -1/+1 |
| 2016-09-22 | Auto merge of #36573 - jseyfried:groundwork, r=nrc | bors | -2/+4 |
| 2016-09-22 | Use `Resolver::visit_expansion` only with monotonic expansions. | Jeffrey Seyfried | -2/+4 |
| 2016-09-23 | reviewer comments and rebasing | Nick Cameron | -62/+86 |
| 2016-09-22 | Adds a `ProcMacro` form of syntax extension | Nick Cameron | -8/+195 |
| 2016-09-15 | Remove `MacroRulesTT`. | Jeffrey Seyfried | -3/+0 |
| 2016-09-15 | Allow `IdentMacroExpander::expand` to access the ident macro invocation's att... | Jeffrey Seyfried | -2/+4 |
| 2016-09-13 | Differentiate between monotonic and non-monotonic expansion and | Jeffrey Seyfried | -1/+7 |
| 2016-09-13 | Perform node id assignment and `macros_at_scope` construction during | Jeffrey Seyfried | -0/+3 |
| 2016-09-13 | Move macro resolution into `librustc_resolve`. | Jeffrey Seyfried | -237/+61 |
| 2016-09-13 | Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`. | Jeffrey Seyfried | -6/+6 |
| 2016-09-13 | Avoid needless reexpansions. | Jeffrey Seyfried | -5/+10 |
| 2016-09-05 | Implement stackless expansion. | Jeffrey Seyfried | -22/+3 |
| 2016-09-05 | Refactor `SyntaxEnv`. | Jeffrey Seyfried | -75/+94 |
| 2016-09-05 | Generalize `Invocation` to include modifiers/decorators. | Jeffrey Seyfried | -10/+0 |
| 2016-09-05 | In `Parser` and `ExtCtxt`, replace fields `filename` and `mod_path_stack` | Jeffrey Seyfried | -4/+3 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -3/+30 |
| 2016-08-29 | Remove inherent methods `Annotatable::attrs` and `Annotatable::fold_attrs`. | Jeffrey Seyfried | -7/+0 |
| 2016-08-10 | Extended expand.rs to support alternate expansion behaviours | Daniel Campbell | -1/+1 |
| 2016-07-16 | Auto merge of #34816 - jseyfried:fix_include_path, r=nrc | bors | -0/+6 |