| Age | Commit message (Expand) | Author | Lines |
| 2017-05-06 | Group "macro expansion" notes per call span | Esteban Küber | -1/+1 |
| 2017-05-01 | Increase macro recursion limit to 1024 Fixes #22552 | Charlie Sheridan | -1/+1 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -1/+1 |
| 2017-04-20 | Don't panic if an attribute macro fails to resolve at crate root | Austin Bonander | -2/+12 |
| 2017-04-17 | Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkov | bors | -2/+2 |
| 2017-04-17 | libsyntax/parse: improve associated item error reporting | Ariel Ben-Yehuda | -2/+2 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -0/+1 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -65/+46 |
| 2017-03-29 | Move `syntax::ext::hygiene` to `syntax_pos::hygiene`. | Jeffrey Seyfried | -3/+3 |
| 2017-03-21 | Refactor parsing of trait object types | Vadim Petrochenkov | -1/+1 |
| 2017-03-14 | Liberalize attributes. | Jeffrey Seyfried | -45/+49 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -34/+8 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -79/+10 |
| 2017-03-10 | Expect macro defs in save-analysis and add expn info to spans for attr proc m... | Nick Cameron | -1/+13 |
| 2017-03-10 | Avoid using `Mark` and `Invocation` for macro defs. | Jeffrey Seyfried | -7/+3 |
| 2017-03-10 | Move `resolve_invoc` from `syntax` to `resolve`. | Jeffrey Seyfried | -60/+2 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -12/+5 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -20/+19 |
| 2017-03-03 | Remove lifetime parameter from `syntax::tokenstream::Cursor`. | Jeffrey Seyfried | -1/+1 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -6/+8 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -82/+179 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -8/+102 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -2/+2 |
| 2017-02-05 | Make builtin derives a SyntaxExtension | Josh Driver | -2/+2 |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -6/+4 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -7/+3 |
| 2017-01-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -3/+27 |
| 2017-01-17 | Introduce `string_reader.parse_all_token_trees()`. | Jeffrey Seyfried | -7/+3 |
| 2017-01-17 | Give the `StringReader` a `sess: &ParseSess`. | Jeffrey Seyfried | -1/+1 |
| 2017-01-16 | Implement `#[proc_macro_attribute]` | Austin Bonander | -3/+27 |
| 2017-01-17 | syntax: Rename parse_ty -> parse_ty_no_plus, parse_ty_sum -> parse_ty | Vadim Petrochenkov | -1/+1 |
| 2017-01-15 | Mark the pushpop_unsafe feature as "removed" | est31 | -1/+0 |
| 2017-01-12 | Auto merge of #38814 - Ralith:cfg-fields, r=jseyfried | bors | -0/+1 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -0/+1 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -1/+0 |
| 2016-12-18 | Refactor out `mark.as_placeholder_id()`. | Jeffrey Seyfried | -4/+4 |
| 2016-12-18 | Avoid including attributes in bang macro invocations. | Jeffrey Seyfried | -21/+17 |
| 2016-12-18 | Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`. | Jeffrey Seyfried | -15/+22 |
| 2016-12-17 | Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddyb | bors | -1/+1 |
| 2016-12-07 | macros: fix the expected paths for a non-inline module matched by an `item` f... | Jeffrey Seyfried | -1/+1 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -1/+1 |
| 2016-11-30 | Support paths in macro invocations. | Jeffrey Seyfried | -6/+1 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -1/+1 |
| 2016-11-22 | Clean up directory ownership semantics. | Jeffrey Seyfried | -9/+15 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -1/+1 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -3/+4 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -3/+3 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -2/+2 |
| 2016-11-17 | Resolve imports during expansion. | Jeffrey Seyfried | -2/+11 |
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use data_structures::Sm... | Mark-Simulacrum | -7/+7 |