| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | Rollup merge of #125407 - pacak:no-lending-iterators, r=pnkfelix | Matthias Krüger | -0/+65 |
| 2024-06-04 | Rollup merge of #125667 - oli-obk:taintify, r=TaKO8Ki | Michael Goulet | -38/+27 |
| 2024-06-03 | Add regression test | Oli Scherer | -0/+50 |
| 2024-06-03 | Auto merge of #125778 - estebank:issue-67100, r=compiler-errors | bors | -6/+6 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -7/+7 |
| 2024-05-29 | Use parenthetical notation for `Fn` traits | Esteban Küber | -6/+6 |
| 2024-05-29 | Stop proving outlives constraints on regions we already reported errors on | Oli Scherer | -18/+4 |
| 2024-05-28 | Allow type_of to return partially non-error types if the type was already tai... | Oli Scherer | -20/+23 |
| 2024-05-24 | And more general error | Michael Baikov | -3/+42 |
| 2024-05-24 | A custom error message for lending iterators | Michael Baikov | -0/+26 |
| 2024-05-17 | Detect when a lifetime is being reused in suggestion | Esteban Küber | -6/+6 |
| 2024-05-17 | Tweak suggested lifetimes to modify return type instead of `&self` receiver | Esteban Küber | -10/+10 |
| 2024-05-17 | Run `rustfmt` on modified tests | Esteban Küber | -45/+38 |
| 2024-05-17 | Account for owning item lifetimes in suggestion and annotate tests as `run-ru... | Esteban Küber | -5/+40 |
| 2024-05-17 | Always constrain the return type in lifetime suggestion | Esteban Küber | -8/+8 |
| 2024-05-17 | Suggest setting lifetime in borrowck error involving types with elided lifetimes | Esteban Küber | -0/+55 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -10/+8 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -0/+5 |
| 2024-04-16 | Emit suggestions when equality constraints are wrongly used | Gurinder Singh | -0/+5 |
| 2024-04-10 | Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errors | bors | -0/+33 |
| 2024-04-01 | Fix obligation param and bless tests | Michael Goulet | -3/+3 |
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -58/+9 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -1/+4 |
| 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-21 | Add clarifying comment to test. | Mara Bos | -0/+1 |
| 2024-02-20 | Extend temporary lifetime extension test. | Mara Bos | -1/+4 |
| 2024-02-20 | Add test. | Mara Bos | -0/+29 |
| 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 |