| Age | Commit message (Expand) | Author | Lines |
| 2022-09-04 | Rollup merge of #100302 - compiler-errors:deref-path-methods, r=jackh726 | Matthias Krüger | -0/+20 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -33/+71 |
| 2022-09-03 | Auto merge of #101378 - matthiaskrgr:rollup-s1awa47, r=matthiaskrgr | bors | -108/+108 |
| 2022-09-03 | Rollup merge of #101364 - compiler-errors:arg-suggestion-spans, r=wesleywiser | Matthias Krüger | -108/+108 |
| 2022-09-03 | Auto merge of #100574 - Urgau:check-cfg-warn-cfg, r=petrochenkov | bors | -3/+23 |
| 2022-09-03 | Include enum path in variant suggestion | Michael Goulet | -232/+232 |
| 2022-09-03 | Fix global_asm macro pretty printing | Michael Goulet | -0/+12 |
| 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 | -108/+108 |
| 2022-09-03 | Suggest removing unnecessary prefix let in patterns | Michael Goulet | -0/+31 |
| 2022-09-03 | Rollup merge of #101217 - eholk:drop-tracking-73137, r=jyn514 | Dylan DPC | -0/+3 |
| 2022-09-03 | Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, ... | bors | -25/+218 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -0/+261 |
| 2022-09-02 | Rollup merge of #100121 - Nilstrieb:mir-validator-param-env, r=oli-obk | Matthias Krüger | -0/+25 |
| 2022-09-02 | Add warning against unexpected --cfg with --check-cfg | Urgau | -3/+23 |
| 2022-09-02 | Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkov | Guillaume Gomez | -0/+174 |
| 2022-09-02 | Rollup merge of #97739 - a2aaron:let_underscore, r=estebank | Guillaume Gomez | -0/+63 |
| 2022-09-01 | Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-... | Matthias Krüger | -0/+26 |
| 2022-09-01 | Rollup merge of #94467 - ibraheemdev:master, r=pnkfelix | Matthias Krüger | -0/+56 |
| 2022-09-01 | do not suggest adding `move` to closure when `move` is already used | Takayuki Maeda | -0/+26 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -38/+38 |
| 2022-08-31 | Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-... | Matthew Kelly | -3102/+5468 |
| 2022-08-31 | Rollup merge of #101161 - ldm0:ldm_fix_diagnostic, r=cjgillot | Matthias Krüger | -15/+45 |
| 2022-08-31 | Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate... | Matthias Krüger | -3/+127 |
| 2022-08-31 | Rollup merge of #100787 - chenyukang:fix-100770-pretty-crash, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -2/+2 |
| 2022-08-31 | add TestReachabilityVisitor | Bryanskiy | -0/+174 |
| 2022-08-31 | Fix ci checks | Dezhi Wu | -2/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -36/+36 |
| 2022-08-31 | Rollup merge of #101185 - compiler-errors:tweak-wf-locs, r=davidtwco | Matthias Krüger | -30/+30 |
| 2022-08-31 | Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr... | Matthias Krüger | -140/+274 |
| 2022-08-31 | Fix uintended diagnostic caused by `drain(..)` | Donough Liu | -15/+45 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -760/+306 |
| 2022-08-30 | [drop tracking] Use parent expression for scope | Eric Holk | -0/+3 |
| 2022-08-30 | Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung | bors | -10/+66 |
| 2022-08-30 | Rollup merge of #100941 - lyming2007:issue-100584, r=oli-obk | Dylan DPC | -0/+59 |
| 2022-08-30 | Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnr | Dylan DPC | -0/+35 |
| 2022-08-30 | Rollup merge of #99928 - compiler-errors:issue-99914, r=oli-obk | Dylan DPC | -0/+34 |
| 2022-08-30 | Rollup merge of #99517 - Nilstrieb:display-raw-ptr, r=compiler-errors | Dylan DPC | -7/+7 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -501/+661 |
| 2022-08-30 | Tweak WellFormedLocs a bit | Michael Goulet | -30/+30 |
| 2022-08-30 | Rollup merge of #101123 - JohnTitor:rm-register-attr, r=TaKO8Ki | Dylan DPC | -473/+183 |
| 2022-08-30 | Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk | Dylan DPC | -28/+311 |
| 2022-08-30 | Rollup merge of #101022 - compiler-errors:issue-101020, r=jackh726 | Dylan DPC | -0/+62 |
| 2022-08-30 | Rollup merge of #101019 - compiler-errors:return-closure-suggestion, r=cjgillot | Dylan DPC | -0/+40 |
| 2022-08-30 | Rollup merge of #100092 - compiler-errors:issue-100075, r=oli-obk | Dylan DPC | -0/+65 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -371/+693 |
| 2022-08-30 | add UI test for unpretty | yukang | -0/+8 |
| 2022-08-29 | Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr | bors | -18/+78 |