| Age | Commit message (Expand) | Author | Lines |
| 2023-10-10 | Don't `escape_debug` the condition of `assert!`. | Nicholas Nethercote | -1/+2 |
| 2023-10-10 | Add a ui test with an assertion that has a really long condition. | Nicholas Nethercote | -0/+12 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+10 |
| 2023-10-03 | Gate against auto traits pre-expansion | Michael Goulet | -0/+1 |
| 2023-09-04 | Add help to allow lint for the implied by suggestion | Urgau | -0/+1 |
| 2023-08-28 | Move tests | Caio | -0/+11 |
| 2023-08-24 | Move issue 29181, 2804, 17431, 66768 | Olanti | -0/+81 |
| 2023-08-18 | Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkov | bors | -2/+18 |
| 2023-08-17 | [RFC-3086] Restrict the parsing of `count` | Caio | -0/+33 |
| 2023-08-17 | Add a failing case to `tests/ui/macros/macro-interpolation`. | Nicholas Nethercote | -2/+18 |
| 2023-08-15 | Cleaner assert_eq! & assert_ne! panic messages | Yuri Astrakhan | -15/+15 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -10/+13 |
| 2023-07-25 | builtin_macros: raw str in diagnostic output | David Wood | -3/+16 |
| 2023-07-24 | builtin_macros: expect raw strings too | David Wood | -0/+17 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -6/+4 |
| 2023-07-07 | Add filter with next segment while lookup typo for path | yukang | -4/+0 |
| 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 |