| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Overhaul the handling of errors at the top-level. | Nicholas Nethercote | -2/+0 |
| 2024-02-20 | Rollup merge of #121319 - compiler-errors:err, r=oli-obk | Nilstrieb | -47/+40 |
| 2024-02-19 | return ty::Error when equating ty::Error | Michael Goulet | -47/+40 |
| 2024-02-19 | Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwU | bors | -14/+1 |
| 2024-02-17 | use `instantiate_ty_var` in nll | lcnr | -14/+1 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -264/+264 |
| 2024-02-14 | Continue compilation even if inherent impl checks fail | Oli Scherer | -41/+110 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -5/+79 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -5/+79 |
| 2024-02-14 | Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors | Oli Scherer | -1/+1 |
| 2024-02-13 | Rollup merge of #120549 - lcnr:errs-showcase, r=compiler-errors | Matthias Krüger | -4/+29 |
| 2024-02-13 | Rollup merge of #120696 - estebank:issue-115405, r=oli-obk | Matthias Krüger | -0/+2 |
| 2024-02-13 | use alias-relate to structurally normalize in the solver | lcnr | -4/+29 |
| 2024-02-12 | Properly handle `async` blocks and `fn`s in `if` exprs without `else` | Esteban Küber | -0/+2 |
| 2024-02-10 | Gracefully handle non-WF alias in assemble_alias_bound_candidates_recur | Michael Goulet | -0/+36 |
| 2024-02-09 | Be less confident when `dyn` suggestion is not checked for object safety | trevyn | -1/+1 |
| 2024-02-09 | Rollup merge of #113671 - oli-obk:normalize_weak_tys, r=petrochenkov | Matthias Krüger | -33/+1 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -7/+91 |
| 2024-02-07 | Stop using `hir_ty_to_ty` in rustc_privacy | Oli Scherer | -33/+1 |
| 2024-02-07 | Update tests | r0cky | -3/+25 |
| 2024-02-06 | Rollup merge of #120520 - nnethercote:rename-good-path, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-05 | Split `Level::DelayedBug` in two. | Nicholas Nethercote | -1/+1 |
| 2024-02-01 | review comment: change wording | Esteban Küber | -1/+1 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -4/+4 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -10/+10 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -22/+4 |
| 2024-01-24 | Account for expected `dyn Trait` found `impl Trait` | Esteban Küber | -0/+61 |
| 2024-01-24 | On E0308 involving `dyn Trait`, mention trait objects | Esteban Küber | -0/+2 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -22/+4 |
| 2024-01-22 | Add some tests | Oli Scherer | -0/+39 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -0/+172 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -0/+172 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -2/+26 |
| 2024-01-17 | Use FnOnceOutput instead of FnOnce where expected | Oli Scherer | -0/+99 |
| 2024-01-17 | Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ... | Oli Scherer | -2/+26 |
| 2024-01-15 | Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errors | Matthias Krüger | -17/+14 |
| 2024-01-13 | Bless tests | George-lewis | -0/+5 |
| 2024-01-13 | Don't consider delayed bugs for `-Ztreat-err-as-bug`. | Nicholas Nethercote | -12/+10 |
| 2024-01-12 | Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnr | Guillaume Gomez | -2/+19 |
| 2024-01-11 | Remove special-casing around aliaskind in new solver | Michael Goulet | -2/+19 |
| 2024-01-11 | Keep error types around, even in obligations. | Oli Scherer | -17/+14 |
| 2024-01-11 | Use the right level with `-Ztreat-err-as-bug`. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -27/+277 |
| 2024-01-08 | Make cycle error more resilient to where it starts | Michael Goulet | -40/+55 |
| 2024-01-08 | Point out source of recursion | Michael Goulet | -5/+5 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -37/+11 |
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -100/+200 |
| 2024-01-07 | Make ImplTraitPosition display more descriptive | Michael Goulet | -13/+13 |
| 2024-01-05 | Use `resolutions(()).effective_visiblities` to avoid cycle errors | Michael Goulet | -0/+106 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -1/+1 |