| Age | Commit message (Expand) | Author | Lines |
| 2025-01-19 | fully de-stabilize all custom inner attributes | Ralf Jung | -55/+31 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -7/+15 |
| 2025-01-10 | Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgro... | Jacob Pratt | -49/+604 |
| 2025-01-09 | Fix `proc_macro::quote!` for raw ident | Asuna | -1/+21 |
| 2025-01-09 | Migrate check-fail tests for `proc_macro::quote!` from `quote` crate | Asuna | -0/+163 |
| 2025-01-09 | Migrate basic tests for `proc_macro::quote!` from `quote` crate | Asuna | -0/+368 |
| 2025-01-09 | Append `TokenTree` with `ToTokens` in `proc_macro::quote!` | Asuna | -19/+23 |
| 2025-01-07 | Update tests. | Mara Bos | -7/+15 |
| 2025-01-06 | Normalize each signature input/output in typeck_with_fallback with its own span | Michael Goulet | -2/+3 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+1 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -14/+14 |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -1/+0 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -824/+361 |
| 2024-11-20 | Use edition of `macro_rules` when compiling the macro | Eric Huss | -14/+2 |
| 2024-11-20 | Add tests for the edition of macro_rules from a proc-macro | Eric Huss | -0/+81 |
| 2024-11-11 | remove attributes from generics in built-in derive macros | PonasKovas | -0/+31 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -1/+1 |
| 2024-10-28 | Tweak `expand_incomplete_parse` warning. | Nicholas Nethercote | -8/+8 |
| 2024-10-11 | Remove deprecation note in the `non_local_definitions` warning | Urgau | -1/+0 |
| 2024-08-24 | Avoid double-handling of attributes in `collect_tokens`. | Nicholas Nethercote | -29/+2 |
| 2024-08-23 | Tweak `tests/ui/proc-macro/macro-rules-derive-cfg.rs`. | Nicholas Nethercote | -98/+102 |
| 2024-08-12 | Fix bug in `Parser::look_ahead`. | Nicholas Nethercote | -0/+58 |
| 2024-07-24 | Improve spans on evaluated `cfg_attr`s. | Nicholas Nethercote | -13/+13 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -14/+14 |
| 2024-06-19 | Change how `parse_expr_force_collect` works. | Nicholas Nethercote | -26/+1 |
| 2024-06-13 | Remove superfluous escaping from byte, byte str, and c str literals | David Tolnay | -7/+7 |
| 2024-06-13 | Add more Literal::to_string tests | David Tolnay | -11/+36 |
| 2024-06-13 | Rename proc_macro::Literal tests from parse.rs to literal.rs | David Tolnay | -2/+2 |
| 2024-06-11 | Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkov | bors | -16/+7 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -1/+2 |
| 2024-06-05 | Print `token::Interpolated` with token stream pretty printing. | Nicholas Nethercote | -16/+7 |
| 2024-06-04 | Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank | Guillaume Gomez | -450/+4 |
| 2024-05-28 | Convert `proc_macro_back_compat` lint to an unconditional error. | Nicholas Nethercote | -450/+4 |
| 2024-05-27 | non_local_defs: improve exception note for impl and macro_rules! | Urgau | -1/+0 |
| 2024-05-27 | non_local_defs: switch to more friendly primary message | Urgau | -1/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -1/+1 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -2/+1 |
| 2024-04-09 | Further cleanup cfgs in the UI test suite | Urgau | -4/+2 |
| 2024-04-07 | Unify all the always-false cfgs under the `FALSE` cfg | Urgau | -1/+1 |
| 2024-04-04 | Rollup merge of #123431 - slanterns:literal_byte_character_c_string_stabilize... | Matthias Krüger | -2/+0 |
| 2024-04-04 | rebase | Boxy | -1/+14 |
| 2024-04-04 | Stabilize `Literal::c_string` | Slanterns | -1/+0 |
| 2024-04-04 | Stabilize `Literal::byte_character` | Slanterns | -1/+0 |
| 2024-03-25 | Add needs-unwind for proc macro tests | bjorn3 | -1/+8 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -2/+0 |
| 2024-03-07 | Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkin | Matthias Krüger | -4/+10 |
| 2024-03-06 | Temporarily make allow-by-default the non_local_definitions lint | Urgau | -4/+10 |
| 2024-03-03 | Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods... | Esteban Küber | -5/+2 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+28 |
| 2024-02-19 | Rollup merge of #121275 - tshepang:test-panicking-proc-macros, r=nnethercote | Matthias Krüger | -0/+18 |