about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-30Run `compiletest` self-tests against stage 1 rustcJieyou Xu-2/+2
2025-07-30Deny `compiletest` self-tests being run against stage 0 rustc unless explicit...Jieyou Xu-1/+18
2025-07-30Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-all...Jieyou Xu-5/+7
2025-07-30Introduce proper `build.compiletest-allow-stage0` config optionJieyou Xu-6/+24
2025-07-30Auto merge of #144673 - Zalathar:rollup-0kpeq3n, r=Zalatharbors-439/+730
2025-07-30Rollup merge of #144668 - daltenty:daltenty/runmake-llvm-components, r=jieyouxuStuart Cook-0/+5
2025-07-30Rollup merge of #144666 - compiler-errors:correct-late, r=lqdStuart Cook-6/+97
2025-07-30Rollup merge of #144662 - Zalathar:directive-names, r=fmeaseStuart Cook-290/+293
2025-07-30Rollup merge of #144411 - Kivooeo:remove-world, r=jieyouxuStuart Cook-4/+0
2025-07-30Rollup merge of #144268 - xizheyin:find-oldest-ancestor, r=jieyouxuStuart Cook-42/+58
2025-07-30Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxuStuart Cook-97/+277
2025-07-30Auto merge of #144305 - ChrisDenton:win-free-disk-space, r=marcoienibors-274/+316
2025-07-30[test][run-make] add needs-llvm-componentsDavid Tenty-0/+5
2025-07-30Free disk space on Windows 2025 runnersChris Denton-274/+316
2025-07-30Make sure to account for the right item universal regions in borrowckMichael Goulet-6/+97
2025-07-29Re-block SRoA on SIMD typesScott McMurray-1/+55
2025-07-30coverage: Re-land "Enlarge empty spans during MIR instrumentation"Zalathar-73/+57
2025-07-30Auto merge of #144577 - oli-obk:wrapping-niche, r=scottmcmbors-33/+342
2025-07-30compiletest: Move directive names back into a separate fileZalathar-290/+293
2025-07-29Auto merge of #144658 - jhpratt:rollup-jdzhz27, r=jhprattbors-54/+234
2025-07-29Rollup merge of #144640 - FractalFir:m68k_arch, r=UrgauJacob Pratt-0/+1
2025-07-29Rollup merge of #144639 - Kobzol:x-perf-tui, r=lqdJacob Pratt-27/+24
2025-07-29Rollup merge of #144632 - nikic:llvm-21-tests, r=durin42Jacob Pratt-8/+18
2025-07-29Rollup merge of #144605 - LorrensP-2158466:cache-extern-prelude, r=petrochenkovJacob Pratt-12/+11
2025-07-29Rollup merge of #144586 - alexcrichton:update-weasi-sdk, r=Mark-SimulacrumJacob Pratt-4/+4
2025-07-29Rollup merge of #144583 - apiraino:enable-t-compiler-backport-nomination, r=j...Jacob Pratt-0/+15
2025-07-29Rollup merge of #144510 - orlp:fix-location-ord, r=ibraheemdevJacob Pratt-3/+123
2025-07-29Rollup merge of #144034 - Enselic:diverging-function-call-debuginfo, r=wesley...Jacob Pratt-0/+38
2025-07-29Auto merge of #144393 - heiher:str-contains-lsx, r=tgross35bors-3/+16
2025-07-29Fix Ord, Eq and Hash implementation of panic::LocationOrson Peters-3/+123
2025-07-30remove hello world directoryKivooeo-4/+0
2025-07-29Verify llvm-needs-components are not empty and match the --target valueDaniel Paoliello-97/+277
2025-07-29Auto merge of #144557 - cjgillot:lower-more-span, r=compiler-errorsbors-16/+45
2025-07-29tests: Test line number in debuginfo for diverging function callsMartin Nordholts-0/+38
2025-07-29Update wasi-sdk to 27.0 in CIAlex Crichton-4/+4
2025-07-29Remove no longer needed handling of nonstandard licensesJakub Beránek-19/+0
2025-07-29Update license exceptions for rustc-perfJakub Beránek-1/+1
2025-07-29Improve tidy error on dependency license exceptionsJakub Beránek-7/+23
2025-07-29Update rustc-perf submoduleJakub Beránek-0/+0
2025-07-29Reuse `sign_extend` helperOli Scherer-3/+3
2025-07-29Pick the largest niche even if the largest niche is wrapped aroundOli Scherer-35/+91
2025-07-29Auto merge of #144637 - Zalathar:rollup-t1yo1jy, r=Zalatharbors-226/+1100
2025-07-29Rollup merge of #144634 - lucaswerkmeister:patch-1, r=lqdStuart Cook-1/+1
2025-07-29Rollup merge of #144615 - cjgillot:fn-sig-rib, r=petrochenkovStuart Cook-75/+54
2025-07-29Rollup merge of #144589 - compiler-errors:postfix-yield-after-cast, r=petroch...Stuart Cook-1/+28
2025-07-29Rollup merge of #144587 - petrochenkov:optstdprel, r=nnethercoteStuart Cook-107/+105
2025-07-29Rollup merge of #144566 - scottmcm:align-of-slice, r=oli-obkStuart Cook-0/+516
2025-07-29Rollup merge of #144560 - Zalathar:auto-derived, r=compiler-errorsStuart Cook-42/+396
2025-07-29"Cachify" `ExternPreludeEntry.binding` through a `Cell`.LorrensP-2158466-12/+11
2025-07-29LoongArch64 LSX fast-path for `str.contains(&str)`WANG Rui-3/+16