| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-07-31 | Remove AttrId from Attribute constructors | Mark Rousskov | -5/+9 |
| 2019-07-31 | Unify spanned and non-spanned Attribute ctors | Mark Rousskov | -3/+3 |
| 2019-07-30 | Point at type ascription before macro invocation on expansion parse error | Esteban Küber | -2/+11 |
| 2019-07-28 | Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper | Mazdak Farrokhzad | -0/+1 |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-07-28 | Adjust 'ast::PatKind::{TupleStruct,Tuple,Slice}'. | Mazdak Farrokhzad | -2/+2 |
| 2019-07-28 | Rollup merge of #62771 - petrochenkov:depext, r=eddyb | Mazdak Farrokhzad | -240/+967 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -1/+1 |
| 2019-07-27 | syntax_ext: `proc_macro_decls` -> `proc_macro_harness` | Vadim Petrochenkov | -2/+2 |
| 2019-07-27 | Move proc macro server into libsyntax | Vadim Petrochenkov | -75/+960 |
| 2019-07-27 | Break dependencies between `syntax_ext` and some other crates | Vadim Petrochenkov | -166/+8 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -0/+1 |
| 2019-07-27 | Fix typo in Delimited::open_tt | Julien Cretin | -2/+2 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -1/+6 |
| 2019-07-26 | Rollup merge of #62983 - Mark-Simulacrum:remove-needless-rc, r=petrochenkov | Mazdak Farrokhzad | -20/+16 |
| 2019-07-26 | Rollup merge of #62956 - ia0:fix_62831, r=petrochenkov | Mazdak Farrokhzad | -27/+26 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -1/+6 |
| 2019-07-25 | Implement slow-path for FirstSets::first | Julien Cretin | -27/+26 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -0/+75 |
| 2019-07-25 | Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkov | Mazdak Farrokhzad | -33/+32 |
| 2019-07-25 | Remove needless indirection through Rc | Mark Rousskov | -20/+16 |
| 2019-07-24 | syntax_ext: Turn `#[global_allocator]` into a regular attribute macro | Vadim Petrochenkov | -0/+22 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -0/+53 |
| 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 | -7/+30 |
| 2019-07-23 | Make #[doc(include)] paths behave like other paths | Jonas Schievink | -5/+2 |
| 2019-07-23 | libsyntax: factor out file path resolving | Jonas Schievink | -27/+6 |
| 2019-07-20 | Auto merge of #62008 - ia0:issues_61053, r=petrochenkov | bors | -67/+681 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -46/+648 |
| 2019-07-19 | Remember the span of the Kleene operator in macros | Julien Cretin | -21/+33 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -28/+28 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -15/+15 |
| 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 |