| Age | Commit message (Expand) | Author | Lines |
| 2023-12-17 | Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb | bors | -0/+45 |
| 2023-12-11 | Add tests for `--env` usage with `tracked_env::var` | Guillaume Gomez | -0/+45 |
| 2023-12-11 | Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki | Guillaume Gomez | -2/+0 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -43/+56 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -62/+215 |
| 2023-12-10 | Remove edition umbrella features. | Eric Huss | -2/+0 |
| 2023-12-04 | Structured `use` suggestion on privacy error | Esteban Küber | -1/+5 |
| 2023-12-01 | Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb | bors | -16/+15 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -41/+41 |
| 2023-11-20 | test: Add test for async-move in 2015 Rust proc macro | Arthur Cohen | -0/+57 |
| 2023-11-01 | Stabilize C string literals | John Millikin | -16/+15 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -2/+30 |
| 2023-10-12 | Add a comment to `tests/ui/proc-macro/issue-75930-derive-cfg.rs`. | Nicholas Nethercote | -386/+416 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+22 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+22 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -6/+6 |
| 2023-09-26 | Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp... | bors | -0/+149 |
| 2023-09-24 | Add a test for printing literals via `proc-macro` | Maybe Waffle | -0/+149 |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+5 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+6 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -1/+1 |
| 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 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -1/+1 |
| 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 |