| Age | Commit message (Expand) | Author | Lines |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -2/+2 |
| 2022-08-31 | Rollup merge of #90946 - GuillaumeGomez:def-id-remove-weird-case, r=Manishearth | Ralf Jung | -118/+219 |
| 2022-08-31 | Add regression test for implementations displayed on reference primitive type | Guillaume Gomez | -0/+37 |
| 2022-08-31 | Print only blanket implementations on reference primitive type | Guillaume Gomez | -67/+133 |
| 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 | Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkov | Matthias Krüger | -2/+7 |
| 2022-08-31 | Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwco | Matthias Krüger | -100/+292 |
| 2022-08-31 | Auto merge of #101220 - JohnTitor:rollup-ov7upr7, r=JohnTitor | bors | -945/+2486 |
| 2022-08-31 | Rollup merge of #101219 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2022-08-31 | Rollup merge of #101200 - nikic:issue-85872, r=compiler-errors | Yuki Okushi | -0/+20 |
| 2022-08-31 | Rollup merge of #101197 - lnicola:rust-analyzer-2022-08-30, r=lnicola | Yuki Okushi | -845/+1985 |
| 2022-08-31 | Rollup merge of #100927 - andrewpollack:fuchsia-docs-rustup, r=tmandry | Yuki Okushi | -97/+426 |
| 2022-08-31 | Rollup merge of #100804 - GuillaumeGomez:search-results-color-ayu, r=notriddle | Yuki Okushi | -3/+55 |
| 2022-08-30 | Auto merge of #99102 - JakobDegen:reorder-generators, r=oli-obk | bors | -49/+68 |
| 2022-08-30 | Update books | Eric Huss | -0/+0 |
| 2022-08-30 | Update src/doc/rustc/src/platform-support/fuchsia.md | andrewpollack | -1/+1 |
| 2022-08-30 | Update src/doc/rustc/src/platform-support/fuchsia.md | andrewpollack | -1/+1 |
| 2022-08-30 | Adding new Fuchsia rustup docs... reworking walkthrough | Andrew Pollack | -96/+425 |
| 2022-08-30 | Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung | bors | -11/+67 |
| 2022-08-30 | Clean up render_assoc_items_inner a bit | Guillaume Gomez | -54/+52 |
| 2022-08-30 | Auto merge of #101203 - fortanix:raoul/remove_rls_from_git_submodule_update, ... | bors | -1/+0 |
| 2022-08-30 | Avoid bootstrap from updating rls submodule | Raoul Strackx | -1/+0 |
| 2022-08-30 | Add test for issue #85872 | Nikita Popov | -0/+20 |
| 2022-08-30 | :arrow_up: rust-analyzer | Laurențiu Nicola | -845/+1985 |
| 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 | Rework SessionSubdiagnostic derive to support multipart_suggestion | Xiretza | -48/+278 |
| 2022-08-30 | Refactor MIR phases | Jakob Degen | -49/+68 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -570/+670 |
| 2022-08-30 | Unify indentation in subdiagnostic-derive test | Xiretza | -16/+16 |
| 2022-08-30 | SessionSubdiagnostic: make `#[applicability]` optional | Xiretza | -47/+9 |
| 2022-08-30 | Tweak WellFormedLocs a bit | Michael Goulet | -30/+30 |
| 2022-08-30 | Rollup merge of #101180 - SUPERCILEX:const-maybeuninit, r=TaKO8Ki | Dylan DPC | -0/+6 |
| 2022-08-30 | Rollup merge of #101176 - notriddle:notriddle/rustdoc-table-display, r=jsha | Dylan DPC | -35/+2 |
| 2022-08-30 | Rollup merge of #101175 - tmandry:curse-push-hook, r=jyn514 | Dylan DPC | -1/+1 |
| 2022-08-30 | Rollup merge of #101123 - JohnTitor:rm-register-attr, r=TaKO8Ki | Dylan DPC | -506/+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 | -725/+1053 |
| 2022-08-29 | Add another MaybeUninit array test with const | Alex Saveau | -0/+6 |
| 2022-08-29 | rustdoc: remove unused CSS selectors for `.table-display` | Michael Howell | -35/+2 |
| 2022-08-29 | Don't --bless in pre-push hook | Tyler Mandry | -1/+1 |
| 2022-08-29 | Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr | bors | -31/+191 |
| 2022-08-29 | Fix tests due to stricter invalid_value | 5225225 | -1/+2 |
| 2022-08-29 | Rollup merge of #101131 - RalfJung:ctfe-no-needs-rfc, r=oli-obk | Matthias Krüger | -2/+5 |