index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
run-make-support
Age
Commit message (
Expand
)
Author
Lines
2025-06-23
Enable reproducible-build-2 for Windows
Daniel Paoliello
-1
/
+7
2025-06-22
forward the bootstrap `runner` to `run-make`
Folkert de Vries
-1
/
+24
2025-06-18
Enable `run-make-support` auto cross-compilation for `rustdoc` too
Jieyou Xu
-7
/
+32
2025-06-18
Enable automatic cross-compilation in run-make tests
Jakub Beránek
-7
/
+26
2025-05-09
run-make-support: support "ejecting" the underlying std command
Jieyou Xu
-2
/
+20
2025-05-07
run-make-support: set rustc dylib path for cargo wrapper
Jesus Checa Hidalgo
-1
/
+4
2025-04-17
run-make: drop `os_pipe` workaround now that `anonymous_pipe` is stable on beta
Jieyou Xu
-6
/
+0
2025-04-12
run-make-support: fix artifact name calculations for target
Jieyou Xu
-13
/
+40
2025-04-03
Add a helper function for checking if LLD was used to `run-make-support`
Jakub Beránek
-0
/
+37
2025-04-02
Drop `aux_build` rustc helpers
Jieyou Xu
-15
/
+1
2025-03-18
reintroduce remote-test support in run-make tests
Pietro Albini
-1
/
+14
2025-03-08
Don't link against advapi32, except on win7.
Steven Malis
-10
/
+14
2025-03-07
Temporarily depend on `os_pipe` in `run-make-support` and re-export it
许杰友 Jieyou Xu (Joe)
-0
/
+6
2025-03-05
Rollup merge of #136581 - jieyouxu:makefile-be-gone, r=Kobzol
许杰友 Jieyou Xu (Joe)
-108
/
+0
2025-03-04
Rollup merge of #137373 - Kobzol:tool-stage0-improve, r=jieyouxu
Jubilee
-41
/
+18
2025-03-02
run-make-support: remove outdated comments
许杰友 Jieyou Xu (Joe)
-108
/
+0
2025-03-01
Compile run-make recipes using the stage0 compiler
Jakub Beránek
-41
/
+18
2025-02-26
Add new `Rustdoc::emit` method in `run-make-support`
Guillaume Gomez
-0
/
+7
2025-02-19
Create a generic AVR target: avr-none
Patryk Wychowaniec
-0
/
+7
2025-02-13
Make `-O` mean `-C opt-level=3`
clubby789
-1
/
+1
2025-02-01
run-make-support: add some stable `rustc` flag helpers
许杰友 Jieyou Xu (Joe)
-0
/
+12
2025-02-01
run-make-support: add `shallow_find_directories` helper
许杰友 Jieyou Xu (Joe)
-5
/
+22
2025-01-31
run-make-support: add `object`-based symbol helpers
许杰友 Jieyou Xu (Joe)
-9
/
+25
2025-01-31
run-make-support: add `is_windows_gnu` helper
许杰友 Jieyou Xu (Joe)
-1
/
+10
2025-01-31
run-make-support: collapse re-export
许杰友 Jieyou Xu (Joe)
-2
/
+3
2025-01-31
run-make-support: add `-Csymbol-mangling-version` and `-Cprefer-dynamic` help...
许杰友 Jieyou Xu (Joe)
-0
/
+12
2025-01-29
run-make-support: improve docs for `assert_exit_code`
许杰友 Jieyou Xu (Joe)
-1
/
+5
2025-01-29
run-make-support: add `sysroot` helper
许杰友 Jieyou Xu (Joe)
-1
/
+9
2025-01-25
Shorten linker output even more when `--verbose` is not present
jyn
-1
/
+7
2025-01-22
run-make-support: add `set_aux_fd` helper
许杰友 Jieyou Xu (Joe)
-0
/
+66
2025-01-12
Rollup merge of #135411 - Urgau:unreach_pub-run-make, r=jieyouxu
Guillaume Gomez
-0
/
+1
2025-01-12
run_make_support: add `#![warn(unreachable_pub)]`
Urgau
-0
/
+1
2025-01-12
run-make-support: don't use lossy on `TARGET_RPATH_DIR`
许杰友 Jieyou Xu (Joe)
-2
/
+1
2025-01-03
run-make-support: tidy up assertion failure dumping
许杰友 Jieyou Xu (Joe)
-33
/
+58
2025-01-03
run-make-support: add basic sanity tests for assertion helpers
许杰友 Jieyou Xu (Joe)
-0
/
+103
2025-01-03
run-make-support: convert `assertion_helpers` to module
许杰友 Jieyou Xu (Joe)
-0
/
+0
2024-12-23
run-make-support: re-export `recursive_remove`
Jieyou Xu
-2
/
+19
2024-12-23
run_make_support: extract `copy_symlink` helper
许杰友 Jieyou Xu (Joe)
-26
/
+44
2024-12-16
Rollup merge of #134111 - jyn514:run-make-nocapture, r=jieyouxu
许杰友 Jieyou Xu (Joe)
-34
/
+24
2024-12-14
Fix `--nocapture` for run-make tests
jyn
-34
/
+24
2024-12-14
don't show the full linker args unless `--verbose` is passed
jyn
-0
/
+6
2024-12-10
Rollup merge of #134113 - jyn514:run-make-contains, r=jieyouxu
León Orell Valerian Liehr
-1
/
+1
2024-12-10
run-make: Fix `assert_stderr_not_contains_regex`
jyn
-1
/
+1
2024-12-01
Run `cargo update` and update licenses
clubby789
-1
/
+1
2024-11-29
Move the `crate-loading` test to use `diff` output
Esteban Küber
-0
/
+6
2024-11-17
Auto merge of #132646 - jieyouxu:liberate-aarch64-gnu-debug, r=Kobzol
bors
-101
/
+175
2024-11-12
Rollup merge of #132657 - mustartt:aix-run-make-support, r=jieyouxu
Matthias Krüger
-12
/
+19
2024-11-12
tests/run-make: update `mte-ffi` to use `gcc` as the c compiler explicitly
Jieyou Xu
-8
/
+3
2024-11-12
run_make_support: add a `gcc` wrapper command
Jieyou Xu
-101
/
+180
2024-11-11
move `src/tools/build_helper` into `src/build_helper`
onur-ozkan
-1
/
+1
[next]