| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnr | bors | -4/+20 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -128/+43 |
| 2024-03-14 | Consolidate WF for aliases | Michael Goulet | -4/+20 |
| 2024-03-11 | Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" | Oli Scherer | -16/+16 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -16/+16 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -22/+22 |
| 2024-02-27 | when defining opaques, require the hidden type to be well-formed | lcnr | -2/+18 |
| 2024-02-26 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -0/+41 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -52/+52 |
| 2024-02-14 | Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errors | bors | -1/+10 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -1/+10 |
| 2024-02-13 | Move tests | Caio | -0/+43 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -3/+37 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -4/+4 |
| 2024-01-16 | borrowck: wf-check fn item args | Ali MJ Al-Nasrawy | -1/+33 |
| 2024-01-11 | Taint more aggressively in astconv | Oli Scherer | -11/+1 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -20/+62 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -23/+7 |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -5/+40 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -4/+4 |
| 2023-12-05 | Add print_trait_sugared | Michael Goulet | -14/+14 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -1/+1 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -47/+47 |
| 2023-11-20 | Fix incorrect lifetime suggestion | Esteban Küber | -19/+2 |
| 2023-11-20 | Tweak wording | Esteban Küber | -5/+5 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -7/+59 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -12/+12 |
| 2023-10-26 | Quietly fail if an error has already occurred | Oli Scherer | -0/+70 |
| 2023-10-24 | Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naber | Matthias Krüger | -0/+4 |
| 2023-10-25 | suggest unwrap/expect for let binding type mismatch | yukang | -0/+4 |
| 2023-10-21 | Rollup merge of #116990 - estebank:issue-68445, r=cjgillot | Matthias Krüger | -0/+4 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-20 | Mention `into_iter` on borrow errors suggestions when appropriate | Esteban Küber | -0/+4 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -8/+8 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -18/+26 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -10/+12 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+1 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -2/+2 |
| 2023-09-14 | Properly consider binder vars in HasTypeFlagsVisitor | Michael Goulet | -0/+27 |
| 2023-09-11 | Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwco | Matthias Krüger | -0/+6 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+6 |
| 2023-09-08 | Improve "associated type not found" diagnostics | Lieselotte | -1/+1 |
| 2023-08-08 | fix: not insert missing lifetime for `ConstParamTy` | bohan | -5/+0 |
| 2023-07-28 | Account for macros when suggesting a new let binding | Esteban Küber | -1/+5 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -23/+23 |
| 2023-05-21 | Tweak the post-order for multi-successor blocks | Scott McMurray | -1/+1 |
| 2023-05-05 | improve diagnostics and bless tests | Boxy | -12/+11 |
| 2023-04-29 | Do not force anonymous lifetimes in consts to be static. | Camille GILLOT | -0/+20 |
| 2023-04-21 | Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkov | bors | -0/+13 |
| 2023-04-20 | Move test files | Caio | -0/+13 |