summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2025-03-14doctests: build test bundle and harness separatelyMichael Howell-1/+0
2025-02-13Make `-O` mean `-C opt-level=3`clubby789-2/+2
2025-02-10Auto merge of #133092 - madsmtm:bootstrap-deployment-target, r=Mark-Simulacru...bors-1/+22
2025-02-08Rustfmtbjorn3-7/+10
2025-02-07tests: add a missing `needs-symlink`许杰友 Jieyou Xu (Joe)-0/+1
2025-02-01tests: port `split-debuginfo` to rmake.rs许杰友 Jieyou Xu (Joe)-368/+1618
2025-02-01tests: fix incorrect comment许杰友 Jieyou Xu (Joe)-1/+1
2025-02-01tests: fix incorrect comment for wrong path remap scope许杰友 Jieyou Xu (Joe)-1/+1
2025-02-01tests: fix `-Zunstable-options` bug in `split-debuginfo`许杰友 Jieyou Xu (Joe)-1/+1
2025-02-01tests: remove redundant `-C debuginfo=2` when `-g` is already specified许杰友 Jieyou Xu (Joe)-24/+24
2025-02-01tests: use an illustrative else-if branch in `split-debuginfo` Makefile许杰友 Jieyou Xu (Joe)-336/+333
2025-02-01tests: reformat `split-debuginfo`'s `Makefile`许杰友 Jieyou Xu (Joe)-361/+361
2025-01-31tests: port `symbol-mangling-hashed` to rmake.rs许杰友 Jieyou Xu (Joe)-68/+128
2025-01-31Always set the deployment target when building stdMads Marquart-1/+22
2025-01-30Auto merge of #135030 - Flakebi:require-cpu, r=workingjubileebors-0/+24
2025-01-29tests: port `translation` to rmake.rs许杰友 Jieyou Xu (Joe)-78/+194
2025-01-28Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercotebors-127/+0
2025-01-27Remove -Zinline-in-all-cgus and clean up CGU partitioning testsBen Kimock-127/+0
2025-01-26Downgrade `linker-warnings` to allow-by-defaultjyn-5/+19
2025-01-25Shorten linker output even more when `--verbose` is not presentjyn-11/+42
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-30/+73
2025-01-24Allow LLD version info to be either stderr or stdoutjyn-1/+1
2025-01-23Auto merge of #135461 - jieyouxu:migrate-jobserver-errors, r=Noratriebbors-18/+48
2025-01-23Auto merge of #135164 - Kobzol:run-make-test-glibc-symbols, r=jieyouxubors-0/+112
2025-01-22Reword comment slightlyJakub Beránek-1/+3
2025-01-22Use objdump instead of llvm-objdumpJakub Beránek-2/+4
2025-01-22Run the glibc run-make test in opt-distJakub Beránek-1/+1
2025-01-22tests: port `jobserver-error.rs` to rmake.rs许杰友 Jieyou Xu (Joe)-18/+48
2025-01-21Rollup merge of #135824 - jieyouxu:delete-bintools-check, r=NoratriebMatthias Krüger-50/+0
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-10/+9
2025-01-21remove support for the #[start] attributeRalf Jung-10/+9
2025-01-21tests: delete `cat-and-grep-sanity-check`许杰友 Jieyou Xu (Joe)-50/+0
2025-01-21Add test for checking used glibc symbolsJakub Beránek-0/+108
2025-01-20Don't require `--verbose` to show linker stdoutjyn-21/+8
2025-01-20don't ICE when emitting linker errors during `-Z link-only`jyn-0/+29
2025-01-20show linker warnings even if it returns 0jyn-24/+51
2025-01-19When LLVM's location discriminator value limit is exceeded, emit locations wi...Kyle Huey-0/+76
2025-01-18Fix use of pipe in tests/run-make/broken-pipe-no-ice/rmake.rsJiahao XU-1/+1
2025-01-16Auto merge of #135458 - jieyouxu:migrate-extern-fn-reachable, r=lqdbors-26/+61
2025-01-16Target option to require explicit cpuFlakebi-0/+24
2025-01-15tests: port `extern-fn-reachable` to rmake.rs许杰友 Jieyou Xu (Joe)-26/+61
2025-01-14fix typo and unit testbinarycat-1/+2
2025-01-11re-add --disable-minification to rustdocbinarycat-1/+1
2025-01-06Replace the random substring of a linker argument with a placeholder and null...Xing Xue-3/+44
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-1/+1
2025-01-03Auto merge of #135034 - Noratrieb:strip-correctly, r=jieyouxubors-0/+50
2025-01-02Pass objcopy args for stripping on OSXNoratrieb-0/+50
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-5/+5
2024-12-31arm: use target.llvm_floatabi over soft-float target featureRalf Jung-1/+1
2024-12-28Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqdStuart Cook-22/+48