| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-21 | review | lcnr | -78/+75 |
| 2023-09-21 | HACK: avoid hang in structurally_normalize | lcnr | -3/+9 |
| 2023-09-21 | proof trees: use for `intercrate_ambiguity_causes` | lcnr | -92/+239 |
| 2023-09-20 | remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat... | Ziru Niu | -1/+1 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -0/+1 |
| 2023-09-19 | Explain HRTB + infer limitations of old solver | Michael Goulet | -0/+75 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -29/+32 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -2/+2 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -25/+84 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -29/+32 |
| 2023-09-13 | make the set of methods between our two Const types more consistent | Ralf Jung | -1/+1 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -4/+4 |
| 2023-09-12 | `#[diagnostic::on_unimplemented]` without filters | Georg Semmler | -25/+84 |
| 2023-09-11 | Auto merge of #114586 - oli-obk:patch_tait_rpit_order_check, r=lcnr,compiler-... | bors | -4/+42 |
| 2023-09-11 | Bubble up opaque <eq> opaque operations instead of picking an order | Oli Scherer | -4/+42 |
| 2023-09-11 | Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwco | Matthias Krüger | -5/+19 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -1/+1 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -5/+19 |
| 2023-09-07 | Don't suggest dereferencing to unsized type | Michael Goulet | -1/+14 |