| Age | Commit message (Expand) | Author | Lines |
| 2025-01-01 | Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebank | Stuart Cook | -0/+4 |
| 2024-12-31 | Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank | Trevor Gross | -47/+59 |
| 2024-12-22 | Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-12-20 | Support pretty-printing dyn* trait objects | David Tolnay | -3/+3 |
| 2024-12-21 | Detect missing `.` in method chain in let bindings and statements | Esteban Küber | -0/+5 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -0/+343 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -2/+2 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -25/+10 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -0/+343 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -2/+2 |
| 2024-12-13 | Auto merge of #132706 - compiler-errors:async-closures, r=oli-obk | bors | -18/+11 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -18/+11 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -9/+2 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -16/+8 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -2/+2 |
| 2024-12-11 | Don't emit "field expressions may not have generic arguments" if it's a metho... | Orion Gonzalez | -8/+1 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -2/+2 |
| 2024-12-07 | Tweak wording | Esteban Küber | -2/+2 |
| 2024-12-07 | Do not talk about "trait `<Foo = Bar>`" | Esteban Küber | -2/+2 |
| 2024-12-07 | Account for `impl Trait` in "add bound" suggestion message | Esteban Küber | -4/+4 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -21/+21 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -37/+37 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -46/+46 |
| 2024-12-04 | Do not emit empty suggestion | Esteban Küber | -0/+76 |
| 2024-11-30 | Do not create trait object type if missing associated types | Michael Goulet | -20/+3 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -14/+3 |
| 2024-11-26 | Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnr | Michael Goulet | -17/+3 |
| 2024-11-25 | `add_move_error_suggestions`: use a HIR visitor rather than `SourceMap` | dianne | -47/+59 |
| 2024-11-23 | Dont create trait object if it has errors in it | Michael Goulet | -17/+3 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-21 | E0277: suggest dereferencing function arguments in more cases | dianne | -0/+4 |
| 2024-11-21 | Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwU | Matthias Krüger | -0/+4 |
| 2024-11-17 | Make suggestion verbose | Esteban Küber | -4/+5 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -2/+4 |
| 2024-11-11 | Provide placeholder generic arguments for traits in "no method found for type... | dianne | -0/+93 |
| 2024-11-08 | use verbose for path separator suggestion | Michael Goulet | -1/+6 |
| 2024-11-06 | Auto merge of #132404 - makai410:suggest-swap-lhs-rhs, r=fee1-dead | bors | -0/+28 |
| 2024-11-05 | Rollup merge of #132498 - uellenberg:typo-and-let-suggestions, r=estebank | Matthias Krüger | -0/+36 |
| 2024-11-05 | suggest swapping the equality | makai410 | -0/+28 |
| 2024-11-02 | Suggest fixing typos and let bindings at the same time | uellenberg | -0/+36 |
| 2024-11-02 | Use extract_callable_info, generalize it to async closure | Michael Goulet | -0/+4 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -13/+15 |
| 2024-11-02 | Trim output of E0277 in some cases | Esteban Küber | -1/+0 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -2/+4 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -27/+27 |
| 2024-10-19 | Rollup merge of #131925 - clubby789:redundant-revision-cfg, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2024-10-19 | Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril | Matthias Krüger | -4/+4 |
| 2024-10-19 | Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkov | Matthias Krüger | -0/+16 |
| 2024-10-19 | Warn on redundant `--cfg` directive when revisions are used | clubby789 | -3/+3 |
| 2024-10-16 | Stop inverting expectation in normalization errors | Michael Goulet | -4/+4 |