| Age | Commit message (Expand) | Author | Lines |
| 2024-02-19 | remove `pred_known_to_hold_modulo_regions` | lcnr | -47/+3 |
| 2024-02-19 | never normalize without eager inference replacement | lcnr | -82/+11 |
| 2024-02-18 | Rollup merge of #121100 - estebank:issue-71252, r=compiler-errors | León Orell Valerian Liehr | -1/+19 |
| 2024-02-17 | Rollup merge of #121193 - compiler-errors:coherence-fulfillment, r=lcnr | Matthias Krüger | -37/+41 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -2/+5 |
| 2024-02-17 | Rollup merge of #121059 - compiler-errors:extension, r=davidtwco,Nilstrieb | Guillaume Boisseau | -826/+94 |
| 2024-02-16 | Use fulfillment in next trait solver coherence | Michael Goulet | -37/+41 |
| 2024-02-16 | Rollup merge of #121111 - trevyn:associated-type-suggestion, r=davidtwco | Guillaume Gomez | -0/+9 |
| 2024-02-16 | Nits | Michael Goulet | -0/+6 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -40/+40 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -824/+86 |
| 2024-02-16 | Detect when method call on argument could be removed to fulfill failed trait ... | Esteban Küber | -1/+19 |
| 2024-02-16 | Rollup merge of #121119 - compiler-errors:async-fn-kind-errs, r=oli-obk | Guillaume Gomez | -30/+115 |
| 2024-02-15 | make better async fn kind errors | Michael Goulet | -30/+115 |
| 2024-02-15 | Consider principal trait ref's auto-trait super-traits in dyn upcasting | Michael Goulet | -52/+79 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -2/+5 |
| 2024-02-15 | Rollup merge of #121105 - compiler-errors:no-const-ty-overflow, r=oli-obk | Matthias Krüger | -12/+15 |
| 2024-02-14 | For E0038, suggest associated type if available | trevyn | -0/+9 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -2/+3 |
| 2024-02-14 | Do not report overflow errors on ConstArgHasType goals | Michael Goulet | -12/+15 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -2/+3 |
| 2024-02-14 | Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obk | Oli Scherer | -15/+18 |
| 2024-02-14 | Rollup merge of #120915 - OdenShirataki:master, r=fmease | Oli Scherer | -3/+3 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -15/+18 |
| 2024-02-14 | Auto merge of #120454 - clubby789:cargo-update, r=Nilstrieb | bors | -5/+10 |
| 2024-02-14 | Auto merge of #121055 - matthiaskrgr:rollup-bzn5sda, r=matthiaskrgr | bors | -6/+28 |
| 2024-02-14 | Auto merge of #120942 - compiler-errors:deep-assoc-hang, r=lcnr | bors | -0/+16 |
| 2024-02-13 | Rollup merge of #121047 - compiler-errors:default-impls, r=lcnr | Matthias Krüger | -0/+22 |
| 2024-02-13 | Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -5/+10 |
| 2024-02-13 | Do not assemble candidates for default impls | Michael Goulet | -0/+22 |
| 2024-02-13 | Rollup merge of #120549 - lcnr:errs-showcase, r=compiler-errors | Matthias Krüger | -179/+81 |
| 2024-02-13 | remove questionable calls to `commit_if_ok` | lcnr | -6/+6 |
| 2024-02-13 | use alias-relate to structurally normalize in the solver | lcnr | -92/+75 |
| 2024-02-13 | also try to normalize opaque types in alias-relate | lcnr | -97/+16 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -30/+40 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -83/+86 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -8/+6 |
| 2024-02-12 | Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errors | Matthias Krüger | -6/+0 |
| 2024-02-12 | Rollup merge of #120899 - compiler-errors:non-wf-alias, r=lcnr | Matthias Krüger | -2/+6 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -30/+40 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -83/+86 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -5/+0 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -5/+3 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -3/+3 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -0/+15 |
| 2024-02-12 | Fix suggestion span for ?Sized | OdenShirataki | -3/+3 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -6/+0 |
| 2024-02-11 | Rollup merge of #120872 - petrochenkov:opthirpar, r=cjgillot | Matthias Krüger | -15/+11 |
| 2024-02-11 | Ignore own item bounds in parent alias types in `for_each_item_bound` | Michael Goulet | -0/+16 |