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-09-26
split-dwarf: add documentation and test coverage
Augie Fackler
-0
/
+7
2025-09-05
`run-make-support`: handle unavailable in-tree cargo under `run-make` test suite
Jieyou Xu
-6
/
+13
2025-09-02
Revert introduction of `[workspace.dependencies]`.
Nicholas Nethercote
-2
/
+2
2025-08-28
Add `serde_json` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-08-28
Add `libc` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-08-13
fix(compiler/rustc_codegen_llvm): apply `target-cpu` attribute
StackOverflowExcept1on
-1
/
+1
2025-08-13
Fix pgo tests
ywxt
-0
/
+6
2025-08-08
Rollup merge of #144931 - dpaoliello:msvc-wholearchive, r=jieyouxu
Stuart Cook
-8
/
+34
2025-08-06
run-make: Allow blessing snapshot files that don't exist yet
Zalathar
-1
/
+10
2025-08-04
[win][arm64ec] Fix msvc-wholearchive for Arm64EC
Daniel Paoliello
-8
/
+34
2025-07-31
add correct dynamic_lib_extension for aix
Curtis D'Alves
-0
/
+2
2025-07-31
Fix linker-plugin-lto only doing thin lto
Flakebi
-2
/
+39
2025-07-21
Fix run-make tests on musl hosts
Jens Reidel
-1
/
+8
2025-07-15
Rollup merge of #143837 - jieyouxu:symbol-apis, r=ChrisDenton
Samuel Tardieu
-25
/
+159
2025-07-13
Adjust `run_make_support::symbols` helpers
Jieyou Xu
-25
/
+159
2025-07-11
Disambiguate between rustc vs std having debug assertions
Jieyou Xu
-3
/
+12
2025-07-10
Only provide `is_windows_msvc` to gate on windows-msvc
Jieyou Xu
-34
/
+29
2025-07-09
Massage `lib.rs` so it can be rustfmt'd
Jieyou Xu
-66
/
+42
2025-07-09
Sort and document `run-make-support` dependencies
Jieyou Xu
-4
/
+13
2025-07-09
Bump `run-make-support` to Edition 2024
Jieyou Xu
-1
/
+1
2025-07-09
Don't attempt to version `run-make-support`
Jieyou Xu
-1
/
+1
2025-07-09
Remove `run-make-support` CHANGELOG
Jieyou Xu
-83
/
+0
2025-06-30
Upgrade dependencies in run-make-support
Trevor Gross
-5
/
+5
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
[next]