| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -38/+38 |
| 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 | 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 | 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 |
| 2022-08-29 | Fix tests due to stricter invalid_value | 5225225 | -0/+1 |
| 2022-08-29 | Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obk | Matthias Krüger | -2/+5 |
| 2022-08-29 | Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino | Matthias Krüger | -16/+73 |
| 2022-08-29 | Point at the string inside literal and mention if we need string interpolation | Yiming Lei | -0/+59 |
| 2022-08-29 | Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errors | nils | -7/+7 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -371/+693 |
| 2022-08-29 | Rollup merge of #101000 - m-ou-se:count-is-star, r=nagisa | Dylan DPC | -1/+14 |
| 2022-08-29 | Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr | Matthias Krüger | -10/+10 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -42/+164 |
| 2022-08-28 | entirely get rid of NeedsRfc CTFE errors | Ralf Jung | -0/+3 |
| 2022-08-28 | CTFE: exposing pointers and calling extern fn doesn't need an RFC, it is just... | Ralf Jung | -2/+2 |
| 2022-08-28 | Remove `register_attr`-related tests | Yuki Okushi | -473/+183 |
| 2022-08-28 | Support method calls | Hirochika Matsumoto | -12/+45 |
| 2022-08-28 | Rollup merge of #101055 - TaKO8Ki:use-smaller-span, r=compiler-errors | Matthias Krüger | -12/+20 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -0/+17 |
| 2022-08-28 | Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwco | Matthias Krüger | -10/+36 |
| 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 | -40/+40 |
| 2022-08-28 | Suggest calling when operator types mismatch | Michael Goulet | -24/+16 |
| 2022-08-27 | Suggest calling trait objects and parameters too, when possible | Michael Goulet | -16/+93 |
| 2022-08-27 | adjust tests | Ralf Jung | -28/+311 |
| 2022-08-27 | Add test | Michael Goulet | -0/+45 |
| 2022-08-27 | Only suggest call on nonexistent fields and methods if they make sense | Michael Goulet | -69/+62 |
| 2022-08-27 | Use autoderef | Michael Goulet | -0/+27 |