| Age | Commit message (Expand) | Author | Lines |
| 2022-12-13 | Remove invalid case for mutable borrow suggestion | Deep Majumder | -0/+26 |
| 2022-12-13 | Clarify what "this" means | Oli Scherer | -6/+6 |
| 2022-12-13 | Inform the user which trait is meant in the diagnostic itself instead of rely... | Oli Scherer | -2/+2 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -148/+18 |
| 2022-12-13 | Rollup merge of #105332 - estebank:iterator-chains, r=oli-obk | Matthias Krüger | -4/+2 |
| 2022-12-11 | Point at method call when it is the source of the bound error | Esteban Küber | -4/+2 |
| 2022-12-11 | Rollup merge of #105369 - chenyukang:yukang/fix-105226, r=TaKO8Ki | Matthias Krüger | -0/+53 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -7/+7 |
| 2022-12-08 | Point at LHS on binop type err if relevant | Esteban Küber | -2/+7 |
| 2022-12-07 | fix #105226, Detect spurious ; before assoc fn body | yukang | -0/+53 |
| 2022-12-06 | Rollup merge of #105349 - compiler-errors:point-at-assoc-ct-fn-ptr-arg, r=cjg... | Matthias Krüger | -2/+4 |
| 2022-12-06 | Rollup merge of #105174 - chenyukang:yukang/fix-105028-unused, r=eholk | Matthias Krüger | -1/+30 |
| 2022-12-06 | Point at args in associated const fn pointers | Michael Goulet | -2/+4 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2022-12-04 | Rollup merge of #104856 - luqmana:associated-const-bad-suggestion, r=compiler... | Matthias Krüger | -7/+1 |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -6/+6 |
| 2022-12-03 | Do not call fn_sig on non-functions. | Camille GILLOT | -0/+32 |
| 2022-12-01 | fix #105028, Only suggest removing struct field from destructive binding in s... | yukang | -1/+30 |
| 2022-11-29 | clean up pr 104954 | Rageking8 | -3/+2 |
| 2022-11-28 | Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebank | Matthias Krüger | -0/+23 |
| 2022-11-28 | Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8Ki | Dylan DPC | -5/+5 |
| 2022-11-28 | Tweak output | Esteban Küber | -3/+3 |
| 2022-11-28 | Change multiline span ASCII art visual order | Esteban Küber | -8/+8 |
| 2022-11-27 | Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgr | bors | -1/+1 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -45/+207 |
| 2022-11-27 | make simple check of prinf function. | Vincenzo Palazzo | -0/+23 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -1/+1 |
| 2022-11-24 | Don't suggest associated function call for associated const. | Luqman Aden | -7/+1 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -33/+195 |
| 2022-11-24 | Change how suggested lifetime args are computed. | Camille GILLOT | -12/+12 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -11/+12 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -11/+12 |
| 2022-11-23 | Account for `x @ y` and suggest `ref x @ ref y` | Esteban Küber | -0/+145 |
| 2022-11-23 | Tweak output in for loops | Esteban Küber | -4/+0 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -0/+5 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -27/+11 |
| 2022-11-20 | Rollup merge of #104467 - fuzzypixelz:fix/attempt-to-substract-with-overflow,... | Yuki Okushi | -0/+45 |
| 2022-11-19 | Add a UI test to ensure rustc doesn't do arithmetic overflows | Mahmoud Mazouz | -0/+45 |
| 2022-11-18 | diagnostics: only show one suggestion for method -> assoc fn | Michael Howell | -9/+4 |
| 2022-11-14 | Add regression test | Michael Goulet | -0/+19 |
| 2022-11-14 | Do autoderef to match impl against rcvr | Michael Goulet | -0/+49 |
| 2022-11-12 | Rollup merge of #104144 - TaKO8Ki:suggest-removing-unnecessary-dot, r=fee1-dead | Guillaume Gomez | -0/+65 |
| 2022-11-11 | Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebank | Manish Goregaokar | -2/+7 |
| 2022-11-11 | emit errors when using `RangeFrom` and `RangeTo` | Takayuki Maeda | -6/+13 |
| 2022-11-11 | suggest removing unnecessary . to use a floating point literal | Takayuki Maeda | -0/+58 |
| 2022-11-10 | Rollup merge of #104186 - chenyukang:yukang/fix-104086-let-binding-issue, r=o... | Manish Goregaokar | -0/+165 |
| 2022-11-10 | Rollup merge of #104036 - compiler-errors:option-sugg, r=petrochenkov | Manish Goregaokar | -0/+25 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -0/+15 |
| 2022-11-10 | Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co... | bors | -13/+163 |
| 2022-11-09 | Suggest is_some or let when encountering Option and bool type mismatch | Michael Goulet | -0/+25 |