| Age | Commit message (Expand) | Author | Lines |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -5/+7 |
| 2023-07-16 | stop mentioning number of applicate implementations | lcnr | -2/+2 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -8/+7 |
| 2023-06-30 | Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors | Matthias Krüger | -4/+3 |
| 2023-06-30 | Use structured suggestion when telling user about `for<'a>` | Esteban Küber | -4/+3 |
| 2023-06-29 | Fix type privacy lints error message | Bryanskiy | -13/+13 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -10/+11 |
| 2023-06-22 | Avoid guessing unknown trait impl in suggestions | Alexander Zhang | -4/+4 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -10/+11 |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -4/+55 |
| 2023-06-05 | Don't mention already set fields | Michael Goulet | -1/+1 |
| 2023-05-18 | Simplify suggestion when returning bare dyn trait | Michael Goulet | -25/+17 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -5/+5 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -5/+5 |
| 2023-05-05 | tweak "make mut" spans when assigning to locals | Ezra Shaw | -1/+1 |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -1/+2 |
| 2023-05-01 | Don't use implied trait predicates in gather_explicit_predicates_of | Michael Goulet | -2/+11 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -1/+2 |
| 2023-04-11 | Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiser | Yuki Okushi | -6/+10 |
| 2023-04-03 | Update ui tests involving invalid visibility qualifiers | Tam Pham | -6/+10 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -17/+3 |
| 2023-03-21 | evaluate: improve and fix recursion depth handling | lcnr | -1/+1 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -16/+37 |
| 2023-03-08 | may not => cannot | Michael Goulet | -3/+3 |
| 2023-02-25 | docs/test: add UI test and docs for `E0476` | Ezra Shaw | -0/+44 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -20/+20 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -4/+4 |
| 2023-02-16 | Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8Ki | Matthias Krüger | -5/+4 |
| 2023-02-14 | Fetch less HIR in signature check. | Camille GILLOT | -1/+1 |
| 2023-02-14 | Make removal suggestion not verbose | Esteban Küber | -6/+4 |
| 2023-02-14 | rebase and review comments | Esteban Küber | -1/+1 |
| 2023-02-14 | More accurate spans for arg removal suggestion | Esteban Küber | -2/+3 |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -7/+7 |
| 2023-02-06 | Add extended error message for E0523 | Matthew Kelly | -0/+27 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -2/+2 |
| 2023-01-27 | internally change regions to be covariant | Ali MJ Al-Nasrawy | -2/+2 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -3/+10 |
| 2023-01-23 | add UI test + docs for `E0789` | Ezra Shaw | -0/+27 |
| 2023-01-19 | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | -0/+16 |
| 2023-01-18 | remove error code from `#[rustc_variance]` and document its remains | Ezra Shaw | -0/+16 |
| 2023-01-18 | special case removing `&` suggestion | Ezra Shaw | -6/+19 |
| 2023-01-16 | make `CastError::NeedsDeref` create a `MachineApplicable` suggestion + other ... | Ezra Shaw | -4/+6 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -3/+10 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-01-12 | Point at impl self type for impl wf obligations | Michael Goulet | -2/+2 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -17/+3 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -17/+3 |
| 2023-01-12 | Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obk | Matthias Krüger | -5/+22 |
| 2023-01-11 | Fix invalid syntax in impl Trait parameter type suggestions for E0311 | yanchen4791 | -5/+22 |