| Age | Commit message (Expand) | Author | Lines |
| 2024-05-13 | lto function, static_library call, rename | Oneirical | -4/+4 |
| 2024-05-13 | fix fmt | Oneirical | -2/+1 |
| 2024-05-13 | Rollup merge of #125071 - GuillaumeGomez:migrate-rustdoc-target-spec-json-pat... | Matthias Krüger | -9/+14 |
| 2024-05-13 | Migrate `run-make/rustdoc-target-spec-json-path` to rmake | Guillaume Gomez | -9/+14 |
| 2024-05-13 | Auto merge of #125024 - Oneirical:master, r=jieyouxu | bors | -22/+45 |
| 2024-05-12 | fix function call and import | Oneirical | -2/+2 |
| 2024-05-12 | make tidy happy | Oneirical | -9/+4 |
| 2024-05-12 | rewrite issue-14500 to rmake | Oneirical | -15/+31 |
| 2024-05-12 | Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde... | Guillaume Gomez | -5/+55 |
| 2024-05-12 | Migrate `rustdoc-scrape-examples-ordering` to `rmake` | Guillaume Gomez | -5/+55 |
| 2024-05-11 | Make tidy happy | Julien | -4/+2 |
| 2024-05-11 | remove trailing whitespace | Julien | -1/+1 |
| 2024-05-11 | Port c-link-to-rust-va-list-fn to Rust | Oneirical | -7/+21 |
| 2024-05-11 | make tidy happy | Oneirical | -3/+6 |
| 2024-05-11 | rewrite alloc tests & remove import | Oneirical | -22/+42 |
| 2024-05-11 | Migrate `run-make/rustdoc-shared-flags` to rmake | Guillaume Gomez | -18/+14 |
| 2024-05-10 | Rollup merge of #124888 - GuillaumeGomez:migrate-rustdoc-output-path, r=jieyouxu | Matthias Krüger | -4/+9 |
| 2024-05-10 | Auto merge of #124774 - the8472:subnanosecond-benches, r=jhpratt | bors | -1/+1 |
| 2024-05-10 | Migrate `run-make/rustdoc-output-path` to rmake | Guillaume Gomez | -4/+9 |
| 2024-05-09 | Auto merge of #124847 - Oneirical:master, r=jieyouxu | bors | -0/+70 |
| 2024-05-09 | add FIXME | Julien | -1/+1 |
| 2024-05-08 | correct comments | Oneirical | -16/+19 |
| 2024-05-08 | Migrate `run-make/rustdoc-map-file` to rmake | Guillaume Gomez | -5/+15 |
| 2024-05-07 | Update Makefiles with explanatory comments | Julien | -0/+67 |
| 2024-05-06 | Migrate `run-make/rustdoc-error-lines` to `rmake.rs` | Guillaume Gomez | -13/+22 |
| 2024-05-06 | Add new `output` method to `Rustc` and `Rustdoc` types | Guillaume Gomez | -15/+16 |
| 2024-05-06 | print walltime benchmarks with subnanosecond precision | The 8472 | -1/+1 |
| 2024-05-05 | Rename `run-make-support` library `output` method to `command_output` | Guillaume Gomez | -2/+3 |
| 2024-05-05 | Migrate `run-make/doctests-runtool` to rmake | Guillaume Gomez | -20/+39 |
| 2024-05-04 | Add `-` (stdin) support to rustdoc | Urgau | -0/+25 |
| 2024-05-04 | Rollup merge of #124698 - JoverZhang:test-rustdoc-determinism, r=jieyouxu | Matthias Krüger | -16/+18 |
| 2024-05-04 | Rewrite `rustdoc-determinism` test in Rust | Jover Zhang | -16/+18 |
| 2024-05-03 | Migrate `run-make/doctests-keep-binaries` to new `rmake.rs` format | Guillaume Gomez | -33/+68 |
| 2024-05-03 | Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkan | Matthias Krüger | -68/+37 |
| 2024-05-03 | Rollup merge of #124612 - Urgau:run-make-stdin, r=jieyouxu | Matthias Krüger | -7/+26 |
| 2024-05-03 | Allow `fmt` to run on `rmake.rs` test files | Guillaume Gomez | -68/+37 |
| 2024-05-03 | run-make: port stdin-rustc to Rust-based rmake.rs | Urgau | -7/+26 |
| 2024-05-02 | Rollup merge of #124622 - fmease:yeet-extern-crate-run_make_support, r=jieyouxu | Matthias Krüger | -55/+0 |
| 2024-05-02 | Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwco | Matthias Krüger | -3/+1 |
| 2024-05-02 | Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;` | León Orell Valerian Liehr | -55/+0 |
| 2024-04-30 | Rollup merge of #124280 - beetrees:repr128-test-rmake, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -17/+79 |
| 2024-04-30 | Port repr128-dwarf run-make test to rmake | beetrees | -17/+79 |
| 2024-04-28 | Use named struct arguments instead of comment named args | Urgau | -60/+67 |
| 2024-04-28 | Port print-cfg run-make to Rust-based rmake.rs | Urgau | -37/+167 |
| 2024-04-27 | Also support MSVC in print-native-static-libs test | Urgau | -5/+18 |
| 2024-04-26 | Port run-make `--print=native-static-libs` to rmake.rs | Urgau | -19/+63 |
| 2024-04-25 | Keep the LIB env var in the compiler-builtins test | Daniel Paoliello | -1/+4 |
| 2024-04-25 | Add `--print=check-cfg` to get the expected configs | Urgau | -0/+107 |
| 2024-04-25 | Rollup merge of #124257 - JoverZhang:rmake-diff, r=jieyouxu | Matthias Krüger | -4/+9 |
| 2024-04-25 | Rewrite `no-input-file.stderr` test in Rust and support diff | Jover Zhang | -4/+9 |