| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Rollup merge of #125795 - lucasscharenbroch:undescore-prefix-suggestion, r=co... | Michael Goulet | -1/+3 |
| 2024-06-04 | Auto merge of #125525 - joboet:tls_accessor, r=cuviper | bors | -91/+21 |
| 2024-06-03 | Auto merge of #125397 - gurry:125303-wrong-builder-suggestion, r=compiler-errors | bors | -2/+1 |
| 2024-05-30 | Update ui tests for leading-underscore suggestion | Lucas Scharenbroch | -1/+3 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -13/+13 |
| 2024-05-25 | fix UI test | joboet | -91/+21 |
| 2024-05-23 | Do not suggest unresolvable builder methods | Gurinder Singh | -2/+1 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -2/+2 |
| 2024-05-21 | Make early lints translatable | Xiretza | -2/+2 |
| 2024-05-21 | Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=Nilstrieb | Matthias Krüger | -0/+292 |
| 2024-05-20 | Move 100 entries from tests/ui into subdirs | Jubilee Young | -0/+292 |
| 2024-05-20 | Inline get_node_fn_decl into get_fn_decl, simplify/explain logic in report_re... | Michael Goulet | -5/+13 |
| 2024-05-14 | improve maybe_consume_incorrect_semicolon | ardi | -0/+4 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -0/+109 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -1/+1 |
| 2024-04-27 | tests: remove some trailing ws | klensy | -1/+1 |
| 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-14 | remove braces when fixing a nested use tree into a single use | Pietro Albini | -0/+109 |
| 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 |