| Age | Commit message (Expand) | Author | Lines |
| 2022-06-02 | Revert #96682. | Nicholas Nethercote | -86/+59 |
| 2022-05-27 | proc_macro: don't pass a client-side function pointer through the server. | Eduard-Mihai Burtescu | -9/+12 |
| 2022-05-04 | Show invisible delimeters (within comments) when pretty printing. | Nicholas Nethercote | -59/+86 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -1/+1 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -0/+5 |
| 2022-04-04 | Rollup merge of #95343 - dtolnay:literals, r=petrochenkov | Dylan DPC | -2/+13 |
| 2022-04-02 | ast_lowering: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -18/+6 |
| 2022-03-27 | Rollup merge of #91981 - estebank:tweakaroo, r=lcnr | Dylan DPC | -4/+4 |
| 2022-03-27 | Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestion | Esteban Kuber | -4/+4 |
| 2022-03-26 | Use str and char's Debug impl to format literals | David Tolnay | -8/+8 |
| 2022-03-26 | Add test for proc_macro Literal string and character constructors | David Tolnay | -0/+11 |
| 2022-03-26 | proc-macro: Stop wrapping `ident` matchers into groups | Vadim Petrochenkov | -414/+21 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -0/+15 |
| 2022-03-11 | run rust-fix in amputate-span.rs. (Thanks to ekuber for pushing me to do this.) | Felix S. Klock II | -2/+73 |
| 2022-03-03 | Adjusted diagnostic output so that if there is no `use` in a item sequence, | Felix S. Klock II | -0/+102 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -3/+1 |
| 2022-01-31 | Bless all pretty printer tests and ui tests | David Tolnay | -2/+1 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -3/+1 |
| 2022-01-30 | Bless all pretty printer tests and ui tests | David Tolnay | -56/+54 |
| 2022-01-23 | Remove deduplication of early lints | Aaron Hill | -5/+87 |
| 2022-01-10 | expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributes | Vadim Petrochenkov | -15/+1 |
| 2021-12-09 | Add needs-unwind to tests that depend on panicking | David Koloski | -0/+1 |
| 2021-12-08 | Rollup merge of #91245 - cameron1024:suggest-i32-u32-char-cast, r=nagisa | Matthias Krüger | -0/+5 |
| 2021-12-05 | Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgr | bors | -35/+35 |
| 2021-12-05 | Rollup merge of #91437 - dtolnay:emptybrace, r=nagisa | Matthias Krüger | -35/+35 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -1/+2 |
| 2021-12-01 | Pretty print empty blocks as {} | David Tolnay | -35/+35 |
| 2021-11-28 | suggest cast char -> int | cameron | -0/+5 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -10/+21 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+84 |
| 2021-11-13 | Auto merge of #87264 - mystor:expand_literal, r=petrochenkov | bors | -0/+257 |
| 2021-11-12 | proc_macro: Add an expand_expr method to TokenStream | Nika Layzell | -0/+257 |
| 2021-11-11 | Shorten Span of unused macro lints | Marcel Hellwig | -1/+1 |
| 2021-11-06 | Auto merge of #90297 - dtolnay:dotzero, r=petrochenkov | bors | -0/+10 |
| 2021-11-05 | Add test to confirm fnn_unsuffixed does not emit exponent notation | David Tolnay | -0/+6 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -0/+4 |
| 2021-10-25 | Append .0 to unsuffixed float if it would otherwise become int token | David Tolnay | -0/+4 |
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -15/+29 |
| 2021-10-21 | Handle cross-crate module `ExpnId`s consistently | Matthew Jasper | -0/+4 |
| 2021-10-18 | Make all proc-macro back-compat lints deny-by-default | Aaron Hill | -86/+84 |
| 2021-10-15 | Bless tests | Cameron Steffen | -75/+75 |
| 2021-10-10 | Stabilize proc_macro::is_available | bjorn3 | -3/+0 |
| 2021-10-04 | Make `proc_macro_derive_resolution_fallback` a future-breakage lint | Aaron Hill | -0/+72 |
| 2021-10-02 | resolve: Cache module loading for all foreign modules | Vadim Petrochenkov | -5/+11 |
| 2021-09-24 | Stabilize `feature(macro_attributes_in_derive_output)` | Vadim Petrochenkov | -107/+38 |
| 2021-09-24 | builtin_macros: Make #[derive(A, B, ...)] cfg-eval its input only for `A, B, ... | Vadim Petrochenkov | -2/+46 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -1/+1 |
| 2021-09-05 | Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obk | Mara Bos | -3/+22 |
| 2021-09-02 | Provide more context on incorrect inner attribute | Esteban Kuber | -3/+22 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -8/+8 |