| Age | Commit message (Expand) | Author | Lines |
| 2024-09-16 | Relate receiver invariantly in method probe for Mode::Path | Michael Goulet | -14/+3 |
| 2024-09-15 | Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki... | Stuart Cook | -1/+1 |
| 2024-09-11 | Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=... | Matthias Krüger | -0/+5 |
| 2024-09-11 | Rollup merge of #129260 - wafarm:dont-suggest-closures, r=compiler-errors | Matthias Krüger | -13/+5 |
| 2024-09-07 | Bless tests due to new method suggestions. | Tim (Theemathas) Chirananthavat | -1/+1 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -2/+20 |
| 2024-08-28 | Suggest the struct variant pattern syntax on usage of unit variant pattern fo... | tunawasabi | -0/+5 |
| 2024-08-28 | Don't suggest adding return type for closures with default return type | Wafarm | -13/+5 |
| 2024-08-24 | Rollup merge of #128467 - estebank:unsized-args, r=cjgillot | Trevor Gross | -0/+5 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -3/+3 |
| 2024-08-10 | Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwU | bors | -12/+8 |
| 2024-08-08 | Detect `*` operator on `!Sized` expression | Esteban Küber | -0/+5 |
| 2024-08-06 | Don't arbitrarily choose one upper bound for hidden captured region | Michael Goulet | -7/+2 |
| 2024-08-05 | WF-check struct field types at construction site | Noah Lev | -12/+8 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -10/+4 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -1/+1 |
| 2024-07-26 | Peel off explicit (or implicit) deref before suggesting clone on move error i... | Michael Goulet | -3/+2 |
| 2024-07-25 | Fix a span error when parsing a wrong param of function. | surechen | -0/+34 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-24 | Rollup merge of #127374 - estebank:wrong-generic-args, r=oli-obk | Matthias Krüger | -12/+12 |
| 2024-07-24 | Rollup merge of #127481 - a1phyr:pattern_gat, r=Amanieu | Matthias Krüger | -13/+13 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -18/+9 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -12/+12 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -9/+18 |
| 2024-07-18 | Be more accurate about calculating `display_col` from a `BytePos` | Esteban Küber | -1/+1 |
| 2024-07-18 | Tweak "field not found" suggestion when giving struct literal for tuple struc... | Esteban Küber | -22/+22 |
| 2024-07-18 | More accurate suggestions when writing wrong style of enum variant literal | Esteban Küber | -394/+591 |
| 2024-07-18 | Add svg test for incorrect literal type suggestion | Esteban Küber | -0/+905 |
| 2024-07-18 | Rollup merge of #127878 - estebank:assoc-item-removal, r=fmease | Matthias Krüger | -4/+6 |
| 2024-07-17 | Fix associated item removal suggestion | Esteban Küber | -4/+6 |
| 2024-07-17 | Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r=fmease | Matthias Krüger | -10/+10 |
| 2024-07-16 | Remove invalid help diagnostics for const pointer | yukang | -0/+16 |
| 2024-07-15 | Remove generic lifetime parameter of trait `Pattern` | Benoît du Garreau | -13/+13 |
| 2024-07-14 | Use ordinal number in argument error | long-long-float | -10/+10 |
| 2024-07-12 | Make `;` suggestions inline | Esteban Küber | -18/+3 |
| 2024-07-12 | Use more accurate span for `:` to `::` suggestion | Esteban Küber | -3/+3 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -17/+99 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -9/+9 |
| 2024-07-04 | blessings | Maybe Waffle | -9/+9 |
| 2024-07-04 | Tweak raw-pointer field access and array indexing suggestions | Esteban Küber | -6/+8 |
| 2024-07-04 | Tweak slice and as_deref suggestion span | Esteban Küber | -22/+45 |
| 2024-06-30 | Add a regression test for #123630 | Michael Baikov | -0/+43 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |
| 2024-06-23 | not use offset when there is not ends with brace | bohan | -0/+44 |
| 2024-06-22 | Rollup merge of #126723 - estebank:dot-dot-dot, r=Nadrieril | Guillaume Gomez | -1/+1 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -1/+1 |
| 2024-06-20 | Fix `...` in multline code-skips in suggestions | Esteban Küber | -1/+1 |
| 2024-06-18 | tests: update tests for more conservative return ty mismatch note | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-06-17 | Use subtyping instead of equality, since method resolution also uses subtyping | Oli Scherer | -3/+14 |
| 2024-06-17 | Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -82/+28 |