about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
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-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
2024-12-28tests: migrate `branch-protection-check-IBT` to rmake.rs许杰友 Jieyou Xu (Joe)-53/+58
2024-12-28tests: migrate `libs-through-symlink` to rmake.rs许杰友 Jieyou Xu (Joe)-22/+48
2024-12-26Rollup merge of #134656 - jieyouxu:migrate-incr-add-rust-src-component, r=wes...Guillaume Gomez-45/+131
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-4/+4
2024-12-23tests: migrate `incr-add-rust-src-component` to rmake.rs许杰友 Jieyou Xu (Joe)-45/+131
2024-12-23fix a few typos in rmake tests' commentsRémy Rakic-6/+6
2024-12-23remove unnecessary `mut` from `dump-ice-to-disk` rmake testRémy Rakic-1/+1
2024-12-23clean up `remove-dir-all-race` rmake testRémy Rakic-7/+6
2024-12-23remove unused imports from rmake testsRémy Rakic-12/+5
2024-12-20Update `run-make/rustdoc-default-output` testGuillaume Gomez-2/+4
2024-12-17Use field init shorthand where possibleJosh Triplett-2/+2
2024-12-15Rollup merge of #133633 - jyn514:hide-linker-args, r=bjorn3,jyn514Stuart Cook-8/+52
2024-12-14don't show the full linker args unless `--verbose` is passedjyn-8/+52
2024-12-14Rollup merge of #133386 - wesleywiser:update_musl_base_crt_default, r=jieyouxuMatthias Krüger-0/+62
2024-12-10Add test for musl dynamically linkingWesley Wiser-0/+62
2024-12-10Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errorsLeón Orell Valerian Liehr-0/+301