about summary refs log tree commit diff
path: root/src/tools/run-make-support
AgeCommit message (Expand)AuthorLines
2024-04-25Rewrite `no-input-file.stderr` test in Rust and support diffJover Zhang-0/+130
2024-04-17run-make-support: add clang and llvm-readobj command wrappers许杰友 Jieyou Xu (Joe)-0/+121
2024-04-15mention json target specs in `run_make_support`Rémy Rakic-2/+1
2024-04-15add `link_arg` helper to `run_make_support`Rémy Rakic-0/+6
2024-04-15add regex to run_make_supportRémy Rakic-0/+2
2024-04-13run-make-support: add some top-level docs许杰友 Jieyou Xu (Joe)-0/+5
2024-04-13run-make-support: use macro to implement common methods许杰友 Jieyou Xu (Joe)-112/+8
2024-04-13run-make-support: introduce macro for common methods to avoid repetition许杰友 Jieyou Xu (Joe)-0/+124
2024-04-13run-make-support: make `handle_failed_output` take a `&Command`许杰友 Jieyou Xu (Joe)-9/+9
2024-04-12Rollup merge of #123763 - cuviper:host-rpath-run-make-v2, r=jieyouxuMatthias Krüger-3/+20
2024-04-10Set the host library path in run-make v2Josh Stone-3/+20
2024-04-10Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQKMatthias Krüger-0/+12
2024-04-09run-make: make arg take AsRef<OsStr> instead of str5225225-8/+3
2024-04-09Convert tests/run-make/cross-lang-lto-riscv-abi to rmakekxxt-0/+12
2024-04-08move exit-code to rmake5225225-0/+29
2024-04-06extend run-make test runner with some helper functionsMichael Baikov-18/+30
2024-04-01Modify compiletest and run-make-support to support CC invocations in rmake.rs许杰友 Jieyou Xu (Joe)-14/+298
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-1/+23
2024-03-30Rewrite core-no-fp-fmt-parse in RustOneirical-0/+14
2024-03-24Rework rmake support library to have a weakly-typed API with helper methods许杰友 Jieyou Xu (Joe)-177/+306
2024-03-23Add `Rustdoc` into `run-make-support`Guillaume Gomez-4/+37
2024-03-20Add a testBen Kimock-0/+2
2024-03-11Convert some WebAssembly run-make tests to RustAlex Crichton-4/+13
2024-02-29Add supporting infrastructure for `run-make` V2 tests许杰友 Jieyou Xu (Joe)-0/+157