| Age | Commit message (Expand) | Author | Lines |
| 2022-09-26 | Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-... | Matthew Kelly | -90/+656 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -7/+7 |
| 2022-09-26 | Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnr | Matthias Krüger | -4/+4 |
| 2022-09-26 | address review | b-naber | -7/+7 |
| 2022-09-23 | diagnostics: avoid syntactically invalid suggestion in if conditionals | Michael Howell | -0/+51 |
| 2022-09-23 | Allow more !Copy impls | León Orell Valerian Liehr | -4/+4 |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -0/+26 |
| 2022-09-20 | Better binder treatment | Michael Goulet | -0/+41 |
| 2022-09-19 | Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiyn | bors | -0/+39 |
| 2022-09-13 | Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPC | bors | -48/+32 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -4/+2 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -48/+32 |
| 2022-09-12 | Fix ICE in opt_suggest_box_span | Michael Goulet | -0/+50 |
| 2022-09-09 | Be careful about expr_ty_adjusted when noting block tail type | Michael Goulet | -0/+39 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -6/+6 |
| 2022-09-09 | review | lcnr | -6/+6 |
| 2022-09-09 | Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-09-08 | update ui tests | lcnr | -6/+6 |
| 2022-09-08 | We can print futures with {integer} too | Michael Goulet | -1/+1 |
| 2022-09-08 | Adjust spacing in suggestion, add a test | Michael Goulet | -3/+41 |
| 2022-09-06 | Rollup merge of #101445 - TaKO8Ki:suggest-introducing-explicit-lifetime, r=ol... | Guillaume Gomez | -10/+12 |
| 2022-09-05 | Fix ICE, generalize 'move generics to trait' suggestion for >0 non-rcvr argum... | Michael Goulet | -0/+71 |
| 2022-09-05 | suggest introducing an explicit lifetime if it does not exist | Takayuki Maeda | -10/+12 |
| 2022-09-05 | Rollup merge of #101367 - compiler-errors:suggest-copied-or-cloned, r=lcnr | Dylan DPC | -0/+129 |
| 2022-09-04 | Rollup merge of #100647 - obeis:issue-99875, r=nagisa | Matthias Krüger | -4/+4 |
| 2022-09-04 | Rollup merge of #100302 - compiler-errors:deref-path-methods, r=jackh726 | Matthias Krüger | -0/+20 |
| 2022-09-03 | Suggest copied or cloned | Michael Goulet | -0/+129 |
| 2022-09-03 | Suggest associated method on deref types | Michael Goulet | -0/+20 |
| 2022-09-03 | Shrink suggestion span of argument mismatch error | Michael Goulet | -4/+4 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-... | Matthew Kelly | -133/+484 |
| 2022-08-31 | Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate... | Matthias Krüger | -0/+117 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr... | Matthias Krüger | -30/+171 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -4/+2 |
| 2022-08-30 | Rollup merge of #101019 - compiler-errors:return-closure-suggestion, r=cjgillot | Dylan DPC | -0/+40 |
| 2022-08-29 | Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino | Matthias Krüger | -0/+73 |
| 2022-08-29 | Make the trait bound is not satisfied specify kind | Obei Sideg | -4/+4 |
| 2022-08-28 | Support method calls | Hirochika Matsumoto | -9/+35 |
| 2022-08-28 | Use hir::Map to prevent false positives | Hirochika Matsumoto | -14/+4 |
| 2022-08-28 | Add test for APIT | Michael Goulet | -3/+23 |
| 2022-08-28 | More descriptive argument placeholders | Michael Goulet | -22/+22 |
| 2022-08-27 | Suggest calling trait objects and parameters too, when possible | Michael Goulet | -9/+78 |
| 2022-08-27 | Add test | Michael Goulet | -0/+45 |
| 2022-08-27 | Use autoderef | Michael Goulet | -0/+27 |
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -1/+1 |
| 2022-08-26 | Rollup merge of #100817 - vincenzopalazzo:macros/bool_spelling_sugg, r=davidtwco | Michael Goulet | -0/+37 |
| 2022-08-26 | Suggest returning closure as impl Fn | Michael Goulet | -0/+20 |
| 2022-08-26 | Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank | Yuki Okushi | -5/+5 |
| 2022-08-25 | Do not report too many expr field candidates | Michael Goulet | -0/+73 |