about summary refs log tree commit diff
path: root/src/tools/run-make-support
AgeCommit message (Expand)AuthorLines
2025-09-26split-dwarf: add documentation and test coverageAugie Fackler-0/+7
2025-09-05`run-make-support`: handle unavailable in-tree cargo under `run-make` test suiteJieyou Xu-6/+13
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-28Add `serde_json` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `libc` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-13fix(compiler/rustc_codegen_llvm): apply `target-cpu` attributeStackOverflowExcept1on-1/+1
2025-08-13Fix pgo testsywxt-0/+6
2025-08-08Rollup merge of #144931 - dpaoliello:msvc-wholearchive, r=jieyouxuStuart Cook-8/+34
2025-08-06run-make: Allow blessing snapshot files that don't exist yetZalathar-1/+10
2025-08-04[win][arm64ec] Fix msvc-wholearchive for Arm64ECDaniel Paoliello-8/+34
2025-07-31add correct dynamic_lib_extension for aixCurtis D'Alves-0/+2
2025-07-31Fix linker-plugin-lto only doing thin ltoFlakebi-2/+39
2025-07-21Fix run-make tests on musl hostsJens Reidel-1/+8
2025-07-15Rollup merge of #143837 - jieyouxu:symbol-apis, r=ChrisDentonSamuel Tardieu-25/+159
2025-07-13Adjust `run_make_support::symbols` helpersJieyou Xu-25/+159
2025-07-11Disambiguate between rustc vs std having debug assertionsJieyou Xu-3/+12
2025-07-10Only provide `is_windows_msvc` to gate on windows-msvcJieyou Xu-34/+29
2025-07-09Massage `lib.rs` so it can be rustfmt'dJieyou Xu-66/+42
2025-07-09Sort and document `run-make-support` dependenciesJieyou Xu-4/+13
2025-07-09Bump `run-make-support` to Edition 2024Jieyou Xu-1/+1
2025-07-09Don't attempt to version `run-make-support`Jieyou Xu-1/+1
2025-07-09Remove `run-make-support` CHANGELOGJieyou Xu-83/+0
2025-06-30Upgrade dependencies in run-make-supportTrevor Gross-5/+5
2025-06-23Enable reproducible-build-2 for WindowsDaniel Paoliello-1/+7
2025-06-22forward the bootstrap `runner` to `run-make`Folkert de Vries-1/+24
2025-06-18Enable `run-make-support` auto cross-compilation for `rustdoc` tooJieyou Xu-7/+32
2025-06-18Enable automatic cross-compilation in run-make testsJakub Beránek-7/+26
2025-05-09run-make-support: support "ejecting" the underlying std commandJieyou Xu-2/+20
2025-05-07run-make-support: set rustc dylib path for cargo wrapperJesus Checa Hidalgo-1/+4
2025-04-17run-make: drop `os_pipe` workaround now that `anonymous_pipe` is stable on betaJieyou Xu-6/+0
2025-04-12run-make-support: fix artifact name calculations for targetJieyou Xu-13/+40
2025-04-03Add a helper function for checking if LLD was used to `run-make-support`Jakub Beránek-0/+37
2025-04-02Drop `aux_build` rustc helpersJieyou Xu-15/+1
2025-03-18reintroduce remote-test support in run-make testsPietro Albini-1/+14
2025-03-08Don't link against advapi32, except on win7.Steven Malis-10/+14
2025-03-07Temporarily depend on `os_pipe` in `run-make-support` and re-export it许杰友 Jieyou Xu (Joe)-0/+6
2025-03-05Rollup merge of #136581 - jieyouxu:makefile-be-gone, r=Kobzol许杰友 Jieyou Xu (Joe)-108/+0
2025-03-04Rollup merge of #137373 - Kobzol:tool-stage0-improve, r=jieyouxuJubilee-41/+18
2025-03-02run-make-support: remove outdated comments许杰友 Jieyou Xu (Joe)-108/+0
2025-03-01Compile run-make recipes using the stage0 compilerJakub Beránek-41/+18
2025-02-26Add new `Rustdoc::emit` method in `run-make-support`Guillaume Gomez-0/+7
2025-02-19Create a generic AVR target: avr-nonePatryk Wychowaniec-0/+7
2025-02-13Make `-O` mean `-C opt-level=3`clubby789-1/+1
2025-02-01run-make-support: add some stable `rustc` flag helpers许杰友 Jieyou Xu (Joe)-0/+12
2025-02-01run-make-support: add `shallow_find_directories` helper许杰友 Jieyou Xu (Joe)-5/+22
2025-01-31run-make-support: add `object`-based symbol helpers许杰友 Jieyou Xu (Joe)-9/+25
2025-01-31run-make-support: add `is_windows_gnu` helper许杰友 Jieyou Xu (Joe)-1/+10
2025-01-31run-make-support: collapse re-export许杰友 Jieyou Xu (Joe)-2/+3
2025-01-31run-make-support: add `-Csymbol-mangling-version` and `-Cprefer-dynamic` help...许杰友 Jieyou Xu (Joe)-0/+12
2025-01-29run-make-support: improve docs for `assert_exit_code`许杰友 Jieyou Xu (Joe)-1/+5