| Age | Commit message (Expand) | Author | Lines |
| 2021-09-12 | Fix `no_core` and `no_std` rustdoc tests on Windows | Guillaume Gomez | -1/+4 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -4/+41 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -165/+144 |
| 2021-09-12 | downgrade some logging | Joshua Nelson | -9/+12 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -2/+31 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -1109/+2553 |
| 2021-09-11 | rustdoc: Cleanup a pattern match in `external_generic_args()` | Noah Lev | -3/+2 |
| 2021-09-11 | Remove unnecessary `is_trait` argument | Noah Lev | -13/+8 |
| 2021-09-11 | Fix redundant arguments in `external_path()` | Noah Lev | -34/+27 |
| 2021-09-11 | array comment + test for references | Gus Wynn | -0/+71 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -9/+27 |
| 2021-09-11 | Remove unused `hir_id` parameter from `resolve_type` | Noah Lev | -7/+7 |
| 2021-09-11 | Create a valid `Res` in `external_path()` | Noah Lev | -20/+13 |
| 2021-09-11 | rustdoc: Get symbol for `TyParam` directly | Noah Lev | -1/+1 |
| 2021-09-11 | Only take `tcx` when it's all that's needed | Noah Lev | -7/+12 |
| 2021-09-11 | explicitly link to external `ena` docs | lcnr | -0/+8 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+249 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -5/+5 |
| 2021-09-11 | Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkov | Jubilee | -3/+3 |
| 2021-09-11 | Rollup merge of #88779 - estebank:unused-delims, r=davidtwco | Jubilee | -82/+499 |
| 2021-09-11 | Rollup merge of #88757 - andrewhickman:master, r=jackh726 | Jubilee | -2/+34 |
| 2021-09-11 | Rollup merge of #88733 - Noble-Mushtak:88577, r=estebank | Jubilee | -0/+25 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -1/+1 |
| 2021-09-11 | Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisa | Jubilee | -25/+49 |
| 2021-09-11 | Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726 | Jubilee | -0/+31 |
| 2021-09-11 | Add test for -Z panic-in-drop=abort | Amanieu d'Antras | -0/+54 |
| 2021-09-11 | Allow simd_shuffle to accept vectors of any length | Caleb Zulawski | -18/+95 |
| 2021-09-11 | Fix duplicate bounds for const_trait_impl | Deadbeef | -4/+9 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -3/+3 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -11/+75 |
| 2021-09-11 | In suggest_missing_return_type, erase late bound regions after normalizing | jackh726 | -0/+39 |
| 2021-09-11 | Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearth | bors | -125/+657 |
| 2021-09-10 | Fix debuginfo tests for the latest version of the Windows SDK. | Wesley Wiser | -77/+58 |
| 2021-09-10 | Add the corrections stuff to the 88803 test case | Michael Howell | -1/+12 |
| 2021-09-10 | feat(rustc_typeck): suggest removing bad parens in `(recv.method)()` | Michael Howell | -0/+19 |
| 2021-09-10 | Revert "Temporarily ignore some debuginfo tests on windows." | Wesley Wiser | -12/+0 |
| 2021-09-11 | Update LLVM submodule | Mitchell Kember | -0/+0 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -13/+13 |
| 2021-09-10 | Duplicate tests for incremental spans mode. | Camille GILLOT | -1096/+2532 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -10/+18 |
| 2021-09-10 | Improve diagnostics if a character literal contains combining marks | Fabian Wolff | -0/+90 |
| 2021-09-10 | Auto merge of #88823 - hyd-dev:miri, r=RalfJung | bors | -8/+8 |
| 2021-09-10 | Rollup merge of #88812 - gz:patch-1, r=ehuss | Manish Goregaokar | -1/+1 |
| 2021-09-10 | Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ... | Manish Goregaokar | -0/+12 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -3/+81 |
| 2021-09-10 | Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani... | Manish Goregaokar | -5/+108 |
| 2021-09-10 | Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomez | Manish Goregaokar | -24/+61 |
| 2021-09-10 | Rollup merge of #88632 - camelid:md-opts, r=CraftSpider | Manish Goregaokar | -13/+18 |
| 2021-09-10 | Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo... | Manish Goregaokar | -2/+92 |
| 2021-09-10 | Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebank | Manish Goregaokar | -0/+110 |