| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | Fortify tests againts mir-opts. | Camille GILLOT | -66/+0 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -15/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -18/+36 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -12/+2 |
| 2023-04-11 | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors | bors | -2/+2 |
| 2023-04-11 | Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiser | Yuki Okushi | -5/+9 |
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -2/+2 |
| 2023-04-08 | Tweak tuple indexing suggestion | Michael Goulet | -1/+16 |
| 2023-04-07 | update tests/ui | ickk | -1/+1 |
| 2023-04-03 | Update ui tests involving invalid visibility qualifiers | Tam Pham | -5/+9 |
| 2023-04-03 | remove invalid ignore-pretty | Pietro Albini | -4/+0 |
| 2023-03-27 | Use the FnPtr trait to avoid implementing common traits via macros | Oli Scherer | -20/+0 |
| 2023-03-21 | evaluate: improve and fix recursion depth handling | lcnr | -17/+17 |
| 2023-03-15 | error-msg: impl better suggestion for `E0532` | Ezra Shaw | -1/+1 |
| 2023-03-11 | Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=Nilstrieb | Matthias Krüger | -2/+0 |
| 2023-03-09 | Propagate expected return type instead of real return type in check_binop | Michael Goulet | -5/+32 |
| 2023-03-08 | may not => cannot | Michael Goulet | -2/+2 |
| 2023-03-06 | Bless the remaining ui tests | Mu42 | -1/+19 |
| 2023-03-03 | Remove some useless `#[allow()]`s in tests | Maybe Waffle | -2/+0 |
| 2023-02-25 | Rollup merge of #107675 - jsgf:link-directives, r=davidtwco | Michael Goulet | -0/+10 |
| 2023-02-24 | Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler... | Dylan DPC | -10/+10 |
| 2023-02-24 | Rollup merge of #106923 - mejrs:fluent_err, r=davidtwco | Dylan DPC | -0/+41 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -10/+10 |
| 2023-02-23 | Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit... | Matthias Krüger | -4/+4 |
| 2023-02-23 | Add stderr | mejrs | -0/+22 |
| 2023-02-23 | Test that choosing the default bundle does not ice | mejrs | -0/+19 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -4/+4 |
| 2023-02-22 | Implement -Zlink-directives=yes/no | Jeremy Fitzhardinge | -0/+10 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -28/+28 |
| 2023-02-22 | Rollup merge of #108239 - clubby789:overlapping-spans, r=compiler-errors | Guillaume Gomez | -7/+3 |
| 2023-02-22 | Rollup merge of #108230 - LittleFall:enhance/warning, r=estebank | Guillaume Gomez | -11/+2 |
| 2023-02-22 | Convert a hard-warning about named static lifetimes into lint "unused_lifetimes" | Zhi Qi | -11/+2 |
| 2023-02-21 | Fix overlapping spans in removing extra arguments | clubby789 | -7/+3 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -2/+2 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -630/+0 |
| 2023-02-16 | Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8Ki | Matthias Krüger | -16/+13 |
| 2023-02-16 | Move tests | Caio | -630/+0 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -7/+6 |
| 2023-02-14 | Make removal suggestion not verbose | Esteban Küber | -18/+12 |
| 2023-02-14 | rebase and review comments | Esteban Küber | -4/+4 |
| 2023-02-14 | More accurate spans for arg removal suggestion | Esteban Küber | -6/+9 |
| 2023-02-10 | Rollup merge of #107789 - jieyouxu:issue-107745, r=lcnr | Matthias Krüger | -4/+2 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -1/+0 |
| 2023-02-09 | Don't expose type parameters and implementation details from macro expansion | 许杰友 Jieyou Xu (Joe) | -4/+2 |
| 2023-02-07 | Auto merge of #107671 - CastilloDel:master, r=estebank | bors | -0/+79 |
| 2023-02-06 | Add `run-rustfix` to tests/ui/issues/issue-92741.rs | CastilloDel | -15/+29 |
| 2023-02-06 | Add more test cases to tests/ui/issues/issue-92741.rs | CastilloDel | -1/+41 |
| 2023-02-05 | Add UI test for issue #92741 | CastilloDel | -0/+25 |
| 2023-02-03 | Provide structured suggestion for binding needing type on E0594 | Esteban Küber | -3/+7 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -3/+4 |