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
2024-07-17
run_make_support: rename `assert_recursive_eq` to `assert_dirs_are_equal`
许杰友 Jieyou Xu (Joe)
-3
/
+3
2024-07-17
run_make_support: moved some helpers into `string` module
许杰友 Jieyou Xu (Joe)
-46
/
+54
2024-07-17
run_make_support: move some helpers from assertion to path
许杰友 Jieyou Xu (Joe)
-53
/
+53
2024-07-17
run_make_support: coalesce fs helpers into single `fs` module
许杰友 Jieyou Xu (Joe)
-117
/
+104
2024-07-17
run_make_support: rename `cygpath_windows` to `get_windows_path` and move und...
许杰友 Jieyou Xu (Joe)
-42
/
+45
2024-07-17
run_make_support: rename `env_checked` -> `env`
许杰友 Jieyou Xu (Joe)
-11
/
+10
2024-07-17
run_make_support: move `build_native_static_lib` under `external_deps`
许杰友 Jieyou Xu (Joe)
-50
/
+30
2024-07-17
run_make_support: make `set_host_rpath` private and move into `util`
许杰友 Jieyou Xu (Joe)
-24
/
+28
2024-07-17
run_make_support: move `handle_failed_output` into `util` module
许杰友 Jieyou Xu (Joe)
-24
/
+31
2024-07-17
run_make_support: move `assert_recursive_eq` into `assertion_helpers`
许杰友 Jieyou Xu (Joe)
-27
/
+28
2024-07-17
run_make_support: rename `recursive_diff` to `assert_recursive_eq`
许杰友 Jieyou Xu (Joe)
-3
/
+3
2024-07-17
run_make_support: move assertions and helpers into own module
许杰友 Jieyou Xu (Joe)
-134
/
+150
2024-07-17
run_make_support: move `run_in_tmpdir` and `test_while_readonly` to `scoped_r...
许杰友 Jieyou Xu (Joe)
-54
/
+75
2024-07-17
run_make_support: move fs helpers to own module
许杰友 Jieyou Xu (Joe)
-65
/
+75
2024-07-17
run_make_support: move path-related helpers into own module
许杰友 Jieyou Xu (Joe)
-34
/
+75
2024-07-17
run_make_support: move artifact name helpers into `artifact_names` module
许杰友 Jieyou Xu (Joe)
-76
/
+87
2024-07-17
run_make_support: move `ar` into own module
许杰友 Jieyou Xu (Joe)
-14
/
+30
2024-07-17
run_make_support: cleanup and document some lib.rs reexports
许杰友 Jieyou Xu (Joe)
-1
/
+10
2024-07-17
run_make_support: move external deps to `external_deps` module
许杰友 Jieyou Xu (Joe)
-24
/
+49
2024-07-17
run_make_support: move `env_var{,_os}` into `env_checked` module
许杰友 Jieyou Xu (Joe)
-25
/
+27
2024-07-17
run_make_support: move target checks into `targets` module
许杰友 Jieyou Xu (Joe)
-36
/
+59
2024-07-17
run_make_support: move `impl_common_helpers` into own `macros` module
许杰友 Jieyou Xu (Joe)
-122
/
+125
2024-07-16
build_native_static_lib with llvm_ar for run_make_support
Oneirical
-23
/
+45
2024-07-16
rewrite prune-link-args to rmake format
Oneirical
-4
/
+33
2024-07-16
rewrite dump-mono-stats to rmake format
Oneirical
-4
/
+5
2024-07-16
rewrite compiler-lookup-paths to rmake
Oneirical
-0
/
+8
2024-07-16
run-make-support: update gimli to 0.31.0
Mrmaxmeier
-1
/
+1
2024-07-13
Auto merge of #127450 - Kobzol:bootstrap-cmd-refactor-5, r=onur-ozkan
bors
-68
/
+4
2024-07-12
Rollup merge of #127381 - Oneirical:testalt-consciousness, r=jieyouxu
Jubilee
-3
/
+6
2024-07-12
Move `DropBomb` from `run-make-support` to `build_helper`
Jakub Beránek
-68
/
+4
2024-07-12
rewrite env-dep-info to rmake
Oneirical
-3
/
+6
2024-07-12
rewrite extra-filename-with-temp-outputs to rmake
Oneirical
-0
/
+5
2024-07-09
Auto merge of #127378 - Oneirical:cetestial-meteorite, r=jieyouxu
bors
-2
/
+15
2024-07-08
rewrite sepcomp-inlining and -separate to rmake.rs
Oneirical
-8
/
+14
2024-07-08
rewrite sepcomp-separate to rmake
Oneirical
-10
/
+18
2024-07-07
Improve `run-make/output-type-permutations` code and improve `filename_not_in...
Guillaume Gomez
-1
/
+2
2024-07-07
Auto merge of #127335 - Oneirical:put-on-a-petestal, r=jieyouxu
bors
-3
/
+31
2024-07-05
rewrite and rename issue-37839 to rmake
Oneirical
-2
/
+15
2024-07-05
Expectations struct for output-type-permutations
Oneirical
-4
/
+6
2024-07-05
add shallow_find_files helper to run_make_support
Oneirical
-0
/
+5
2024-07-05
rewrite emit-path-unhashed to rmake
Oneirical
-3
/
+31
2024-07-05
Rollup merge of #127359 - GuillaumeGomez:improve-run-make-llvm-ident-code, r=...
Guillaume Gomez
-2
/
+3
2024-07-05
Rollup merge of #126709 - Oneirical:exitestial-crisis, r=jieyouxu
Guillaume Gomez
-0
/
+34
2024-07-05
Improve `Command::args` API in `run-make-support`
Guillaume Gomez
-2
/
+3
2024-07-04
Rollup merge of #127307 - GuillaumeGomez:different-types-remap_path_prefix, r...
Matthias Krüger
-1
/
+5
2024-07-04
add shallow_find_files helper function to run-make-support
Oneirical
-0
/
+34
2024-07-04
Allow to have different types for arguments of `Rustc::remap_path_prefix`
Guillaume Gomez
-1
/
+5
2024-07-03
Small `run-make-support` API improvements
Guillaume Gomez
-3
/
+6
2024-07-01
Auto merge of #126941 - GuillaumeGomez:migrate-run-make-llvm-ident, r=Kobzol
bors
-0
/
+7
2024-07-01
Add `input_file` method on `LlvmFileCheck`
Guillaume Gomez
-0
/
+7
[prev]
[next]