| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-03-11 | Rollup merge of #106844 - Ezrashaw:concat-negative-int-lit, r=dtolnay | Matthias Krüger | -3/+31 |
| 2023-03-10 | Add note when matching token with nonterminal | Nilstrieb | -0/+1 |
| 2023-03-02 | Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkin | Matthias Krüger | -4/+5 |
| 2023-03-02 | Add UI test | bwmf2 | -0/+24 |
| 2023-03-02 | Fix UI test | bwmf2 | -1/+1 |
| 2023-02-28 | Explain compile-time vs run-time difference in env!() error message | Kornel | -4/+5 |
| 2023-02-28 | Exit when there are unmatched delims to avoid noisy diagnostics | yukang | -54/+1 |
| 2023-02-07 | Expand const-if-const trait bounds correctly | Michael Goulet | -3/+3 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -18/+18 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -0/+4 |
| 2023-01-21 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report | Aaron Hill | -0/+68 |
| 2023-01-17 | note -> help | Michael Goulet | -5/+5 |
| 2023-01-17 | Account for method call and indexing when looking for inner-most path in expr... | Esteban Küber | -0/+4 |
| 2023-01-15 | allow negative numeric literals in `concat!` | Ezra Shaw | -3/+31 |