about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2021-09-17Make diagnostics clearer for `?` operatorsYuki Okushi-5/+53
2021-09-17Auto merge of #88934 - tmiasko:trace-log, r=davidtwcobors-4/+5
2021-09-16Remove special checks to is_assign_to_boolTheodore Luo Wang-25/+2
2021-09-17Fix missing `no_global_oom_handling` cfg-gatingGary Guo-0/+3
2021-09-17Auto merge of #7678 - lengyijun:issue3414, r=giraffatebors-0/+19
2021-09-16fix: gh origin on readme (#83)Emerson Laurentino-1/+1
2021-09-17Auto merge of #88832 - pcwalton:debug-unit-variant-fast-path, r=oli-obkbors-3/+18
2021-09-16Set the library path in sysroot-crates-are-unstableJosh Stone-0/+13
2021-09-17Don't lint about missing code examples in derived traitsHans-0/+10
2021-09-17Don't inline OnceCell initialization closuresThe8472-1/+10
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-400/+884
2021-09-16feat(rustc_parse): recover from pre-RFC-2000 const generics syntaxMichael Howell-1/+197
2021-09-16Propagate coercion cause into `try_coerce`Aaron Hill-23/+52
2021-09-16Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearthbors-105/+209
2021-09-16PassWrapper: these two lines shouldn't have been ifdef'dAugie Fackler-2/+2
2021-09-17Optimize unnecessary check in Vec::retainTennyZhuang-3/+24
2021-09-17Add benchmark for Vec::retainTennyZhuang-0/+15