| Age | Commit message (Expand) | Author | Lines |
| 2021-09-13 | Highlight the const function if error happened because of a bound on the impl... | Waffle | -4/+23 |
| 2021-09-13 | Auto merge of #88766 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-09-13 | Suggest replacing an inexisting field for an unmentioned field | Hirochika Matsumoto | -2/+8 |
| 2021-09-13 | Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomez | bors | -0/+27 |
| 2021-09-13 | Auto merge of #88529 - Meziu:master, r=nagisa | bors | -0/+1 |
| 2021-09-12 | chore: convert to a multi-part suggestion | Michael Howell | -4/+7 |
| 2021-09-13 | Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995 | bors | -44/+36 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -152/+181 |
| 2021-09-13 | Add mir opt test for min_align_of -> AlignOf lowering | Gary Guo | -151/+180 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -1/+1 |
| 2021-09-12 | Do not issue E0071 if a type error has already been reported | Fabian Wolff | -0/+26 |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -0/+54 |
| 2021-09-12 | Reduce possibility of flaky tests | Guillaume Gomez | -0/+1 |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -8/+8 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -77/+52 |
| 2021-09-12 | Improve error message for missing trait in trait impl | Fabian Wolff | -0/+38 |
| 2021-09-12 | Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakis | bors | -0/+35 |
| 2021-09-12 | Fix invalid background for jump-to-def links in source code pages | Guillaume Gomez | -1/+1 |
| 2021-09-12 | Use boxed slice instead of BTreeSet. | Camille GILLOT | -11/+11 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -6/+2 |
| 2021-09-12 | Rollup merge of #88813 - lcnr:ena-docs, r=jyn514 | Manish Goregaokar | -0/+8 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -84/+59 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -22/+77 |
| 2021-09-12 | Rollup merge of #88699 - Mark-Simulacrum:fixes-cherry-picker, r=pietroalbini | Manish Goregaokar | -8/+0 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -13/+13 |
| 2021-09-12 | Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebank | Manish Goregaokar | -17/+33 |
| 2021-09-12 | Auto merge of #88765 - mk12:update-llvm, r=cuviper | bors | -0/+0 |
| 2021-09-12 | Auto merge of #87073 - jyn514:primitive-docs, r=GuillaumeGomez,jyn514 | bors | -178/+229 |
| 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-12 | Fix suggestion for nested struct patterns | Fabian Wolff | -0/+60 |
| 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 |