| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |