| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Auto merge of #119989 - lcnr:sub_relations-bye-bye, r=compiler-errors | bors | -5/+5 |
| 2024-02-22 | Deduplicate some logic and reword output | Esteban Küber | -9/+9 |
| 2024-02-22 | Tweak wording of "implemented trait isn't imported" suggestion | Esteban Küber | -7/+7 |
| 2024-02-22 | Better account for associated const found for fn call expr | Esteban Küber | -8/+10 |
| 2024-02-22 | Make confusable suggestions `verbose` | Esteban Küber | -5/+25 |
| 2024-02-22 | Consider methods from traits when suggesting typos | Esteban Küber | -3/+33 |
| 2024-02-22 | change error messages to be incorrect, but more helpful | lcnr | -4/+4 |
| 2024-02-22 | Rollup merge of #120598 - compiler-errors:no-rigid-check, r=lcnr | Matthias Krüger | -15/+1 |
| 2024-02-22 | do not use <: in subtyping overflow msg | lcnr | -5/+5 |
| 2024-02-21 | Rollup merge of #121406 - compiler-errors:tests, r=Nilstrieb | Matthias Krüger | -0/+60 |
| 2024-02-21 | Add a non-lifetime-binders test | Michael Goulet | -0/+60 |
| 2024-02-21 | Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errors | León Orell Valerian Liehr | -8/+8 |
| 2024-02-20 | some type system cleanup | lcnr | -8/+8 |
| 2024-02-20 | Rollup merge of #121322 - compiler-errors:next-solver-fulfillment-ice, r=lcnr | Matthias Krüger | -0/+26 |
| 2024-02-20 | Rollup merge of #121241 - reitermarkus:generic-nonzero-traits, r=dtolnay | Nilstrieb | -1/+0 |
| 2024-02-20 | Simply do not ICE | Michael Goulet | -0/+26 |
| 2024-02-19 | Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwU | bors | -2/+2 |
| 2024-02-17 | Implement `NonZero` traits generically. | Markus Reiter | -1/+0 |
| 2024-02-17 | move ty var instantiation into the generalize module | lcnr | -2/+2 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -620/+620 |
| 2024-02-16 | Fix an ICE in the recursion lint | Oli Scherer | -0/+70 |
| 2024-02-15 | Auto merge of #119338 - compiler-errors:upcast-plus-autos, r=lcnr | bors | -0/+14 |
| 2024-02-15 | Consider principal trait ref's auto-trait super-traits in dyn upcasting | Michael Goulet | -0/+14 |
| 2024-02-14 | Continue compilation even if inherent impl checks fail | Oli Scherer | -3/+39 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -14/+113 |
| 2024-02-14 | Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkov | Guillaume Gomez | -0/+34 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -14/+113 |
| 2024-02-14 | Rollup merge of #121049 - estebank:issue-121009, r=fmease | Oli Scherer | -5/+0 |
| 2024-02-14 | Rollup merge of #120915 - OdenShirataki:master, r=fmease | Oli Scherer | -4/+4 |
| 2024-02-14 | Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors | Oli Scherer | -6/+6 |
| 2024-02-13 | Move tests | Caio | -0/+34 |
| 2024-02-13 | Do not point at `#[allow(_)]` as the reason for compat lint triggering | Esteban Küber | -5/+0 |
| 2024-02-13 | use alias-relate to structurally normalize in the solver | lcnr | -23/+24 |
| 2024-02-12 | Fix suggestion span for ?Sized | OdenShirataki | -4/+4 |
| 2024-02-09 | Be less confident when `dyn` suggestion is not checked for object safety | trevyn | -6/+6 |
| 2024-02-10 | Rollup merge of #120629 - c410-f3r:testsssssss, r=petrochenkov | Matthias Krüger | -0/+81 |
| 2024-02-09 | Move some tests | Caio | -0/+81 |
| 2024-02-09 | Rollup merge of #120836 - lcnr:param-env-hide-impl, r=BoxyUwU | Matthias Krüger | -82/+316 |
| 2024-02-09 | Rollup merge of #120354 - lukas-code:metadata-normalize, r=lcnr | Matthias Krüger | -0/+56 |
| 2024-02-09 | hide impls if trait bound is proven from env | lcnr | -82/+316 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -0/+194 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -3/+14 |
| 2024-02-08 | Rollup merge of #120739 - lukas-code:pp-dyn-assoc, r=compiler-errors | Matthias Krüger | -0/+194 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -15/+89 |
| 2024-02-07 | address review comments and add more tests | Lukas Markeffsky | -33/+72 |
| 2024-02-07 | improve pretty printing for trait objects | Lukas Markeffsky | -25/+25 |
| 2024-02-07 | add test for pretty printing trait objects | Lukas Markeffsky | -0/+155 |
| 2024-02-07 | Update tests | r0cky | -24/+177 |
| 2024-02-06 | Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnr | Matthias Krüger | -3/+41 |
| 2024-02-06 | Rollup merge of #120507 - estebank:issue-108428, r=davidtwco | Matthias Krüger | -6/+16 |