| Age | Commit message (Expand) | Author | Lines |
| 2021-09-17 | Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011 | Guillaume Gomez | -211/+495 |
| 2021-09-17 | Rollup merge of #86422 - JohnTitor:clearer-parens-err-for-loop, r=estebank | Guillaume Gomez | -7/+10 |
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -13/+39 |
| 2021-09-17 | doc/platform-support: Add documentation for m68k-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+97 |
| 2021-09-17 | doc/platform-support.md: Add m68k-unknown-linux-gnu as Tier 3 target | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | rustdoc: Add human-readable cfg string for m68k | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | compiletest: Add m68k to ARCH_TABLE | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | ci: Add Dockerfile for dist-m68k-linux | John Paul Adrian Glaubitz | -0/+26 |
| 2021-09-17 | build-manifest: Add m68k-unknown-linux-gnu target | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | bootstrap: Add LLVM target matching for M68k | John Paul Adrian Glaubitz | -1/+1 |
| 2021-09-17 | bootstrap: Add cputype matching for m68k | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | Correctly handle "--open" option when building compiler docs | Guillaume Gomez | -0/+9 |
| 2021-09-17 | Allow to pass "compiler" arguments to doc subcommand | Guillaume Gomez | -10/+44 |
| 2021-09-17 | Apply review comments | Yuki Okushi | -4/+6 |
| 2021-09-17 | Rollup merge of #89033 - cuviper:sysroot-lib-path, r=Mark-Simulacrum | Yuki Okushi | -0/+13 |
| 2021-09-17 | Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkov | Yuki Okushi | -0/+31 |
| 2021-09-17 | Rollup merge of #88883 - c410-f3r:tests, r=petrochenkov | Yuki Okushi | -37/+2 |
| 2021-09-17 | Rollup merge of #88735 - hnj2:patch-1, r=GuillaumeGomez | Yuki Okushi | -0/+10 |
| 2021-09-17 | Rollup merge of #87529 - FabianWolff:issue-87496, r=nikomatsakis | Yuki Okushi | -0/+28 |
| 2021-09-17 | Recover invalid assoc type bounds using `==` | Yuki Okushi | -0/+40 |
| 2021-09-17 | Use `multipart_suggestion` | Yuki Okushi | -3/+7 |
| 2021-09-17 | Emit clearer diagnostics for parens around `for` loop heads | Yuki Okushi | -5/+4 |
| 2021-09-17 | Make diagnostics clearer for `?` operators | Yuki Okushi | -2/+25 |
| 2021-09-16 | Set the library path in sysroot-crates-are-unstable | Josh Stone | -0/+13 |
| 2021-09-17 | Don't lint about missing code examples in derived traits | Hans | -0/+10 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -335/+690 |
| 2021-09-16 | feat(rustc_parse): recover from pre-RFC-2000 const generics syntax | Michael Howell | -0/+178 |
| 2021-09-16 | Propagate coercion cause into `try_coerce` | Aaron Hill | -14/+14 |
| 2021-09-16 | Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearth | bors | -67/+86 |
| 2021-09-16 | Add a separate error for `dyn Trait` in `const fn` | Waffle | -18/+18 |
| 2021-09-16 | Rollup merge of #88985 - Commeownist:patch-1, r=Amanieu | Manish Goregaokar | -3/+3 |
| 2021-09-16 | Rollup merge of #88892 - estebank:trait-objects, r=petrochenkov | Manish Goregaokar | -40/+40 |
| 2021-09-16 | Rollup merge of #88729 - estebank:struct-literal-using-parens, r=oli-obk | Manish Goregaokar | -24/+42 |
| 2021-09-16 | Rollup merge of #88292 - SkiFire13:enable-rustdoc-links, r=jyn514 | Manish Goregaokar | -0/+1 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -25/+27 |
| 2021-09-16 | Auto merge of #88979 - tmiasko:no-remove-zsts-in-generators, r=oli-obk | bors | -0/+16 |
| 2021-09-16 | fix rebase | Esteban Kuber | -0/+18 |
| 2021-09-16 | Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez | bors | -45/+53 |
| 2021-09-16 | Point at argument when evaluating `Path`'s bounds | Esteban Kuber | -46/+10 |
| 2021-09-16 | Fix rebase | Esteban Kuber | -3/+12 |
| 2021-09-16 | Remove unnecessary label | Esteban Kuber | -28/+7 |
| 2021-09-16 | fix rebase | Esteban Kuber | -1/+3 |
| 2021-09-16 | Point at call span that introduced obligation for the arg | Esteban Kuber | -249/+657 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -3/+3 |
| 2021-09-16 | Point at argument instead of call for their obligations | Esteban Kuber | -47/+22 |
| 2021-09-16 | Enable rustdoc's --generate-link-to-definition for rustc docs | Giacomo Stevanato | -0/+1 |
| 2021-09-16 | Auto merge of #86809 - DevinR528:reachable-pat, r=Nadrieril | bors | -5/+340 |
| 2021-09-16 | Fix clippy | jackh726 | -3/+3 |
| 2021-09-15 | Fix rustdoc | jackh726 | -2/+6 |
| 2021-09-16 | Fix shuffle index constant not being monomorphized. | Caleb Zulawski | -0/+40 |