| Age | Commit message (Expand) | Author | Lines |
| 2024-06-16 | Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelix | Jacob Pratt | -14/+14 |
| 2024-06-14 | Resolve const lifetimes to static in trait too | Michael Goulet | -82/+28 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -26/+78 |
| 2024-06-12 | Harmonize use of leaf and root obligation in trait error reporting | Michael Goulet | -2/+2 |
| 2024-06-12 | Spell out other trait diagnostic | Alex Macleod | -14/+14 |
| 2024-06-10 | Rollup merge of #126115 - gurry:125876-ice-unwrap-probe-many-result, r=compil... | Matthias Krüger | -0/+51 |
| 2024-06-08 | Fix ICE due to `unwrap` in `probe_for_name_many` | Gurinder Singh | -0/+51 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -4/+10 |
| 2024-06-05 | Detect pub structs never constructed and unused associated constants in traits | r0cky | -4/+10 |
| 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 |