| Age | Commit message (Expand) | Author | Lines |
| 2024-06-17 | Rewrite and rename `issue-26092` to rmake | Oneirical | -51/+33 |
| 2024-06-17 | rewrite incremental-session-fail to rmake | Oneirical | -36/+34 |
| 2024-06-17 | rewrite `link-dedup` to rmake | Oneirical | -0/+32 |
| 2024-06-17 | Rewrite `link-arg` in rmake.rs | Oneirical | -5/+24 |
| 2024-06-17 | Add missing test annotation | Guillaume Gomez | -0/+2 |
| 2024-06-17 | Migrate `run-make/used` to `rmake.rs` | Guillaume Gomez | -7/+15 |
| 2024-06-16 | Auto merge of #126542 - GuillaumeGomez:migrate-run-make-duplicate-output-flav... | bors | -5/+6 |
| 2024-06-16 | Migrate `run-make/duplicate-output-flavors` to `rmake.rs` | Guillaume Gomez | -5/+6 |
| 2024-06-15 | Rollup merge of #126517 - GuillaumeGomez:migrate-run-make-dep-graph, r=Kobzol | Guillaume Gomez | -12/+18 |
| 2024-06-15 | Rollup merge of #126478 - GuillaumeGomez:migrate-run-make-codegen-options-par... | Guillaume Gomez | -34/+56 |
| 2024-06-15 | Migrate `run-make/dep-graph` to `rmake.rs` | Guillaume Gomez | -12/+18 |
| 2024-06-15 | Auto merge of #122613 - Zalathar:profiler, r=nnethercote | bors | -28/+1 |
| 2024-06-14 | rewrite native-link-modifier-verbatim-rustc to rmake | Oneirical | -12/+44 |
| 2024-06-14 | rewrite output-filename-overwrites-input to rmake | Oneirical | -14/+21 |
| 2024-06-14 | rewrite output-filename-conflicts-with-directory to rmake | Oneirical | -7/+11 |
| 2024-06-14 | rewrite error-found-staticlib-instead-crate to rmake | Oneirical | -5/+11 |
| 2024-06-14 | rewrite incremental-debugger-visualiser to rmake | Oneirical | -49/+61 |
| 2024-06-14 | rewrite extern-flag-fun to rmake | Oneirical | -20/+36 |
| 2024-06-14 | Pass target to run-make issue-47551 | Ana Hobden | -1/+2 |
| 2024-06-14 | rewrite invalid-staticlib to rmake | Oneirical | -5/+17 |
| 2024-06-14 | rewrite and rename issue-64153 to rmake.rs | Oneirical | -26/+37 |
| 2024-06-14 | Migrate `run-make/codegen-options-parsing` to `rmake.rs` | Guillaume Gomez | -34/+56 |
| 2024-06-14 | Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgr | bors | -17/+0 |
| 2024-06-14 | Remove `//@ ignore-windows-gnu` from tests that need the profiler | Zalathar | -25/+0 |
| 2024-06-14 | Use `-Zno-profiler-runtime` instead of `//@ needs-profiler-support` | Zalathar | -3/+1 |
| 2024-06-13 | Migrate `run-make/const_fn_mir` to `rmake.rs` | Guillaume Gomez | -6/+8 |
| 2024-06-13 | Make `run-make/allow-non-lint-warnings-cmdline` into a ui test | Guillaume Gomez | -13/+0 |
| 2024-06-13 | Migrate `run-make/allow-non-lint-warnings-cmdline` to `rmake.rs` | Guillaume Gomez | -12/+8 |
| 2024-06-13 | Auto merge of #126374 - workingjubilee:rollup-tz0utfr, r=workingjubilee | bors | -33/+53 |
| 2024-06-12 | Rollup merge of #125674 - Oneirical:another-day-another-test, r=jieyouxu | Jubilee | -33/+53 |
| 2024-06-13 | Auto merge of #125165 - Oneirical:pgo-branch-weights, r=jieyouxu | bors | -35/+45 |
| 2024-06-12 | Rollup merge of #126036 - Oneirical:the-intelligent-intestor, r=jieyouxu | Michael Goulet | -46/+42 |
| 2024-06-12 | rewrite output-with-hyphens to rmake format | Oneirical | -18/+29 |
| 2024-06-12 | rewrite inaccessible-temp-dir to rmake format | Oneirical | -32/+44 |
| 2024-06-12 | rewrite and rename issue-10971-temps-dir to rmake format | Oneirical | -10/+22 |
| 2024-06-12 | port symlinked-libraries to rmake | Oneirical | -25/+25 |
| 2024-06-12 | port symlinked-rlib to rmake | Oneirical | -22/+17 |
| 2024-06-12 | port symlinked-extern to rmake | Oneirical | -0/+25 |
| 2024-06-12 | rewrite pgo-branch-weights to rmake | Oneirical | -35/+45 |
| 2024-06-12 | Use `fs_wrapper` in `run-make/prefer-dylib` | Guillaume Gomez | -3/+2 |
| 2024-06-12 | Remove unused import in `run-make/prefer-dylib/rmake.rs` | Guillaume Gomez | -5/+3 |
| 2024-06-12 | Migrate `run-make/prefer-rlib` to `rmake.rs` | Guillaume Gomez | -9/+16 |
| 2024-06-11 | Rollup merge of #126174 - GuillaumeGomez:migrate-run-make-prefer-dylib, r=jie... | 许杰友 Jieyou Xu (Joe) | -9/+16 |
| 2024-06-11 | Add set_backtrace_level helper function to run_make_support | Oneirical | -13/+24 |
| 2024-06-11 | Auto merge of #125736 - Oneirical:run-make-file-management, r=jieyouxu | bors | -94/+90 |
| 2024-06-11 | Implement fs wrapper for run_make_support | Oneirical | -94/+90 |
| 2024-06-11 | Auto merge of #126274 - jieyouxu:rollup-uj93sfm, r=jieyouxu | bors | -7/+13 |
| 2024-06-11 | Rollup merge of #126186 - GuillaumeGomez:migrate-run-make-multiple-emits, r=j... | 许杰友 Jieyou Xu (Joe) | -7/+13 |
| 2024-06-11 | Migrate `tests/run-make/prefer-dylib` to `rmake.rs` | Guillaume Gomez | -9/+16 |
| 2024-06-11 | Migrate `run-make/multiple-emits` to `rmake.rs` | Guillaume Gomez | -7/+13 |