| Age | Commit message (Expand) | Author | Lines |
| 2024-11-11 | ensure that tail expr receive lifetime extension | Ding Xiang Fei | -6/+21 |
| 2024-11-09 | Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiser | Matthias Krüger | -0/+52 |
| 2024-11-09 | Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukang | Matthias Krüger | -0/+27 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -0/+3 |
| 2024-10-30 | Enforce that raw lifetime identifiers must be valid raw identifiers | Michael Goulet | -0/+52 |
| 2024-10-30 | Reject raw lifetime followed by \' as well | Michael Goulet | -0/+27 |
| 2024-10-24 | stabilize shorter-tail-lifetimes | Ding Xiang Fei | -10/+3 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -32/+2 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -2/+2 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -2/+2 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -10/+1 |
| 2024-09-06 | Add some more tests | Michael Goulet | -0/+105 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -4/+26 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -4/+13 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -4/+13 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -52/+23 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2024-07-30 | Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHS | Michael Goulet | -0/+31 |
| 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 |