about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-29Verify llvm-needs-components are not empty and match the --target valueDaniel Paoliello-31/+29
2025-07-29Rollup merge of #144627 - jakubadamw:issue-129882, r=lqdStuart Cook-0/+42
2025-07-29Rollup merge of #144609 - Muscraft:right-align, r=compiler-errorsStuart Cook-10/+10
2025-07-29Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomezStuart Cook-1/+16
2025-07-29Rollup merge of #144500 - joboet:thread-name-stack-overflow, r=ChrisDentonStuart Cook-3/+9
2025-07-29Rollup merge of #144451 - ShoyuVanilla:loop-match-upvar, r=oli-obkStuart Cook-0/+99
2025-07-29Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesley...Stuart Cook-0/+32
2025-07-29Rollup merge of #144022 - connortsui20:sync_nonpoison, r=tgross35Stuart Cook-32/+32
2025-07-29add `nonpoison::mutex` implementationConnor Tsui-32/+32
2025-07-29Add a regression test for an ICE with the `generic_const_exprs` feature attri...Jacob Adam-0/+42
2025-07-29coverage: Regression test for "function name is empty" bugZalathar-0/+266
2025-07-28feat: Right align line numbersScott Schafer-10/+10
2025-07-28Ensure external paths passed via flags end up in rustdoc depinfoNoratrieb-1/+16
2025-07-28thread name in stack overflow messagejoboet-3/+9
2025-07-28fix: Reject upvar scrutinees for `loop_match`Shoyu Vanilla-0/+99
2025-07-28Auto merge of #144543 - scottmcm:more-sroa, r=cjgillotbors-40/+32
2025-07-28Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxuMatthias Krüger-32/+152
2025-07-28Auto merge of #144556 - matthiaskrgr:rollup-aayo3h5, r=matthiaskrgrbors-151/+310
2025-07-28Rollup merge of #144523 - ojeda:rustdoc-target-modifiers, r=GuillaumeGomezMatthias Krüger-0/+47
2025-07-28Rollup merge of #143607 - JonathanBrouwer:proc_macro_attrs, r=jdonszelmann,tr...Matthias Krüger-151/+263
2025-07-27Auto merge of #144225 - purplesyringa:unwinding-intrinsics, r=nikicbors-1/+15
2025-07-27Allow more MIR SROAScott McMurray-40/+32
2025-07-27fix(debuginfo): disable overflow check forgodzie44-0/+32
2025-07-27Auto merge of #144528 - matthiaskrgr:rollup-felcjc1, r=matthiaskrgrbors-221/+283
2025-07-27Rollup merge of #144454 - folkertdev:uefi-tests, r=jieyouxuMatthias Krüger-0/+149
2025-07-27Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obkMatthias Krüger-221/+134
2025-07-27Auto merge of #144347 - scottmcm:ssa-enums-v0, r=WaffleLapkinbors-0/+31
2025-07-27rustdoc: save target modifiersMiguel Ojeda-0/+47
2025-07-26Rollup merge of #144480 - Zalathar:revert-empty-span, r=ZalatharJacob Pratt-17/+20
2025-07-26Rollup merge of #144453 - WaffleLapkin:canonical-build-root, r=jieyouxuJacob Pratt-1/+3
2025-07-26Rollup merge of #144430 - Gelbpunkt:aarch64-outline-atomics-target, r=NoratriebJacob Pratt-2/+0
2025-07-26Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obkJacob Pratt-245/+306
2025-07-26Rollup merge of #144379 - folkertdev:c-variadic-same-program-multiple-abis, r...Jacob Pratt-0/+112
2025-07-26Rollup merge of #144359 - RalfJung:vararg-codegen, r=compiler-errorsJacob Pratt-59/+110
2025-07-26Auto merge of #143860 - scottmcm:transmute-always-rvalue, r=WaffleLapkinbors-10/+192
2025-07-26Do not check Sync during type_of.Camille GILLOT-260/+19
2025-07-26Update test resultsJonathan Brouwer-151/+263
2025-07-26Rollup merge of #144462 - Kobzol:pretty-print-self-profile-args, r=RalfJungMatthias Krüger-0/+18
2025-07-26Rollup merge of #144376 - estebank:issue-143795, r=lcnrMatthias Krüger-2/+33
2025-07-26Rollup merge of #144331 - jplatte:matches-allow-non_exhaustive_omitted_patter...Matthias Krüger-10/+26
2025-07-26test using multiple c-variadic ABIs in the same programFolkert de Vries-0/+112
2025-07-26move uefi test to run-makeFolkert de Vries-0/+149
2025-07-26Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35bors-33/+328
2025-07-26Rollup merge of #144431 - Gelbpunkt:f128-math-musl, r=petrochenkov,tgross35Trevor Gross-2/+4
2025-07-26Rollup merge of #144160 - Gelbpunkt:debuginfo-tests-ppc, r=oli-obkTrevor Gross-2/+13
2025-07-26Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errorsTrevor Gross-0/+43
2025-07-26Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obkTrevor Gross-0/+232
2025-07-26Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errorsTrevor Gross-29/+36
2025-07-26Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxuTrevor Gross-34/+123
2025-07-26Rollup merge of #144341 - CaiWeiran:const-vector_test, r=wesleywiserTrevor Gross-0/+2