| Age | Commit message (Expand) | Author | Lines |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -1/+1 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -33/+54 |
| 2021-09-12 | Do not issue E0071 if a type error has already been reported | Fabian Wolff | -16/+52 |
| 2021-09-12 | Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddyb | bors | -17/+119 |
| 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 | -1/+52 |
| 2021-09-12 | Re-enable portable simd testing | bjorn3 | -11/+11 |
| 2021-09-12 | Rustup to rustc 1.57.0-nightly (8c2b6ea37 2021-09-11) | bjorn3 | -1/+1 |
| 2021-09-12 | Sync from rust c7dbe7a830100c70d59994fd940bf75bb6e39b39 | bjorn3 | -31/+24 |
| 2021-09-12 | Auto merge of #88811 - jackh726:issue-88446, r=nikomatsakis | bors | -15/+59 |
| 2021-09-12 | Fix invalid background for jump-to-def links in source code pages | Guillaume Gomez | -1/+1 |
| 2021-09-12 | Use non-recursive algorithm in non-parallel compiler. | Camille GILLOT | -4/+10 |
| 2021-09-12 | Use boxed slice instead of BTreeSet. | Camille GILLOT | -45/+51 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -69/+121 |
| 2021-09-12 | Auto merge of #88881 - Manishearth:rollup-alohfwx, r=Manishearth | bors | -576/+688 |
| 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 #88711 - Mark-Simulacrum:fix-dfs-bug, r=jackh726 | Manish Goregaokar | -3/+69 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -366/+351 |
| 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 | -2/+2 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -68/+71 |
| 2021-09-12 | Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebank | Manish Goregaokar | -47/+130 |
| 2021-09-12 | Auto merge of #88771 - jackh726:wf_tys_set, r=nikomatsakis | bors | -37/+40 |
| 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 | -211/+1596 |
| 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 | -8/+45 |
| 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 | -31/+1394 |
| 2021-09-12 | Fix suggestion for nested struct patterns | Fabian Wolff | -8/+75 |
| 2021-09-11 | cleanup(rustc_trait_selection): remove vestigial code from rustc_on_unimpleme... | Michael Howell | -4/+0 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -10/+13 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -1192/+2822 |
| 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 | Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrum | bors | -372/+266 |
| 2021-09-11 | fix doctests | Gus Wynn | -2/+4 |
| 2021-09-11 | array comment + test for references | Gus Wynn | -20/+85 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -26/+59 |
| 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 | remove attempt at fn call | Gus Wynn | -69/+1 |