| Age | Commit message (Expand) | Author | Lines |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -11/+17 |
| 2023-08-08 | fix(test): improve sensitivity of hygene tests | Seth Pellegrino | -11/+17 |
| 2023-08-09 | Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue... | bors | -0/+33 |
| 2023-08-08 | fix proc-macro test added here to solely be exercised as a build product for ... | Felix S. Klock II | -0/+4 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -2/+2 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -2/+2 |
| 2023-08-04 | Update tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rs
| Felix S Klock II | -1/+1 |
| 2023-08-04 | regression test for issue 111888. | Felix S. Klock II | -0/+29 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -2/+2 |
| 2023-08-02 | Fix #107113, avoid suggest for macro attributes | yukang | -0/+37 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -1/+2 |
| 2023-07-29 | Rollup merge of #114124 - Enselic:proc-fixme, r=cjgillot | Matthias Krüger | -8/+8 |
| 2023-07-27 | tests/ui/proc-macro/*: Migrate FIXMEs to check-pass | Martin Nordholts | -8/+8 |
| 2023-07-25 | Add `sym::iter_mut` + `sym::as_mut_ptr` | blyxyas | -2/+2 |
| 2023-07-14 | Hide `compiler_builtins` in the prelude | Amanieu d'Antras | -335/+329 |
| 2023-06-29 | resolve: Remove artificial import ambiguity errors | Vadim Petrochenkov | -21/+2 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -14/+4 |
| 2023-06-27 | Rollup merge of #112454 - ferrocene:pa-compiletest-dynamic-linking, r=davidtwco | Matthias Krüger | -0/+1 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -2/+2 |
| 2023-06-20 | Merge proc_macro_span_shrink and proc_macro_span | Jacob Pratt | -1/+1 |
| 2023-06-20 | Fix tests | Jacob Pratt | -15/+5 |
| 2023-06-20 | add support for needs-dynamic-linking | Pietro Albini | -0/+1 |
| 2023-06-10 | Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkov | bors | -4/+8 |
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -4/+8 |
| 2023-06-05 | Don't mention already set fields | Michael Goulet | -1/+1 |
| 2023-04-24 | Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726 | Matthias Krüger | -0/+26 |
| 2023-04-17 | Suggest using integration tests for proc-macros | clubby789 | -0/+26 |
| 2023-04-15 | Add some reasons why tests are ignored. | Eric Huss | -6/+6 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -4/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -4/+8 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2023-04-10 | Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwco | bors | -0/+16 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -4/+4 |
| 2023-04-07 | Rewrite added diagnostics as translatable | Tom Martin | -4/+4 |
| 2023-04-03 | remove invalid ignore-pretty | Pietro Albini | -1/+0 |
| 2023-04-01 | Bless | Tom Martin | -8/+12 |
| 2023-03-30 | Update non-derive macro error message to match suggestion | Tom Martin | -12/+12 |
| 2023-03-26 | Add suggestion to remove derive() if invoked macro is non-derive | Tom Martin | -0/+12 |
| 2023-03-14 | Tighter spans | Michael Goulet | -18/+18 |
| 2023-03-14 | Simplify proc macro signature validity check | Michael Goulet | -133/+125 |
| 2023-02-01 | Add proc-macro boilerplate to crt-static test | Joseph Ryan | -0/+3 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -3/+3 |
| 2023-01-26 | Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors | Matthias Krüger | -16/+329 |
| 2023-01-22 | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim... | bors | -36/+100 |
| 2023-01-21 | Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrum | bors | -37/+36 |
| 2023-01-20 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Felix S. Klock II | -36/+100 |
| 2023-01-19 | Fix proc macro tests | mejrs | -19/+33 |
| 2023-01-17 | note -> help | Michael Goulet | -12/+12 |
| 2023-01-16 | ui tests: Remap test base directory by default. | Tim Neumann | -37/+36 |
| 2023-01-14 | Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj | Yuki Okushi | -0/+229 |