| Age | Commit message (Expand) | Author | Lines |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -2/+2 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -1/+266 |
| 2020-07-01 | Handle `None`-delimited groups when parsing `macro_rules!` macro | Aaron Hill | -0/+24 |
| 2020-07-01 | Don't print additional spaces when pretty-printing NoDelim groups | Aaron Hill | -3/+1 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -0/+243 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -42/+31 |
| 2020-06-30 | Add force-host to test aux file used by proc-macro | Aaron Hill | -2/+4 |
| 2020-06-29 | Normalize symbol ids to 0 in test stdout | Aaron Hill | -9/+13 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -1/+81 |
| 2020-06-15 | Always capture tokens for `macro_rules!` arguments | Aaron Hill | -0/+179 |
| 2020-06-11 | Rollup merge of #73012 - Aaron1011:feature/span-debug-ctxt, r=matthewjasper | Dylan DPC | -30/+30 |
| 2020-06-10 | Rollup merge of #73157 - Aaron1011:where-oh-where-has-my-little-span-gone, r=... | Dylan DPC | -0/+39 |
| 2020-06-10 | Rollup merge of #72789 - petrochenkov:impcand, r=davidtwco | Dylan DPC | -4/+0 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -30/+30 |
| 2020-06-08 | Don't lose empty `where` clause when pretty-printing | Aaron Hill | -0/+39 |
| 2020-06-04 | Add `-Z span-debug` to allow for easier debugging of proc macros | Aaron Hill | -0/+207 |
| 2020-05-31 | Add a test for `$:ident` in proc macro input | Vadim Petrochenkov | -0/+94 |
| 2020-05-31 | test-macros: Avoid always producing errors in `#[derive(Print)]` | Vadim Petrochenkov | -33/+5 |
| 2020-05-30 | resolve: Do not suggest imports from the same module in which we are resolving | Vadim Petrochenkov | -4/+0 |
| 2020-05-29 | Revert "Add test for macro_rules! invoking a proc-macro with capture groups" | Aaron Hill | -30/+0 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -0/+30 |
| 2020-05-22 | Add test for macro_rules! invoking a proc-macro with capture groups | Aaron Hill | -0/+30 |
| 2020-05-20 | Fix tests | Aaron Hill | -1/+1 |
| 2020-05-19 | Use a fixed-point iteration when breaking tokens | Aaron Hill | -18/+37 |
| 2020-05-19 | Break tokens before checking if they are 'probably equal' | Aaron Hill | -0/+18 |
| 2020-05-19 | Auto merge of #68717 - petrochenkov:stabexpat, r=varkor | bors | -154/+66 |
| 2020-05-15 | Add test of proc_macro::TokenStream's Debug | David Tolnay | -0/+221 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -7/+7 |
| 2020-05-05 | Ignore SGX on a few ui tests | Mohsen Zohrevandi | -0/+1 |
| 2020-05-03 | Stabilize fn-like proc macros in expression, pattern and statement positions | Vadim Petrochenkov | -154/+66 |
| 2020-04-28 | Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-04-26 | Stabilize `Span::mixed_site` | Vadim Petrochenkov | -1/+0 |
| 2020-04-25 | Add a test for `Span::resolved_at` and `Span::located_at` | Vadim Petrochenkov | -0/+65 |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -1/+1 |
| 2020-04-21 | proc_macro::is_available() | David Tolnay | -0/+31 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -2/+6 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -43/+35 |
| 2020-03-24 | resolve: Remove `rustc_attrs` as a standalone feature gate | Vadim Petrochenkov | -3/+74 |
| 2020-03-24 | expand: address review comments | Mazdak Farrokhzad | -13/+14 |
| 2020-03-24 | defatalize ProcMacroDerive::expand | Mazdak Farrokhzad | -13/+36 |
| 2020-03-24 | defatalize BangProcMacro::expand | Mazdak Farrokhzad | -6/+25 |
| 2020-03-23 | Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy... | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Rollup merge of #70233 - petrochenkov:superproc, r=ecstatic-morse | Mazdak Farrokhzad | -0/+39 |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -3/+3 |
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -1/+1 |
| 2020-03-23 | resolve: Do not resolve visibilities on proc macro definitions twice | Vadim Petrochenkov | -0/+39 |
| 2020-03-23 | Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=Centril | Mazdak Farrokhzad | -12/+8 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -1/+1 |
| 2020-03-22 | Add span label to primary error span | Esteban Küber | -2/+2 |
| 2020-03-22 | proc_macro_harness: Use item header spans for errors | Vadim Petrochenkov | -26/+12 |