| Age | Commit message (Expand) | Author | Lines |
| 2022-10-13 | Rollup merge of #102765 - TaKO8Ki:follow-up-to-102708, r=compiler-errors | Dylan DPC | -1/+24 |
| 2022-10-13 | Rollup merge of #102980 - notriddle:notriddle/content, r=GuillaumeGomez | Yuki Okushi | -6/+3 |
| 2022-10-13 | Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitor | Yuki Okushi | -16/+16 |
| 2022-10-13 | Rollup merge of #102971 - est31:tidy_duplicate_lang_features, r=jyn514 | Yuki Okushi | -126/+137 |
| 2022-10-13 | Rollup merge of #102967 - Rageking8:add-test-for-issue-102964, r=TaKO8Ki | Yuki Okushi | -0/+29 |
| 2022-10-13 | Rollup merge of #102949 - RalfJung:should-skip-this, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2022-10-13 | Rollup merge of #102641 - eholk:dyn-star-box, r=compiler-errors | Yuki Okushi | -0/+17 |
| 2022-10-12 | tidy: error if a lang feature is already present | est31 | -126/+137 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -95/+68 |
| 2022-10-12 | rustdoc: merge separate `.item-info` CSS | Michael Howell | -6/+3 |
| 2022-10-12 | Auto merge of #102975 - Dylan-DPC:rollup-vzuwsh2, r=Dylan-DPC | bors | -42/+337 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -16/+16 |
| 2022-10-12 | Rollup merge of #102940 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2022-10-12 | Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPC | Dylan DPC | -3/+0 |
| 2022-10-12 | Rollup merge of #102927 - compiler-errors:let, r=davidtwco | Dylan DPC | -6/+70 |
| 2022-10-12 | Rollup merge of #102719 - Nilstrieb:tidy-alphabetical, r=jackh726 | Dylan DPC | -22/+138 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -11/+129 |
| 2022-10-12 | Add broken test for AFIT with RPITIT | Michael Goulet | -0/+33 |
| 2022-10-12 | Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3 | bors | -3/+3 |
| 2022-10-12 | add test for issue 102964 | Rageking8 | -0/+29 |
| 2022-10-12 | Error if tidy-alphabetical-end was not found | Nilstrieb | -4/+19 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -22/+22 |
| 2022-10-12 | Add tidy directoy `tidy-alphabetical` | Nilstrieb | -0/+101 |
| 2022-10-12 | Auto merge of #102460 - flba-eb:fix_85261_prevent_alloc_after_fork, r=thomcc | bors | -1/+42 |
| 2022-10-12 | should-skip-this: add missing backslash | Ralf Jung | -1/+1 |
| 2022-10-12 | Rollup merge of #102924 - notriddle:notriddle/sidebar-link-class, r=Guillaume... | Dylan DPC | -97/+95 |
| 2022-10-12 | Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillot | Dylan DPC | -57/+36 |
| 2022-10-12 | Rollup merge of #102239 - joshtriplett:style-guide, r=calebcartwright | Dylan DPC | -0/+2003 |
| 2022-10-12 | Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk | Dylan DPC | -0/+67 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -2/+2 |
| 2022-10-11 | Update books | Eric Huss | -0/+0 |
| 2022-10-11 | rustdoc: merge identical CSS selectors | Michael Howell | -2/+0 |
| 2022-10-11 | rustdoc: remove unused CSS `nav.sum` | Michael Howell | -1/+0 |
| 2022-10-11 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -3/+3 |
| 2022-10-11 | Fix let removal suggestion in struct | Michael Goulet | -6/+70 |
| 2022-10-11 | Rollup merge of #102912 - lnicola:rust-analyzer-2022-10-11, r=lnicola | Matthias Krüger | -1093/+2885 |
| 2022-10-11 | Rollup merge of #102893 - TaKO8Ki:fix-102878, r=davidtwco | Matthias Krüger | -0/+70 |
| 2022-10-11 | Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2022-10-11 | Rollup merge of #100387 - cjgillot:hygiene-trait-impl, r=petrochenkov | Matthias Krüger | -22/+89 |
| 2022-10-11 | rustdoc: remove unneeded `.content` selector from link colors | Michael Howell | -28/+28 |
| 2022-10-11 | rustdoc: remove unused classes from sidebar | Michael Howell | -69/+67 |
| 2022-10-11 | Auto merge of #102915 - JohnTitor:rollup-5ht99y1, r=JohnTitor | bors | -48/+35 |
| 2022-10-11 | Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomez | Yuki Okushi | -48/+35 |
| 2022-10-11 | Auto merge of #102755 - pcc:data-local-tmp, r=Mark-Simulacrum | bors | -4/+4 |
| 2022-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -1093/+2885 |
| 2022-10-11 | Report duplicate definitions in trait impls during resolution. | Camille GILLOT | -22/+89 |
| 2022-10-11 | Auto merge of #102724 - pcc:scs-fix-test, r=Mark-Simulacrum | bors | -3/+3 |
| 2022-10-10 | Remove outdated comment | Michael Howell | -1/+0 |
| 2022-10-11 | Auto merge of #102896 - matthiaskrgr:rollup-jg5xawz, r=matthiaskrgr | bors | -732/+379 |