| Age | Commit message (Expand) | Author | Lines |
| 2019-08-28 | Auto merge of #63127 - kper:pr, r=nikomatsakis | bors | -6/+6 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -6/+6 |
| 2019-08-27 | proc_macro: Update `Span::def_site` to use the proc macro definition location | Vadim Petrochenkov | -4/+3 |
| 2019-08-27 | Respect attributes on proc macro definitions | Vadim Petrochenkov | -59/+78 |
| 2019-08-25 | Rollup merge of #63854 - c410-f3r:attrs-visit, r=petrochenkov | Mazdak Farrokhzad | -3/+7 |
| 2019-08-24 | Modifies how Arg, Arm, Field, FieldPattern and Variant are visited | Caio | -3/+7 |
| 2019-08-23 | Remove default macro transparencies | Vadim Petrochenkov | -21/+0 |
| 2019-08-23 | hygiene: Require passing transparency explicitly to `apply_mark` | Vadim Petrochenkov | -33/+46 |
| 2019-08-23 | Audit uses of `apply_mark` in built-in macros | Vadim Petrochenkov | -17/+25 |
| 2019-08-21 | resolve/expand: Rename some things for clarity and add comments | Vadim Petrochenkov | -4/+7 |
| 2019-08-21 | expand: Do not do questionable span adjustment before eagerly expanding an ex... | Vadim Petrochenkov | -4/+1 |
| 2019-08-21 | expand: Keep the correct current expansion ID for eager expansions | Vadim Petrochenkov | -1/+0 |
| 2019-08-17 | resolve/expand: Rename some things for clarity | Vadim Petrochenkov | -19/+21 |
| 2019-08-16 | Rollup merge of #63525 - matklad:centraliza-file-loading, r=petrochenkov | Mazdak Farrokhzad | -8/+5 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -20/+20 |
| 2019-08-15 | hygiene: Merge `ExpnInfo` and `InternalExpnData` | Vadim Petrochenkov | -8/+12 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -17/+10 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -6/+6 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -3/+3 |
| 2019-08-15 | Remove `Spanned` from `{ast,hir}::FieldPat` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -8/+8 |
| 2019-08-15 | Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string` | Vadim Petrochenkov | -7/+9 |
| 2019-08-15 | Make sure that all file loading happens via SourceMap | Aleksey Kladov | -8/+5 |
| 2019-08-14 | Rollup merge of #63543 - c410-f3r:variant, r=c410-f3r | Mazdak Farrokhzad | -8/+8 |
| 2019-08-14 | Rollup merge of #63542 - c410-f3r:node_ids, r=petrochenkov | Mazdak Farrokhzad | -0/+2 |
| 2019-08-14 | Rollup merge of #63537 - petrochenkov:novisit, r=alexcrichton | Mazdak Farrokhzad | -19/+13 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -8/+8 |
| 2019-08-13 | Add NodeId for Arm, Field and FieldPat | Caio | -0/+2 |
| 2019-08-14 | expand: Unimplement `MutVisitor` on `MacroExpander` | Vadim Petrochenkov | -17/+11 |
| 2019-08-14 | expand: `expand_fragment` -> `fully_expand_fragment` | Vadim Petrochenkov | -6/+6 |
| 2019-08-13 | syntax: Remove `DummyResult::expn_only` | Vadim Petrochenkov | -33/+6 |
| 2019-08-10 | resolve: Remove remaining special cases from built-in macros | Vadim Petrochenkov | -3/+3 |
| 2019-08-09 | review comments: use structured suggestion | Esteban Küber | -34/+36 |
| 2019-08-09 | More explicit diagnostic when using a `vec![]` in a pattern | Esteban Küber | -6/+45 |
| 2019-08-06 | Rollup merge of #63272 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -5/+4 |
| 2019-08-05 | Drop explicit span argument from mk_name_value_item | Mark Rousskov | -2/+1 |
| 2019-08-05 | Drop span argument from mk_list_item | Mark Rousskov | -3/+3 |
| 2019-08-05 | add unknown token | Aleksey Kladov | -1/+1 |
| 2019-08-05 | Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper | bors | -51/+26 |
| 2019-08-04 | Auto merge of #63213 - varkor:itemkind-tyalias, r=Centril | bors | -1/+1 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -1/+1 |
| 2019-08-04 | Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkov | bors | -2/+11 |
| 2019-08-03 | Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras... | Vadim Petrochenkov | -51/+26 |
| 2019-08-03 | Rollup merge of #63146 - Mark-Simulacrum:clean-attr, r=petrochenkov | Mazdak Farrokhzad | -411/+145 |
| 2019-08-03 | Rollup merge of #62954 - ia0:fix_typo_span, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-08-01 | Allow trailing comma in macro 2.0 declarations. | Robert Bartlensky | -1/+4 |
| 2019-07-31 | Use Ident::new over setting span position via builder | Mark Rousskov | -4/+4 |
| 2019-07-31 | Replace AstBuilder with inherent methods | Mark Rousskov | -400/+130 |
| 2019-07-31 | Remove span argument from mk_attr_{inner,outer} | Mark Rousskov | -1/+1 |
| 2019-07-31 | Remove Span argument from ExtCtxt::attribute | Mark Rousskov | -5/+5 |