| Age | Commit message (Expand) | Author | Lines |
| 2017-05-31 | Extend the unused macro lint to macros 2.0 | est31 | -1/+3 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -0/+11 |
| 2017-05-19 | Rollup merge of #42006 - jseyfried:fix_include_regression, r=nrc | Mark Simulacrum | -2/+2 |
| 2017-05-17 | Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -6/+6 |
| 2017-05-15 | adressed comments by @kennytm and @petrochenkov | Andre Bogus | -2/+2 |
| 2017-05-15 | Fix regression on `include!(line!())`. | Jeffrey Seyfried | -2/+2 |
| 2017-05-13 | Support #[allow] etc logic on a per macro level | est31 | -1/+1 |
| 2017-05-13 | Add lint for unused macros | est31 | -0/+6 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -5/+5 |
| 2017-05-06 | Group "macro expansion" notes per call span | Esteban Küber | -2/+11 |
| 2017-05-05 | Use diagnostics for trace_macro instead of println | Esteban Küber | -0/+3 |
| 2017-03-30 | Improve `Path` spans. | Jeffrey Seyfried | -1/+20 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -45/+29 |
| 2017-03-10 | Move `resolve_invoc` from `syntax` to `resolve`. | Jeffrey Seyfried | -3/+9 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -4/+2 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -14/+6 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -4/+10 |
| 2017-03-02 | note -> help | Alex Burka | -1/+1 |
| 2017-02-23 | Move MacroKind into Def::Macro | Josh Driver | -1/+1 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -10/+34 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -9/+6 |
| 2017-02-09 | suggest doubling recursion limit in more situations | Alex Burka | -4/+10 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -0/+10 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -1/+5 |
| 2017-02-05 | Make builtin derives a SyntaxExtension | Josh Driver | -1/+7 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -3/+1 |
| 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 |