| Age | Commit message (Expand) | Author | Lines |
| 2024-07-05 | rewrite pgo-gen to rmake | Oneirical | -11/+18 |
| 2024-07-05 | rewrite emit-path-unhashed to rmake | Oneirical | -37/+34 |
| 2024-07-05 | rewrite emit-shared-files to rmake | Oneirical | -46/+102 |
| 2024-07-05 | Rollup merge of #127359 - GuillaumeGomez:improve-run-make-llvm-ident-code, r=... | Guillaume Gomez | -1/+1 |
| 2024-07-05 | Improve code of `run-make/llvm-ident` test | Guillaume Gomez | -1/+1 |
| 2024-07-04 | rewrite pass-linker-flags-flavor to rmake | Oneirical | -13/+86 |
| 2024-07-04 | rewrite pass-linker-flags to rmake | Oneirical | -5/+27 |
| 2024-07-04 | rewrite target-cpu-native to rmake | Oneirical | -20/+16 |
| 2024-07-04 | rewrite target-specs to rmake | Oneirical | -12/+71 |
| 2024-07-04 | add shallow_find_files helper function to run-make-support | Oneirical | -10/+35 |
| 2024-07-04 | rewrite rmeta-preferred to rmake | Oneirical | -20/+20 |
| 2024-07-04 | rewrite and rename issue-40535 to rmake | Oneirical | -13/+14 |
| 2024-07-04 | rewrite optimization-remarks-dir to rmake | Oneirical | -15/+39 |
| 2024-07-04 | rewrite optimization-remarks-dir-pgo to rmake | Oneirical | -17/+19 |
| 2024-07-04 | rewrite and rename include_bytes_deps to rmake | Oneirical | -7/+15 |
| 2024-07-03 | Auto merge of #127296 - matthiaskrgr:rollup-1t1isa7, r=matthiaskrgr | bors | -2/+7 |
| 2024-07-03 | Rollup merge of #127280 - ferrocene:hoverbear/disable-rmake-rustdoc-io-error,... | Matthias Krüger | -2/+7 |
| 2024-07-03 | Auto merge of #127044 - Oneirical:fantestic-journey, r=Kobzol,jieyouxu | bors | -70/+102 |
| 2024-07-03 | Disable rmake test rustdoc-io-error on riscv64gc-gnu | Ana Hobden | -2/+7 |
| 2024-07-03 | Auto merge of #127278 - matthiaskrgr:rollup-fjexkdr, r=matthiaskrgr | bors | -1/+1 |
| 2024-07-03 | Rollup merge of #127264 - GuillaumeGomez:run-make-support-api-improvements, r... | Matthias Krüger | -1/+1 |
| 2024-07-03 | Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoerister | bors | -0/+20 |
| 2024-07-03 | Small `run-make-support` API improvements | Guillaume Gomez | -1/+1 |
| 2024-07-02 | rewrite test-harness to rmake | Oneirical | -10/+28 |
| 2024-07-02 | rewrite msvc-opt-minsize to ui test | Oneirical | -25/+0 |
| 2024-07-02 | rewrite and rename issue-47384 to rmake | Oneirical | -12/+29 |
| 2024-07-02 | rewrite rlib-chain to rmake | Oneirical | -13/+26 |
| 2024-07-02 | rewrite dylib-chain to rmake | Oneirical | -13/+22 |
| 2024-07-02 | Disable rmake test inaccessible-temp-dir on riscv64 | Ana Hobden | -2/+6 |
| 2024-07-02 | linker: Link dylib crates by path | Vadim Petrochenkov | -0/+20 |
| 2024-07-01 | Auto merge of #126941 - GuillaumeGomez:migrate-run-make-llvm-ident, r=Kobzol | bors | -19/+41 |
| 2024-07-01 | Rollup merge of #127201 - GuillaumeGomez:improve-run-make-support, r=Kobzol | Guillaume Gomez | -5/+5 |
| 2024-07-01 | Rollup merge of #126880 - Rejyr:migrate-rmake-vw, r=Kobzol | Guillaume Gomez | -65/+80 |
| 2024-07-01 | Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2024-07-01 | Migrate `run-make/llvm-ident` to `rmake.rs` | Guillaume Gomez | -19/+41 |
| 2024-07-01 | Improve `target` method API in `run-make-support` | Guillaume Gomez | -3/+3 |
| 2024-07-01 | Improve `run-make-support` API for `assert*` functions | Guillaume Gomez | -2/+2 |
| 2024-06-30 | Improve `run-make-support` library `args` API | Guillaume Gomez | -16/+12 |
| 2024-06-29 | Rollup merge of #127081 - Kobzol:lld-test, r=onur-ozkan | Matthias Krüger | -2/+32 |
| 2024-06-29 | Auto merge of #126801 - Oneirical:seek-and-testroy, r=Kobzol | bors | -75/+151 |
| 2024-06-29 | Refactor `compressed-debuginfo` to use `llvm_readobj` | Jerry Wang | -3/+2 |
| 2024-06-29 | Refactor `wasm-abi` to use `cmd` | Jerry Wang | -7/+4 |
| 2024-06-29 | Migrate `wasm-exceptions-nostd` to `rmake` | Jerry Wang | -14/+20 |
| 2024-06-29 | Migrate `wasm-override-linker` to `rmake` | Jerry Wang | -16/+17 |
| 2024-06-29 | Migrate `weird-output-filenames` to `rmake` | Jerry Wang | -15/+19 |
| 2024-06-29 | Migrate `volatile-intrinsics` to `rmake` | Jerry Wang | -10/+18 |
| 2024-06-29 | Rollup merge of #127116 - GuillaumeGomez:run-make-return-non-c-like-enum, r=K... | Guillaume Gomez | -8/+18 |
| 2024-06-29 | Rollup merge of #127041 - GuillaumeGomez:run-make-override-aliased-flags, r=K... | Guillaume Gomez | -23/+24 |
| 2024-06-29 | Rollup merge of #126995 - Oneirical:test-friends-forever, r=Kobzol | Guillaume Gomez | -28/+75 |
| 2024-06-29 | Rollup merge of #126805 - Oneirical:weaves-of-testiny, r=Kobzol | Guillaume Gomez | -40/+67 |