about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2025-04-02Rollup merge of #139239 - jieyouxu:run-make-aux-build, r=KobzolTakayuki Maeda-4/+4
2025-04-02Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxuTakayuki Maeda-2/+125
2025-04-02Update `run-make` tests to no longer use `aux_build`Jieyou Xu-4/+4
2025-04-01Add unstable `--print=crate-root-lint-levels`Urgau-2/+125
2025-03-31Add testsJakub Beránek-0/+92
2025-03-28Rollup merge of #138104 - GuillaumeGomez:simplify-doctest-parsing, r=fmeaseMatthias Krüger-3/+3
2025-03-27Correctly handle line comments in attributes and generate extern cratesGuillaume Gomez-3/+3
2025-03-25Rollup merge of #138652 - ferrocene:pa-remote-test-rmake, r=jieyouxuTakayuki Maeda-0/+4
2025-03-24ignore tests broken while cross compilingPietro Albini-0/+4
2025-03-23Rebless tests with changed help due to new print request optionJieyou Xu-2/+2
2025-03-20tests: accept some noise from LLVM 21 in symbols-all-mangledAugie Fackler-2/+14
2025-03-17Auto merge of #127173 - bjorn3:mangle_rustc_std_internal_symbol, r=wesleywise...bors-0/+88
2025-03-17Only run symbols-all-mangled test on ELF targetsbjorn3-0/+1
2025-03-17Ignore symbols that don't contain rust as substring for executablesbjorn3-8/+7
2025-03-17Add test that all symbols we expect to be mangled are actually mangledbjorn3-0/+88
2025-03-17replace config.toml to bootstrap.toml in src/ci, src/etc/* and tests/run-makebit-aloo-1/+1
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-4/+0
2025-03-13Rollup merge of #138162 - ehuss:library-2024, r=cuviperMatthias Krüger-1/+1
2025-03-12Auto merge of #138052 - lqd:lld-linker-messages, r=jieyouxubors-2/+3
2025-03-11Migrate core to Rust 2024Eric Huss-1/+1
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