| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -3/+1 |
| 2019-07-04 | Rollup merge of #62258 - petrochenkov:idclean, r=Centril | Mazdak Farrokhzad | -33/+12 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 |
| 2019-07-01 | syntax: Unsupport `foo! bar { ... }` macros in the parser | Vadim Petrochenkov | -33/+12 |
| 2019-06-30 | Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered | Vadim Petrochenkov | -3/+1 |
| 2019-06-26 | Fix clippy::redundant_field_names | Igor Matuszewski | -3/+3 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -6/+6 |
| 2019-06-19 | Rollup merge of #61547 - petrochenkov:cfgen, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-06-19 | Support `cfg` and `cfg_attr` on generic parameters | Vadim Petrochenkov | -3/+3 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -145/+35 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-18 | resolve/expand: Move expansion info setting to a single earlier point | Vadim Petrochenkov | -29/+3 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -131/+47 |
| 2019-06-12 | Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov | bors | -0/+5 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -12/+14 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::DeclMacro` | Vadim Petrochenkov | -10/+1 |
| 2019-06-10 | syntax: Use `MultiItemModifier` for built-in derives | Vadim Petrochenkov | -20/+20 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::MultiDecorator` and `MultiItemDecorator` | Vadim Petrochenkov | -10/+1 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::IdentTT` and `IdentMacroExpander` | Vadim Petrochenkov | -22/+0 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -0/+5 |
| 2019-06-07 | parser: `self.span` -> `self.token.span` | Vadim Petrochenkov | -1/+1 |