| Age | Commit message (Expand) | Author | Lines |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -6/+3 |
| 2024-07-22 | On generic and lifetime removal suggestion, do not leave behind stray `,` | Esteban Küber | -1/+1 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -1/+1 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -3/+6 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -0/+4 |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -10/+1 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -2/+3 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -2/+3 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -0/+4 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -10/+1 |
| 2024-07-15 | make invalid_type_param_default lint show up in cargo future-compat reports | Ralf Jung | -0/+11 |
| 2024-07-14 | Use ordinal number in argument error | long-long-float | -1/+1 |
| 2024-07-04 | Better span for "make binding mutable" suggestion | Esteban Küber | -14/+25 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -1/+1 |
| 2024-06-20 | add `needs-unwind` to UI test | Jorge Aparicio | -0/+1 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -0/+136 |
| 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 |