| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-30 | Tweak use of trimmed paths | Esteban Küber | -2/+2 |
| 2023-01-30 | Do not mention lifetime names in force trimmed paths | Esteban Küber | -6/+6 |
| 2023-01-30 | Don't show `for<'lt>` in force trimmed paths | Esteban Küber | -4/+4 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -81/+81 |
| 2023-01-25 | Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -12/+13 |
| 2023-01-20 | Rollup merge of #104154 - timrobertsdev:deny-by-default-bindings_with_variant... | Michael Goulet | -12/+10 |
| 2023-01-20 | Change `bindings_with_variant_name` to deny-by-default | --global | -12/+10 |
| 2023-01-19 | Add `rustc_on_unimplemented` on `Sync` for cell types | Nilstrieb | -0/+1 |
| 2023-01-20 | add raw identifier for keyword in suggestion | bohan | -5/+36 |
| 2023-01-17 | Account for method call and indexing when looking for inner-most path in expr... | Esteban Küber | -0/+2 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -12/+11 |
| 2023-01-14 | Deprioritize fulfillment errors that come from expansions. | Mara Bos | -8/+10 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -2/+12 |
| 2023-01-13 | Rollup merge of #106785 - compiler-errors:better-impl-wf-spans, r=estebank | Yuki Okushi | -2/+2 |
| 2023-01-12 | Only point at impl self ty in WF if trait predicate shares self ty | Michael Goulet | -2/+2 |
| 2023-01-12 | Don't suggest dyn as parameter to add | Michael Goulet | -5/+0 |
| 2023-01-12 | Render missing generics suggestion verbosely | Michael Goulet | -8/+17 |
| 2023-01-12 | Point at impl self type for impl wf obligations | Michael Goulet | -4/+4 |
| 2023-01-11 | Rollup merge of #106524 - compiler-errors:constructor-note, r=cjgillot | Michael Goulet | -4/+4 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -2/+3 |
| 2023-01-11 | Migrate pattern matching | mejrs | -2/+3 |
| 2023-01-11 | When suggesting writing a fully qualified path probe for appropriate types | Esteban Küber | -2/+12 |
| 2023-01-11 | label where constructor is defined and note that it should be called | Michael Goulet | -1/+1 |
| 2023-01-11 | Be more specific about constructor `FnDef`s in type mismatch | Michael Goulet | -3/+3 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -7/+17 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+57358 |