| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Adjust the ignore-compare-mode-next-solver for hangs | Michael Goulet | -5/+5 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -1/+1 |
| 2023-12-13 | Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkov | Matthias Krüger | -8/+11 |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -1/+5 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+3 |
| 2023-12-10 | remove redundant imports | surechen | -5/+0 |
| 2023-12-08 | Support bare unit structs in destructuring assignments | Michael Goulet | -8/+11 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -14/+14 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -0/+3 |
| 2023-12-01 | Tweak unclosed generics errors | Esteban Küber | -3/+2 |
| 2023-11-30 | Rollup merge of #118453 - estebank:priv-fields, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -1/+3 |
| 2023-11-29 | Tweak message on ADT with private fields building | Esteban Küber | -1/+1 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -7/+7 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -386/+386 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -1/+5 |
| 2023-11-19 | Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naber | Takayuki Maeda | -14/+21 |
| 2023-11-18 | Auto merge of #117924 - estebank:issue-53841, r=petrochenkov | bors | -0/+3 |
| 2023-11-18 | When a local binding shadows a fn, point at fn def in call failure | Esteban Küber | -0/+3 |
| 2023-11-17 | Auto merge of #118023 - matthiaskrgr:rollup-i9skwic, r=matthiaskrgr | bors | -11/+0 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -11/+0 |
| 2023-11-16 | recover primary span label | Esteban Küber | -15/+17 |
| 2023-11-16 | Suggest `unwrap()` on field not found for `Result`/`Option` | Esteban Küber | -1/+6 |
| 2023-11-16 | Suggest field typo through derefs | Esteban Küber | -3/+3 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -2/+2 |
| 2023-11-07 | Apply structured suggestion that allows test to work since 1.64 | Esteban Küber | -25/+0 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -8/+8 |
| 2023-10-30 | Auto merge of #116405 - estebank:issue-103155, r=davidtwco | bors | -9/+9 |
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -9/+9 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -21/+21 |
| 2023-10-30 | Improve some diagnostics around `?Trait` bounds | Oli Scherer | -21/+21 |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -0/+2 |
| 2023-10-28 | Remove asmjs from tests | Jubilee Young | -11/+0 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -5/+75 |
| 2023-10-24 | Auto merge of #116300 - cjgillot:split-move, r=petrochenkov | bors | -6/+6 |
| 2023-10-21 | Do not report errors from move path builder. | Camille GILLOT | -6/+6 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -13/+2 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -10/+10 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -2/+2 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -19/+27 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+5 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -8/+8 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+5 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -3/+3 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -8/+8 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -19/+27 |
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -0/+4 |
| 2023-10-02 | For a single impl candidate, try to unify it with error trait ref | Michael Goulet | -3/+3 |
| 2023-09-26 | Add context to `let: Ty = loop { break };` | Esteban Küber | -1/+6 |