about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-1/+14
2025-03-10doctests: build test bundle and harness separatelyMichael Howell-1/+0
2025-03-09Fix `repr128-dwarf` testbeetrees-7/+8
2025-03-07Fix `broken-pipe-no-ice` to not depend on unstable `anonymous_pipe` feature许杰友 Jieyou Xu (Joe)-4/+4
2025-03-07Fix `cross-lang-lto` to not use `path_file_prefix`许杰友 Jieyou Xu (Joe)-8/+12
2025-03-07Fix `issue-107495-archive-permissions` to not rely on `rustc_private`许杰友 Jieyou Xu (Joe)-3/+1
2025-03-07Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errorsbors-3/+8
2025-03-06Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebankMichael Goulet-3/+8
2025-03-06Rollup merge of #137643 - beetrees:repr128-dwarf-variant-test, r=jieyouxuMichael Goulet-21/+119
2025-03-05Rollup merge of #136581 - jieyouxu:makefile-be-gone, r=Kobzol许杰友 Jieyou Xu (Joe)-238/+7
2025-03-05normalize away `-Wlinker-messages` wrappers from `rust-lld` rmake testRémy Rakic-2/+3
2025-03-04Rollup merge of #137373 - Kobzol:tool-stage0-improve, r=jieyouxuJubilee-7/+8
2025-03-04Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3bors-1/+127
2025-03-03Auto merge of #137927 - matthiaskrgr:rollup-yj463ns, r=matthiaskrgrbors-2/+2
2025-03-03Add timestamp to unstable feature usage metricsJane Losare-Lusby-3/+8
2025-03-03Rollup merge of #137684 - GuillaumeGomez:rustdoc-dep-info, r=notriddleMatthias Krüger-1/+31
2025-03-02run-make: update test suite README许杰友 Jieyou Xu (Joe)-29/+7
2025-03-02run-make: remove `tools.mk`许杰友 Jieyou Xu (Joe)-209/+0
2025-03-01Ignore a-b-a-linker-guard during cross-compilationJakub Beránek-3/+4
2025-03-01Compile run-make recipes using the stage0 compilerJakub Beránek-4/+4
2025-03-01ensure we always print all --print options in helpMichael Toner-2/+2
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-26Add run-make test for rustdoc `--emit=dep-info` optionGuillaume Gomez-1/+31
2025-02-26Support raw-dylib link kind on ELFNoratrieb-1/+127
2025-02-26Make -Z unpretty=mir suggest -Z dump-mir as wellMaja Kądziołka-0/+1
2025-02-25Add DWARF test case for non-C-like `repr128` enumsbeetrees-21/+119
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