| Age | Commit message (Expand) | Author | Lines |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -8/+24 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -9/+3 |
| 2023-06-22 | Tweak privacy errors to account for reachable items | Esteban Küber | -2/+2 |
| 2023-06-22 | suggest importing for partial mod path in name resolving | yukang | -8/+24 |
| 2023-06-20 | Fix tests | Jacob Pratt | -9/+3 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -7/+7 |
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -11/+20 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -0/+8 |
| 2023-06-07 | feat(expand): emit note for doc comment in macro matcher | bohan | -1/+84 |
| 2023-06-06 | fix(expand): prevent infinity loop in macro containing only "///" | bohan | -0/+93 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -0/+8 |
| 2023-05-24 | [RFC-2011] Expand more expressions | Caio | -80/+17 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -1/+1 |
| 2023-05-19 | fix: emit error when fragment is `MethodReceiverExpr` and items is empty | bohan | -0/+30 |
| 2023-05-19 | Auto merge of #111590 - dtolnay:panictemporaries, r=bjorn3 | bors | -4/+83 |
| 2023-05-16 | Rollup merge of #111428 - bvanjoi:fix-109250, r=Nilstrieb | Nilstrieb | -6/+9 |
| 2023-05-15 | Add test coverage of more varieties of panic temporaries | David Tolnay | -4/+83 |
| 2023-05-14 | Shorten lifetime of panic temporaries in panic_fmt case | David Tolnay | -38/+11 |
| 2023-05-14 | Add ui test to reproduce non-Send panic temporary | David Tolnay | -0/+46 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -0/+1 |
| 2023-05-10 | Adjust tests for new drop and forget lints | Urgau | -0/+1 |
| 2023-05-10 | refactor(resolve): clean up the early error return caused by non-call | bohan | -6/+9 |
| 2023-05-08 | Move tests | Caio | -0/+12 |
| 2023-05-01 | fix tests | yukang | -9/+6 |
| 2023-05-01 | Rip it out | Nilstrieb | -8/+10 |
| 2023-04-28 | Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e... | Matthias Krüger | -2/+12 |
| 2023-04-27 | Migrate trivially translatable `rustc_parse` diagnostics | clubby789 | -2/+12 |
| 2023-04-26 | Update tests. | Mara Bos | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+9 |
| 2023-04-20 | Move test files | Caio | -0/+97 |
| 2023-04-15 | Add some reasons why tests are ignored. | Eric Huss | -1/+1 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -2/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -2/+4 |
| 2023-04-12 | compiler: print the suggestion only for local macros | Lena Milizé | -1/+1 |
| 2023-04-12 | compiler: improve captured metavariables diagnostic | Lena Milizé | -1/+3 |
| 2023-04-11 | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors | bors | -7/+19 |
| 2023-04-10 | Auto merge of #109638 - NotStirred:suggest/non-derive, r=davidtwco | bors | -0/+48 |
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -7/+19 |
| 2023-04-07 | Rewrite added diagnostics as translatable | Tom Martin | -2/+2 |
| 2023-04-07 | Add more complex test cases for new suggestion | Tom Martin | -0/+40 |
| 2023-04-03 | remove invalid ignore-pretty | Pietro Albini | -7/+3 |
| 2023-04-01 | Bless | Tom Martin | -4/+6 |
| 2023-03-30 | Update non-derive macro error message to match suggestion | Tom Martin | -6/+6 |
| 2023-03-27 | check for write macro and write_fmt with err msg | James Dietz | -0/+76 |
| 2023-03-26 | Add suggestion to remove derive() if invoked macro is non-derive | Tom Martin | -0/+6 |
| 2023-03-19 | fix: modify the condition that `resolve_imports` stops | bohan | -0/+83 |
| 2023-03-17 | Suggest surrounding the macro with `{}` to interpret as a statement | Mu42 | -0/+25 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -8/+1 |
| 2023-03-11 | Auto merge of #109019 - matthiaskrgr:rollup-ihjntil, r=matthiaskrgr | bors | -4/+56 |
| 2023-03-11 | Rollup merge of #108542 - bwmf2:expanded, r=wesleywiser | Matthias Krüger | -1/+25 |