| Age | Commit message (Expand) | Author | Lines |
| 2021-09-17 | optimization: use a single DepthFirstSearch instead of hashsets | Niko Matsakis | -7/+16 |
| 2021-09-17 | stop categorizing inference variables as diverging when created | Niko Matsakis | -63/+17 |
| 2021-09-17 | remove reliance on "diverging" type variables | Niko Matsakis | -39/+53 |
| 2021-09-17 | remove diverging type variables from fn check | Niko Matsakis | -25/+13 |
| 2021-09-17 | introduce new fallback algorithm | Niko Matsakis | -55/+347 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -12/+6 |
| 2021-09-17 | Auto merge of #89047 - GuillaumeGomez:rollup-29gmr02, r=GuillaumeGomez | bors | -330/+963 |
| 2021-09-17 | Rollup merge of #89012 - vishadGoyal:issue-88802-fix, r=jyn514 | Guillaume Gomez | -0/+16 |
| 2021-09-17 | Rollup merge of #88964 - GuillaumeGomez:version-help, r=Nemo157 | Guillaume Gomez | -13/+39 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -40/+129 |
| 2021-09-17 | Rollup merge of #88953 - joshtriplett:chown, r=dtolnay | Guillaume Gomez | -0/+87 |
| 2021-09-17 | Rollup merge of #88949 - FabianWolff:issue-87563, r=estebank | Guillaume Gomez | -9/+5 |
| 2021-09-17 | Rollup merge of #88899 - FabianWolff:issue-88844, r=matthewjasper | Guillaume Gomez | -16/+52 |
| 2021-09-17 | Rollup merge of #88666 - GuillaumeGomez:compiler-docs, r=Mark-Simulacrum | Guillaume Gomez | -10/+53 |
| 2021-09-17 | Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebank | Guillaume Gomez | -1/+55 |
| 2021-09-17 | Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011 | Guillaume Gomez | -215/+503 |
| 2021-09-17 | Rollup merge of #86422 - JohnTitor:clearer-parens-err-for-loop, r=estebank | Guillaume Gomez | -26/+24 |
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -13/+39 |
| 2021-09-17 | Work around invalid DWARF bugs for fat LTO | Yilin Chen | -10/+20 |
| 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 | library/std/env: Add 'm68k' to comment on ARCH constant | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | compiler/rustc_llvm: Enable M68k LLVM target | John Paul Adrian Glaubitz | -0/+16 |
| 2021-09-17 | libstd: Add m68k for raw type definitions on Linux | 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 | compiler/rustc_target: Add support for m68k-linux-gnu | John Paul Adrian Glaubitz | -0/+48 |
| 2021-09-17 | bootstrap: Add LLVM target matching for M68k | John Paul Adrian Glaubitz | -2/+2 |
| 2021-09-17 | bootstrap: Add cputype matching for m68k | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | Update odht to 0.2.1 | Michael Woerister | -4/+4 |
| 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 | Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack... | bors | -51/+2 |
| 2021-09-17 | Auto merge of #89037 - JohnTitor:rollup-rd9btbs, r=JohnTitor | bors | -111/+283 |
| 2021-09-17 | Apply review comments | Yuki Okushi | -6/+8 |
| 2021-09-17 | Rollup merge of #89033 - cuviper:sysroot-lib-path, r=Mark-Simulacrum | Yuki Okushi | -0/+13 |
| 2021-09-17 | Rollup merge of #89014 - durin42:llvm-14-module-pass-manager, r=nikic | Yuki Okushi | -0/+8 |
| 2021-09-17 | Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkov | Yuki Okushi | -14/+55 |
| 2021-09-17 | Rollup merge of #88887 - fee1-dead:const-deref, r=oli-obk | Yuki Okushi | -5/+13 |
| 2021-09-17 | Rollup merge of #88883 - c410-f3r:tests, r=petrochenkov | Yuki Okushi | -37/+2 |
| 2021-09-17 | Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obk | Yuki Okushi | -48/+42 |
| 2021-09-17 | Rollup merge of #88735 - hnj2:patch-1, r=GuillaumeGomez | Yuki Okushi | -0/+10 |
| 2021-09-17 | Rollup merge of #88339 - piegamesde:master, r=joshtriplett | Yuki Okushi | -0/+51 |
| 2021-09-17 | Rollup merge of #87529 - FabianWolff:issue-87496, r=nikomatsakis | Yuki Okushi | -2/+36 |
| 2021-09-17 | Rollup merge of #86382 - JohnTitor:try-desugar, r=estebank | Yuki Okushi | -5/+53 |
| 2021-09-17 | Recover invalid assoc type bounds using `==` | Yuki Okushi | -1/+53 |
| 2021-09-17 | Use `multipart_suggestion` | Yuki Okushi | -23/+21 |
| 2021-09-17 | Emit clearer diagnostics for parens around `for` loop heads | Yuki Okushi | -7/+7 |