| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-07-01 | Improve `target` method API in `run-make-support` | Guillaume Gomez | -2/+4 |
| 2024-07-01 | Improve `run-make-support` API for `assert*` functions | Guillaume Gomez | -7/+13 |
| 2024-06-30 | Improve `run-make-support` library `args` API | Guillaume Gomez | -2/+3 |
| 2024-06-28 | rmeta_contains functions for remap-path-prefix | Oneirical | -0/+2 |
| 2024-06-28 | rewrite remap-path-prefix to rmake | Oneirical | -0/+11 |
| 2024-06-27 | Add `ar` command in `run-make-support` | Guillaume Gomez | -4/+10 |
| 2024-06-27 | Add `ar_command` in `run_make_support` | Guillaume Gomez | -0/+8 |
| 2024-06-22 | Add `stdin` to `run_make_support::command::Command` | Jerry Wang | -5/+7 |
| 2024-06-22 | Add more flags for `llvm-readobj` | Jerry Wang | -0/+18 |
| 2024-06-22 | Rollup merge of #126823 - GuillaumeGomez:migrate-run-make-inline-always-many-... | Guillaume Gomez | -1/+1 |
| 2024-06-22 | Make `read_dir` method take a mutable callback | Guillaume Gomez | -1/+1 |
| 2024-06-20 | Rollup merge of #126644 - Oneirical:testla-coil, r=jieyouxu | Matthias Krüger | -0/+6 |
| 2024-06-20 | Rollup merge of #126095 - Oneirical:final-testination, r=jieyouxu | Matthias Krüger | -0/+12 |
| 2024-06-19 | make assert_stderr_contains print its contents on panic | Oneirical | -12/+0 |
| 2024-06-18 | rewrite metadata-flag-frobs-symbols to rmake | Oneirical | -0/+6 |
| 2024-06-18 | use llvm_readobj in run-make test instead of nm | Oneirical | -55/+23 |
| 2024-06-18 | try implementing suggestions | Oneirical | -3/+5 |
| 2024-06-18 | run_make_support nm implementation + bin-emit-no-symbols rmake rewrite | Oneirical | -0/+48 |
| 2024-06-18 | Rewrite link-args-order to rmake | Oneirical | -0/+24 |
| 2024-06-18 | Auto merge of #126437 - Oneirical:test-we-forget, r=jieyouxu | bors | -1/+32 |
| 2024-06-18 | Auto merge of #126490 - Oneirical:testicide, r=jieyouxu | bors | -0/+28 |
| 2024-06-18 | Auto merge of #126279 - Oneirical:you-can-run-make-but-cannot-hide, r=jieyouxu | bors | -0/+32 |
| 2024-06-17 | Add new test_while_readonly helper function to run-make-support | Oneirical | -0/+32 |
| 2024-06-17 | Rewrite and rename `issue-26092` to rmake | Oneirical | -15/+50 |
| 2024-06-17 | rewrite incremental-session-fail to rmake | Oneirical | -12/+18 |
| 2024-06-15 | Add drop bombs to `llvm.rs` | Jerry Wang | -0/+6 |
| 2024-06-15 | Remove `run-make-support/src/llvm_readobj.rs` | Jerry Wang | -45/+0 |
| 2024-06-14 | rewrite incremental-debugger-visualiser to rmake | Oneirical | -0/+22 |
| 2024-06-14 | rewrite and rename issue-64153 to rmake.rs | Oneirical | -46/+32 |
| 2024-06-14 | Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgr | bors | -2/+20 |
| 2024-06-14 | Rollup merge of #126386 - GuillaumeGomez:migrate-run-make-allow-non-lint-warn... | Matthias Krüger | -2/+20 |
| 2024-06-13 | Update run-make-support/diff to new `fs_wrapper` API | Guillaume Gomez | -6/+4 |
| 2024-06-13 | Allow to bless diff tests | Guillaume Gomez | -1/+13 |
| 2024-06-13 | Implement `CompletedProcess::assert_stdout_contains` and improve error output | Guillaume Gomez | -2/+20 |
| 2024-06-13 | Auto merge of #126197 - jieyouxu:rmake-must-use, r=Kobzol | bors | -1/+43 |
| 2024-06-13 | Auto merge of #126374 - workingjubilee:rollup-tz0utfr, r=workingjubilee | bors | -0/+28 |
| 2024-06-12 | Rollup merge of #125674 - Oneirical:another-day-another-test, r=jieyouxu | Jubilee | -0/+28 |
| 2024-06-13 | Auto merge of #125165 - Oneirical:pgo-branch-weights, r=jieyouxu | bors | -6/+170 |
| 2024-06-12 | Rollup merge of #126036 - Oneirical:the-intelligent-intestor, r=jieyouxu | Michael Goulet | -0/+6 |
| 2024-06-12 | port symlinked-libraries to rmake | Oneirical | -16/+25 |