about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2025-03-01Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikicbors-0/+93
2025-02-28Rollup merge of #137540 - yotamofek:pr/more-deprecated-test-directives, r=not...许杰友 Jieyou Xu (Joe)-22/+21
2025-02-28Rollup merge of #137017 - bjorn3:ignore_invalid_bitcode, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+29
2025-02-27Fix test directives that were accidentally ignoredYotam Ofek-22/+21
2025-02-26Make -Z unpretty=mir suggest -Z dump-mir as wellMaja Kądziołka-0/+1
2025-02-25Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQKbors-6/+12
2025-02-24Make #[used] work when linking with ld64Mads Marquart-6/+12
2025-02-23The embedded bitcode should always be prepared for LTO/ThinLTODianQK-0/+93
2025-02-21Tell llvm-ar to not create a symbol tablebjorn3-1/+1
2025-02-20avr-rjmp-offset: Explain `.target_cpu()`Patryk Wychowaniec-0/+4
2025-02-19Create a generic AVR target: avr-nonePatryk Wychowaniec-1/+3
2025-02-17Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubileeMatthias Krüger-0/+2
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-0/+2
2025-02-16Rollup merge of #135909 - Flakebi:amdgpu-kd, r=jieyouxu,workingjubileeJacob Pratt-0/+31
2025-02-14Add testbjorn3-0/+29
2025-02-13Make `-O` mean `-C opt-level=3`clubby789-2/+2
2025-02-12Export kernel descriptor for amdgpu kernelsFlakebi-0/+31
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