| Age | Commit message (Expand) | Author | Lines |
| 2021-06-06 | parser: Ensure that all nonterminals have tokens after parsing | Vadim Petrochenkov | -0/+577 |
| 2021-05-19 | Add proc macro Literal parse test | David Tolnay | -0/+27 |
| 2021-05-19 | Make a more meaningful test for Punct eq | David Tolnay | -5/+5 |
| 2021-05-19 | Move proc_macro tests to ui test | David Tolnay | -0/+25 |
| 2021-05-19 | Make a ui test to take the role of libproc_macro #[test] tests | David Tolnay | -0/+28 |
| 2021-05-15 | Remove some unncessary spaces from pretty-printed tokenstream output | Aaron Hill | -41/+161 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -68/+68 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -6/+235 |
| 2021-05-03 | parser: Remove support for inner attributes on non-block expressions | Vadim Petrochenkov | -542/+185 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -12/+2 |
| 2021-04-12 | Turn old edition lints (anonymous-parameters, keyword-idents) into warn-by-de... | Manish Goregaokar | -0/+2 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -713/+725 |
| 2021-04-10 | Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkov | bors | -24/+65 |
| 2021-04-10 | Expand derive invocations in left-to-right order | Aaron Hill | -24/+65 |
| 2021-04-10 | Add some proc-macro attribute token handling tests | Aaron Hill | -66/+1199 |
| 2021-04-07 | Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkor | Dylan DPC | -0/+68 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -3/+1 |
| 2021-04-01 | Rollup merge of #83015 - hyd-dev:test-79825-81555, r=Aaron1011 | Dylan DPC | -0/+39 |
| 2021-03-30 | Add a regression test for issue-75801 | JohnTitor | -0/+44 |
| 2021-03-29 | Do not emit the advanced diagnostics on macros | JohnTitor | -0/+68 |
| 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-11 | Add regression test for https://github.com/rust-lang/rust/issues/79825 | hyd-dev | -0/+24 |
| 2021-03-11 | Add regression test for https://github.com/rust-lang/rust/issues/81555 | hyd-dev | -0/+15 |
| 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 |