| Age | Commit message (Expand) | Author | Lines |
| 2023-10-13 | explicitly handle auto trait leakage in coherence | lcnr | -16/+22 |
| 2023-10-11 | Handle several `#[diagnostic::on_unimplemented]` attributes correctly | Georg Semmler | -12/+34 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+3 |
| 2023-10-11 | Rollup merge of #116530 - aliemjay:ice-on-ambiguity, r=compiler-errors | Ali MJ Al-Nasrawy | -4/+12 |
| 2023-10-10 | Rollup merge of #116596 - lcnr:normalize-subdir, r=compiler-errors | Matthias Krüger | -4/+5 |
| 2023-10-10 | reorder files in solve | lcnr | -4/+5 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 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 | Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco | Matthias Krüger | -36/+27 |
| 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 | -36/+27 |
| 2023-09-29 | Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errors | bors | -186/+64 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -1/+1 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+1 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -8/+8 |
| 2023-09-24 | Remove dead code. | Camille GILLOT | -66/+8 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -85/+21 |
| 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 | -4/+5 |
| 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 | -4/+5 |
| 2023-09-21 | review | lcnr | -78/+75 |
| 2023-09-21 | w | lcnr | -1/+1 |
| 2023-09-21 | slight refactor, add comment | lcnr | -11/+20 |
| 2023-09-21 | HACK: avoid hang in structurally_normalize | lcnr | -3/+9 |
| 2023-09-21 | proof trees: use for `intercrate_ambiguity_causes` | lcnr | -212/+698 |
| 2023-09-20 | remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat... | Ziru Niu | -5/+7 |