| Age | Commit message (Expand) | Author | Lines |
| 2019-08-27 | resolve: Block expansion of a derive container until all its derives are reso... | Vadim Petrochenkov | -48/+66 |
| 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 | hygiene: Require passing transparency explicitly to `apply_mark` | Vadim Petrochenkov | -14/+0 |
| 2019-08-23 | Audit uses of `apply_mark` in built-in macros | Vadim Petrochenkov | -1/+0 |
| 2019-08-21 | resolve/expand: Rename some things for clarity and add comments | Vadim Petrochenkov | -2/+4 |
| 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 | -11/+14 |
| 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 | -10/+10 |
| 2019-08-15 | hygiene: Merge `ExpnInfo` and `InternalExpnData` | Vadim Petrochenkov | -6/+9 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | `Ident::with_empty_ctxt` -> `Ident::with_dummy_span` | Vadim Petrochenkov | -4/+4 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -6/+5 |
| 2019-08-15 | Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string` | Vadim Petrochenkov | -3/+5 |
| 2019-08-15 | Make sure that all file loading happens via SourceMap | Aleksey Kladov | -8/+5 |
| 2019-08-14 | expand: Unimplement `MutVisitor` on `MacroExpander` | Vadim Petrochenkov | -13/+1 |
| 2019-08-14 | expand: `expand_fragment` -> `fully_expand_fragment` | Vadim Petrochenkov | -6/+6 |
| 2019-08-09 | review comments: use structured suggestion | Esteban Küber | -15/+2 |
| 2019-08-09 | More explicit diagnostic when using a `vec![]` in a pattern | Esteban Küber | -6/+22 |
| 2019-08-05 | Drop span argument from mk_list_item | Mark Rousskov | -2/+2 |
| 2019-08-05 | Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper | bors | -15/+4 |
| 2019-08-04 | Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkov | bors | -2/+7 |
| 2019-08-03 | Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras... | Vadim Petrochenkov | -15/+4 |
| 2019-07-31 | Remove AttrId from Attribute constructors | Mark Rousskov | -4/+8 |
| 2019-07-31 | Unify spanned and non-spanned Attribute ctors | Mark Rousskov | -2/+2 |
| 2019-07-30 | Point at type ascription before macro invocation on expansion parse error | Esteban Küber | -2/+7 |
| 2019-07-27 | Move proc macro server into libsyntax | Vadim Petrochenkov | -1/+1 |
| 2019-07-25 | Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkov | Mazdak Farrokhzad | -5/+1 |
| 2019-07-23 | Normalize use of backticks in compiler messages for libsyntax/* | Samy Kacimi | -1/+1 |
| 2019-07-23 | Make path::resolve a method on ExtCtxt | Jonas Schievink | -2/+1 |
| 2019-07-23 | Make #[doc(include)] paths behave like other paths | Jonas Schievink | -5/+2 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -14/+14 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -6/+6 |
| 2019-07-13 | Detect `fn` with a body in an `extern` block | Esteban Küber | -1/+1 |
| 2019-07-11 | expand: Move "derive containers" into a separate `InvocationKind` variant | Vadim Petrochenkov | -14/+25 |
| 2019-07-11 | expand: Merge `expand_{bang,attr,derive}_invoc` into a single function | Vadim Petrochenkov | -116/+78 |
| 2019-07-11 | expand: It's always possible to create a dummy AST fragment | Vadim Petrochenkov | -44/+39 |
| 2019-07-11 | hygiene: Make sure each `Mark` has an associated expansion info | Vadim Petrochenkov | -2/+12 |
| 2019-07-11 | hygiene: Introduce a helper method for creating new expansions | Vadim Petrochenkov | -2/+2 |
| 2019-07-11 | resolve/expand: Catch macro kind mismatches early in resolve | Vadim Petrochenkov | -34/+5 |
| 2019-07-11 | resolve/expand: `resolve_macro_invocation` no longer returns determinate errors | Vadim Petrochenkov | -58/+53 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | expand: Get rid of `resolve_macro_path` | Vadim Petrochenkov | -11/+11 |
| 2019-07-11 | Rename some things in `syntax_pos/hygiene` | Vadim Petrochenkov | -1/+1 |
| 2019-07-09 | Resolve `$crate` in all hygienic contexts for pretty-pringing | Vadim Petrochenkov | -1/+1 |
| 2019-07-07 | syntax: Migrate built-in macros to the regular stability checking | Vadim Petrochenkov | -28/+8 |
| 2019-07-07 | resolve/expand: Move macro stability checking to an earlier point | Vadim Petrochenkov | -40/+9 |
| 2019-07-07 | syntax: Remove `NodeId` from `SyntaxExtension` | Vadim Petrochenkov | -3/+2 |