| Age | Commit message (Expand) | Author | Lines |
| 2024-04-25 | Check equivalence of indices in more cases | Esteban Küber | -6/+3 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -1/+19 |
| 2024-04-25 | Mention `split_at_mut` when mixing mutability in indexing ops | Esteban Küber | -2/+87 |
| 2024-04-25 | Only suggest `split_at_mut` on indexing borrowck errors for std types | Esteban Küber | -1/+1 |
| 2024-04-25 | Detect borrow error involving sub-slices and suggest `split_at_mut` | Esteban Küber | -2/+28 |
| 2024-04-24 | Suggest cloning captured binding in `move` closure | Esteban Küber | -13/+115 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -0/+52 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -12/+12 |
| 2024-04-23 | Auto merge of #124295 - fmease:rollup-i3apkc6, r=fmease | bors | -5/+165 |
| 2024-04-23 | Rollup merge of #122591 - gurry:122162-impl-type-binding-suggestion, r=fmease | León Orell Valerian Liehr | -2/+13 |
| 2024-04-23 | Rollup merge of #120929 - long-long-float:wrap-dyn-in-suggestion, r=fmease | León Orell Valerian Liehr | -3/+152 |
| 2024-04-23 | Auto merge of #122317 - compiler-errors:fulfill-method-probe, r=lcnr | bors | -8/+16 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -2/+1 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -3/+152 |
| 2024-04-21 | Use fulfillment, not evaluate, during method probe | Michael Goulet | -8/+16 |
| 2024-04-16 | Emit suggestions when equality constraints are wrongly used | Gurinder Singh | -2/+13 |
| 2024-04-13 | Auto merge of #122603 - estebank:clone-o-rama, r=lcnr | bors | -5/+32 |
| 2024-04-13 | Rollup merge of #123835 - saethlin:vec-from-nonnull, r=the8472 | Jacob Pratt | -1/+1 |
| 2024-04-12 | Avoid more NonNull-raw-NonNull roundtrips in Vec | Ben Kimock | -1/+1 |
| 2024-04-11 | Rollup merge of #123523 - estebank:issue-123414, r=BoxyUwU | Matthias Krüger | -8/+14 |
| 2024-04-11 | Suggest `.clone()` in some move errors | Esteban Küber | -5/+26 |
| 2024-04-11 | Account for unops when suggesting cloning | Esteban Küber | -2/+3 |
| 2024-04-11 | Suggest `.clone()` when moved while borrowed | Esteban Küber | -0/+5 |
| 2024-04-10 | Use suggest_impl_trait in return type suggestion | Michael Goulet | -1/+1 |
| 2024-04-07 | Remove useless configs in tests | Urgau | -3/+1 |
| 2024-04-06 | Account for trait/impl difference when suggesting changing argument from ref ... | Esteban Küber | -8/+14 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -8/+8 |
| 2024-03-22 | Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmease | Matthias Krüger | -0/+1 |
| 2024-03-21 | Rollup merge of #122799 - estebank:issue-122569, r=fee1-dead | Matthias Krüger | -0/+34 |
| 2024-03-21 | Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk | bors | -1/+29 |
| 2024-03-21 | Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Ki | bors | -0/+32 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -0/+32 |
| 2024-03-21 | Replace closures with `_` when suggesting fully qualified path for method call | Esteban Küber | -0/+34 |
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -247/+15 |
| 2024-03-20 | Bless test fallout (duplicate diagnostics) | Michael Goulet | -1/+29 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -28/+5 |
| 2024-03-17 | Don't show suggestion if slice pattern is enclosed by any patterns | long-long-float | -0/+43 |
| 2024-03-16 | Note that type param is chosen by caller when suggesting return impl Trait | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-03-15 | Rollup merge of #122174 - notriddle:master, r=TaKO8Ki | Matthias Krüger | -0/+38 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -1/+1 |
| 2024-03-13 | Tweak wording | Esteban Küber | -2/+2 |
| 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-09 | Rollup merge of #120504 - kornelski:try_with_capacity, r=Amanieu | Guillaume Boisseau | -2/+2 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -28/+5 |
| 2024-03-08 | diagnostics: suggest `Clone` bounds when noop `clone()` | Michael Howell | -0/+38 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -70/+131 |
| 2024-03-07 | Collect mod item types in parallel, just like wfcheck | Oli Scherer | -4/+58 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -24/+21 |