| Age | Commit message (Expand) | Author | Lines |
| 2021-03-27 | Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011 | bors | -4/+8 |
| 2021-03-27 | resolve: Partially unify early and late scope-relative ident resolution | Vadim Petrochenkov | -4/+8 |
| 2021-03-26 | Always preserve `None`-delimited groups in a captured `TokenStream` | Aaron Hill | -13/+58 |
| 2021-03-26 | Auto merge of #83488 - Aaron1011:ban-expr-inner-attrs, r=petrochenkov | bors | -143/+212 |
| 2021-03-25 | Ban custom inner attributes in expressions and statements | Aaron Hill | -143/+212 |
| 2021-03-25 | Don't ICE when using `#[global_alloc]` on a non-item statement | Aaron Hill | -0/+18 |
| 2021-03-21 | Auto merge of #83339 - Aaron1011:deep-recollect, r=petrochenkov | bors | -1/+34 |
| 2021-03-21 | Perform 'deep recollection' in test helper macros | Aaron Hill | -1/+34 |
| 2021-03-19 | Extend `proc_macro_back_compat` lint to `js-sys` | Aaron Hill | -12/+60 |
| 2021-03-18 | Extend `proc_macro_back_compat` lint to `actix-web` | Aaron Hill | -7/+79 |
| 2021-03-15 | Extend `proc_macro_back_compat` lint to `procedural-masquerade` | Aaron Hill | -0/+60 |
| 2021-03-14 | Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl` | Aaron Hill | -11/+83 |
| 2021-03-14 | expand: Resolve and expand inner attributes on out-of-line modules | Vadim Petrochenkov | -0/+138 |
| 2021-03-10 | Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis | Dylan DPC | -2/+2 |
| 2021-03-06 | Implement built-in attribute macro `#[cfg_eval]` | Vadim Petrochenkov | -0/+196 |
| 2021-02-28 | Add more proc-macro attribute tests | Aaron Hill | -371/+2249 |
| 2021-02-27 | Rollup merge of #82419 - petrochenkov:inertord, r=Aaron1011 | Dylan DPC | -38/+112 |
| 2021-02-25 | Update test output for edition preludes. | Mara Bos | -2/+2 |
| 2021-02-23 | expand: Preserve order of inert attributes during expansion | Vadim Petrochenkov | -48/+41 |
| 2021-02-23 | Add tests | Vadim Petrochenkov | -6/+87 |
| 2021-02-21 | reword `;` suggestions to have consistent wording | Esteban Küber | -1/+1 |
| 2021-02-09 | Visit more targets when checking attrs | Ryan Levick | -6/+6 |
| 2021-02-07 | Address review comments | Vadim Petrochenkov | -0/+38 |
| 2021-02-07 | Feature gate macro attributes in `#[derive]` output | Vadim Petrochenkov | -29/+89 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -420/+688 |
| 2021-02-02 | Rollup merge of #81608 - Aaron1011:macro-res-parse-err, r=davidtwco | Jonas Schievink | -1/+28 |
| 2021-02-02 | Bless tests | Danuel | -3/+3 |
| 2021-02-01 | Fixed #[inline] to be warned in fields, arms, macro defs | Danuel | -2/+13 |
| 2021-01-31 | Improve handling of spans around macro result parse errors | Aaron Hill | -1/+28 |
| 2021-01-28 | Clone entire `TokenCursor` when collecting tokens | Aaron Hill | -0/+40 |
| 2021-01-20 | Force token collection to run when parsing nonterminals | Aaron Hill | -0/+130 |
| 2021-01-17 | resolve: Reject ambiguity built-in attr vs different built-in attr | Vadim Petrochenkov | -2/+20 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -5/+5 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -3/+5 |
| 2021-01-09 | Synthesize a `TokenStream` for `StmtKind::Empty` | Aaron Hill | -0/+40 |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -137/+137 |
| 2020-12-19 | Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnr | bors | -5/+13 |
| 2020-12-12 | Properly capture trailing 'unglued' token | Aaron Hill | -0/+48 |
| 2020-12-05 | Add a regression test for issue-66286 | Yuki Okushi | -0/+39 |
| 2020-11-29 | passes: prohibit attrs on generic params | David Wood | -5/+13 |
| 2020-11-28 | Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov | bors | -99/+346 |
| 2020-11-26 | Use custom macro instead of println | Aaron Hill | -141/+152 |
| 2020-11-26 | Add additional semicolon test | Aaron Hill | -108/+126 |
| 2020-11-26 | Only eat semicolons for statements that need them | Aaron Hill | -6/+1 |
| 2020-11-26 | Properly handle attributes on statements | Aaron Hill | -74/+297 |
| 2020-11-26 | Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov | bors | -0/+50 |
| 2020-11-24 | Invoke attributes on the statement for statement items | Aaron Hill | -4/+524 |
| 2020-11-23 | Cache pretty-print/retokenize result to avoid compile time blowup | Aaron Hill | -0/+50 |
| 2020-11-20 | rustc_expand: Mark inner `#![test]` attributes as soft-unstable | Vadim Petrochenkov | -1/+16 |
| 2020-11-19 | resolve: Centralize some error reporting for unexpected macro resolutions | Vadim Petrochenkov | -16/+16 |