about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-17optimization: use a single DepthFirstSearch instead of hashsetsNiko Matsakis-7/+16
2021-09-17stop categorizing inference variables as diverging when createdNiko Matsakis-63/+17
2021-09-17remove reliance on "diverging" type variablesNiko Matsakis-39/+53
2021-09-17remove diverging type variables from fn checkNiko Matsakis-25/+13
2021-09-17introduce new fallback algorithmNiko Matsakis-55/+347
2021-09-17Stabilize `Iterator::map_while`Maybe Waffle-12/+6
2021-09-17Auto merge of #89047 - GuillaumeGomez:rollup-29gmr02, r=GuillaumeGomezbors-330/+963
2021-09-17Rollup merge of #89012 - vishadGoyal:issue-88802-fix, r=jyn514Guillaume Gomez-0/+16
2021-09-17Rollup merge of #88964 - GuillaumeGomez:version-help, r=Nemo157Guillaume Gomez-13/+39
2021-09-17Rollup merge of #88954 - nbdd0121:panic3, r=oli-obkGuillaume Gomez-40/+129
2021-09-17Rollup merge of #88953 - joshtriplett:chown, r=dtolnayGuillaume Gomez-0/+87
2021-09-17Rollup merge of #88949 - FabianWolff:issue-87563, r=estebankGuillaume Gomez-9/+5
2021-09-17Rollup merge of #88899 - FabianWolff:issue-88844, r=matthewjasperGuillaume Gomez-16/+52
2021-09-17Rollup merge of #88666 - GuillaumeGomez:compiler-docs, r=Mark-SimulacrumGuillaume Gomez-10/+53
2021-09-17Rollup merge of #87566 - JohnTitor:find-eqeq-on-assoc-type-bounds, r=estebankGuillaume Gomez-1/+55
2021-09-17Rollup merge of #87460 - FabianWolff:issue-87456, r=Aaron1011Guillaume Gomez-215/+503
2021-09-17Rollup merge of #86422 - JohnTitor:clearer-parens-err-for-loop, r=estebankGuillaume Gomez-26/+24
2021-09-17Add rustdoc version into the help popupGuillaume Gomez-13/+39
2021-09-17Work around invalid DWARF bugs for fat LTOYilin Chen-10/+20
2021-09-17doc/platform-support: Add documentation for m68k-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+97
2021-09-17doc/platform-support.md: Add m68k-unknown-linux-gnu as Tier 3 targetJohn Paul Adrian Glaubitz-0/+1
2021-09-17library/std/env: Add 'm68k' to comment on ARCH constantJohn Paul Adrian Glaubitz-0/+1
2021-09-17compiler/rustc_llvm: Enable M68k LLVM targetJohn Paul Adrian Glaubitz-0/+16
2021-09-17libstd: Add m68k for raw type definitions on LinuxJohn Paul Adrian Glaubitz-0/+1
2021-09-17rustdoc: Add human-readable cfg string for m68kJohn Paul Adrian Glaubitz-0/+1
2021-09-17compiletest: Add m68k to ARCH_TABLEJohn Paul Adrian Glaubitz-0/+1
2021-09-17ci: Add Dockerfile for dist-m68k-linuxJohn Paul Adrian Glaubitz-0/+26
2021-09-17build-manifest: Add m68k-unknown-linux-gnu targetJohn Paul Adrian Glaubitz-0/+1
2021-09-17compiler/rustc_target: Add support for m68k-linux-gnuJohn Paul Adrian Glaubitz-0/+48
2021-09-17bootstrap: Add LLVM target matching for M68kJohn Paul Adrian Glaubitz-2/+2
2021-09-17bootstrap: Add cputype matching for m68kJohn Paul Adrian Glaubitz-0/+1
2021-09-17Update odht to 0.2.1Michael Woerister-4/+4
2021-09-17Correctly handle "--open" option when building compiler docsGuillaume Gomez-0/+9
2021-09-17Allow to pass "compiler" arguments to doc subcommandGuillaume Gomez-10/+44
2021-09-17Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack...bors-51/+2
2021-09-17Auto merge of #89037 - JohnTitor:rollup-rd9btbs, r=JohnTitorbors-111/+283
2021-09-17Apply review commentsYuki Okushi-6/+8
2021-09-17Rollup merge of #89033 - cuviper:sysroot-lib-path, r=Mark-SimulacrumYuki Okushi-0/+13
2021-09-17Rollup merge of #89014 - durin42:llvm-14-module-pass-manager, r=nikicYuki Okushi-0/+8
2021-09-17Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkovYuki Okushi-14/+55
2021-09-17Rollup merge of #88887 - fee1-dead:const-deref, r=oli-obkYuki Okushi-5/+13
2021-09-17Rollup merge of #88883 - c410-f3r:tests, r=petrochenkovYuki Okushi-37/+2
2021-09-17Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obkYuki Okushi-48/+42
2021-09-17Rollup merge of #88735 - hnj2:patch-1, r=GuillaumeGomezYuki Okushi-0/+10
2021-09-17Rollup merge of #88339 - piegamesde:master, r=joshtriplettYuki Okushi-0/+51
2021-09-17Rollup merge of #87529 - FabianWolff:issue-87496, r=nikomatsakisYuki Okushi-2/+36
2021-09-17Rollup merge of #86382 - JohnTitor:try-desugar, r=estebankYuki Okushi-5/+53
2021-09-17Recover invalid assoc type bounds using `==`Yuki Okushi-1/+53
2021-09-17Use `multipart_suggestion`Yuki Okushi-23/+21
2021-09-17Emit clearer diagnostics for parens around `for` loop headsYuki Okushi-7/+7