| Age | Commit message (Expand) | Author | Lines |
| 2024-06-12 | port symlinked-extern to rmake | Oneirical | -2/+21 |
| 2024-06-12 | rewrite pgo-branch-weights to rmake | Oneirical | -6/+170 |
| 2024-06-11 | run-make-support: update changelog | 许杰友 Jieyou Xu (Joe) | -0/+16 |
| 2024-06-11 | run-make-support: bump version | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-11 | run-make-support: add #[must_use] annotations | 许杰友 Jieyou Xu (Joe) | -0/+26 |
| 2024-06-11 | Add set_backtrace_level helper function to run_make_support | Oneirical | -0/+6 |
| 2024-06-11 | Auto merge of #125736 - Oneirical:run-make-file-management, r=jieyouxu | bors | -14/+121 |
| 2024-06-11 | Implement fs wrapper for run_make_support | Oneirical | -14/+121 |
| 2024-06-11 | Auto merge of #126274 - jieyouxu:rollup-uj93sfm, r=jieyouxu | bors | -0/+5 |
| 2024-06-11 | Rollup merge of #126186 - GuillaumeGomez:migrate-run-make-multiple-emits, r=j... | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-06-11 | Add `path` function to `run-make-support` | Guillaume Gomez | -0/+5 |
| 2024-06-11 | Auto merge of #125752 - jieyouxu:kaboom, r=Kobzol | bors | -71/+271 |
| 2024-06-11 | run-make-support: add changelog | 许杰友 Jieyou Xu (Joe) | -0/+67 |
| 2024-06-11 | run-make-support: bump version | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-11 | run-make-support: arm command with drop bombs | 许杰友 Jieyou Xu (Joe) | -64/+137 |
| 2024-06-11 | run-make-support: add drop bomb module | 许杰友 Jieyou Xu (Joe) | -0/+66 |
| 2024-06-11 | run-make-support: remove `env_var` | 许杰友 Jieyou Xu (Joe) | -6/+0 |
| 2024-06-11 | Rollup merge of #126253 - Kobzol:run-make-assert-ref-self, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2024-06-11 | Take `&self` in `CompletedProcess` assert matchers | Jakub Beránek | -6/+6 |
| 2024-06-10 | migrate tests/run-make/llvm-outputs to use rmake.rs | binarycat | -0/+7 |
| 2024-06-09 | Fix documentation for `impl_common_helpers` in `run-make-support` | Jakub Beránek | -14/+6 |
| 2024-06-08 | Migrate runmake tests away from custom commands and `command_output` | Jakub Beránek | -34/+90 |
| 2024-06-08 | Introduce a custom `Command` wrapper in `run-make-support` | Jakub Beránek | -122/+129 |
| 2024-06-08 | Auto merge of #126097 - Kobzol:runmake-change-cwd, r=jieyouxu | bors | -43/+42 |
| 2024-06-08 | Remove unnecessary functions and the last mention of TMPDIR from `run-make-su... | Jakub Beránek | -20/+1 |
| 2024-06-07 | Small refactoring | Jakub Beránek | -9/+7 |
| 2024-06-07 | Remove all usages of `tmp_dir` from tests | Jakub Beránek | -4/+7 |
| 2024-06-07 | Remove dependence on `tmp_dir` | Jakub Beránek | -18/+12 |
| 2024-06-07 | Fix `mixing-formats` run-make test | Jakub Beránek | -3/+26 |
| 2024-06-07 | Rename `S` environment variable to `SOURCE_ROOT` in run-make tests | Jakub Beránek | -1/+1 |
| 2024-06-06 | Do not use relative paths to Rust source root in run-make tests | Jakub Beránek | -2/+3 |
| 2024-06-05 | Rollup merge of #125683 - Oneirical:patience-testing-test, r=jieyouxu | Jubilee | -0/+6 |
| 2024-06-04 | Create `run-make` `env_var` and `env_var_os` helpers | Guillaume Gomez | -34/+44 |
| 2024-06-03 | Auto merge of #125383 - Oneirical:bundle-them-up, r=jieyouxu | bors | -2/+2 |
| 2024-06-02 | Remove some allowed-makefiles | Oneirical | -2/+2 |
| 2024-06-02 | Add `dynamic_lib_extension` and `read_dir` functions to `run-make-support` li... | Guillaume Gomez | -12/+26 |
| 2024-06-01 | Add `Cc::output` method | Guillaume Gomez | -0/+7 |
| 2024-05-30 | Rollup merge of #125723 - GuillaumeGomez:migrate-run-make-crate-data-smoke, r... | León Orell Valerian Liehr | -2/+8 |
| 2024-05-29 | Add `run-make-support::rust_lib_name` | Guillaume Gomez | -1/+7 |
| 2024-05-29 | Migrate `run-make/crate-data-smoke` to `rmake.rs` | Guillaume Gomez | -1/+1 |
| 2024-05-29 | Convert run-make/windows-safeseh to rmake | Chris Denton | -0/+6 |
| 2024-05-29 | Rollup merge of #125639 - ChrisDenton:run-make-support-doc, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-05-28 | rewrite resolve-rename in rmake | Oneirical | -0/+6 |
| 2024-05-28 | Add `assert_not_contains` to `run-make-support` library | Guillaume Gomez | -0/+11 |
| 2024-05-28 | Fix run-make-support doc errors | Chris Denton | -3/+3 |
| 2024-05-27 | Add `Rustdoc::output_format` | Guillaume Gomez | -0/+7 |
| 2024-05-27 | Add file path in case it cannot be read in `Diff::actual_file` | Guillaume Gomez | -1/+4 |
| 2024-05-27 | Add `copy_dir_all` and `recursive_diff` functions to `run-make-support` | Guillaume Gomez | -0/+67 |
| 2024-05-22 | rewrite and rename `issue-24445` to rmake | Oneirical | -0/+8 |
| 2024-05-22 | Rewrite `core-no-oom-handling` as rmake.rs | Oneirical | -1/+8 |