| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -129/+74 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -41/+41 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -1/+1 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -34/+34 |
| 2024-09-26 | Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors | Jubilee | -10/+10 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -10/+10 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -34/+34 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -1/+1 |
| 2024-09-24 | replace "cast" with "coercion" where applicable | Lukas Markeffsky | -1/+1 |
| 2024-09-23 | Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwU | Matthias Krüger | -3/+3 |
| 2024-09-23 | Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay | Matthias Krüger | -48/+0 |
| 2024-09-22 | Don't call const normalize in error reporting | Michael Goulet | -3/+3 |
| 2024-09-20 | Implement RTN in resolve_bound_vars and HIR ty lowering | Michael Goulet | -9/+3 |
| 2024-09-20 | Conditionally allow lowering RTN (..) in paths | Michael Goulet | -10/+9 |
| 2024-09-19 | Add str.as_str() for easy dereferencing of Box<str> | Kornel | -48/+0 |