| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-25 | Use verbose suggestion for `break` without value | Esteban Küber | -4/+6 |
| 2023-09-22 | Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -11/+11 |
| 2023-09-22 | Change `start` to `#[start]` in some diagnosis | Eduardo Sánchez Muñoz | -2/+2 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -11/+11 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -2/+2 |
| 2023-09-19 | Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errors | Matthias Krüger | -3/+0 |
| 2023-09-15 | avoid blessing cargo deps's source code in ui tests | Pietro Albini | -3/+0 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -7/+1 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -9/+40 |
| 2023-09-11 | Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errors | Matthias Krüger | -15/+15 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+34 |
| 2023-09-10 | Generalize E0401 | León Orell Valerian Liehr | -15/+15 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -32/+6 |
| 2023-08-30 | Test and note unsafe ctor to fn ptr coercion | Michael Goulet | -1/+0 |
| 2023-08-29 | Auto merge of #112775 - c410-f3r:t3st3ss, r=petrochenkov | bors | -371/+0 |
| 2023-08-28 | Move tests | Caio | -371/+0 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -4/+0 |
| 2023-08-26 | Remove unnecessary `select_obligations_where_possible` and redundant errors | Esteban Küber | -8/+1 |
| 2023-08-26 | More accurately point at arguments | Esteban Küber | -4/+6 |
| 2023-08-26 | On let binding type point to type parameter that introduced unmet bound | Esteban Küber | -1/+8 |
| 2023-08-26 | Point at appropriate type parameter in more trait bound errors | Esteban Küber | -4/+2 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -2/+2 |
| 2023-08-25 | Auto merge of #115193 - weihanglo:rollup-6s3mz06, r=weihanglo | bors | -399/+0 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -2/+2 |
| 2023-08-24 | Move issue 29181, 2804, 17431, 66768 | Olanti | -399/+0 |
| 2023-08-20 | Clarify that `Rust` is default repr | Catherine Flores | -2/+2 |
| 2023-08-16 | Auto merge of #112500 - lukas-code:span-ctxt, r=petrochenkov | bors | -1/+0 |
| 2023-08-14 | Point at return type when it influences non-first `match` arm | Esteban Küber | -0/+2 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -0/+4 |
| 2023-08-05 | Rename tests/ui/issues/issue-100605.rs to ../type/option-ref-advice.rs | Martin Nordholts | -54/+0 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -8/+8 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -32/+6 |
| 2023-08-01 | introduce `Span::find_ancestor_inside_same_ctxt` | Lukas Markeffsky | -1/+0 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -2/+4 |
| 2023-07-29 | Allow explicit `#[repr(Rust)]` | Catherine Flores | -2/+2 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -0/+2 |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -12/+6 |
| 2023-07-25 | write-long-types-to-disk: update tests | Mahdi Dibaiee | -28/+19 |