| Age | Commit message (Expand) | Author | Lines |
| 2023-10-16 | address review comment | Esteban Küber | -90/+125 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -4/+7 |
| 2023-10-16 | Rollup merge of #116257 - estebank:issue-101351, r=b-naber | Matthias Krüger | -1/+1 |
| 2023-10-16 | Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebank | Matthias Krüger | -4/+4 |
| 2023-10-15 | Suggest adding `return` if the type of unused semi return value can coerce to... | yukang | -4/+4 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -139/+182 |
| 2023-10-14 | Special case iterator chain checks for suggestion | Esteban Küber | -1/+91 |
| 2023-10-13 | Suggest trait bounds for used associated type on type param | Esteban Küber | -1/+1 |
| 2023-10-13 | explicitly handle auto trait leakage in coherence | lcnr | -14/+19 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -139/+182 |
| 2023-10-11 | Handle several `#[diagnostic::on_unimplemented]` attributes correctly | Georg Semmler | -12/+34 |
| 2023-10-09 | Move predicate error early check to its own method | Esteban Küber | -14/+23 |
| 2023-10-09 | Remove need for `has_errors()` check | Esteban Küber | -7/+12 |
| 2023-10-09 | Only emit one error per unsized binding, instead of one per usage | Esteban Küber | -0/+19 |
| 2023-10-08 | delay a bug when encountering an ambiguity in MIR typeck | Ali MJ Al-Nasrawy | -4/+12 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -3476/+3562 |
| 2023-10-05 | Rollup merge of #116452 - cjgillot:noassert-erased, r=oli-obk | Matthias Krüger | -3/+0 |
| 2023-10-05 | Do not assert that hidden types don't have erased regions. | Camille GILLOT | -3/+0 |
| 2023-10-05 | Auto merge of #116184 - compiler-errors:afit-lint, r=tmandry | bors | -53/+69 |
| 2023-10-04 | Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillot | bors | -1/+1 |
| 2023-10-04 | Fix test on WASM target by making ambiguity pruning more agressive | Esteban Küber | -1/+1 |
| 2023-10-04 | Split `traits::error_reporting` to keep files smaller | Esteban Küber | -3528/+3560 |
| 2023-10-04 | Show suggestion for `<SelfTy as Trait>::assoc_fn` in more cases and fmt code | Esteban Küber | -19/+42 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -5/+21 |
| 2023-10-04 | Show more information when multiple `impl` apply | Esteban Küber | -4/+19 |
| 2023-10-03 | Make non-zero check more obvious | Maybe Waffle | -1/+1 |
| 2023-10-03 | Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco | Matthias Krüger | -31/+23 |
| 2023-10-03 | Auto merge of #116376 - matthiaskrgr:rollup-b3d14gq, r=matthiaskrgr | bors | -1/+2 |
| 2023-10-03 | Rollup merge of #116358 - compiler-errors:match, r=lcnr | Matthias Krüger | -1/+2 |
| 2023-10-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -0/+15 |
| 2023-10-03 | Optimize some `alloc_from_iter` call sites. | Nicholas Nethercote | -1/+1 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -53/+69 |
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -1/+14 |
| 2023-10-02 | For a single impl candidate, try to unify it with error trait ref | Michael Goulet | -3/+75 |
| 2023-10-02 | Rename both of the Match relations | Michael Goulet | -1/+2 |
| 2023-10-02 | change is_subtype to relate_types | ouz-a | -0/+15 |
| 2023-09-29 | a small wf and clause cleanup | lcnr | -31/+23 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -1/+1 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -4/+5 |
| 2023-09-24 | Remove dead code. | Camille GILLOT | -66/+8 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -65/+13 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -147/+44 |
| 2023-09-23 | Fold lifetimes before substitution. | Camille GILLOT | -14/+14 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -0/+7 |
| 2023-09-23 | Check that closure's by-value captures are sized | Michael Goulet | -0/+11 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -2/+3 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -0/+1 |
| 2023-09-21 | Suggest desugaring to RPITIT when AFIT is required to be an auto trait | Michael Goulet | -0/+137 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -2/+4 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -2/+3 |