| Age | Commit message (Expand) | Author | Lines |
| 2024-05-17 | rewrite issue64319 and rename | Oneirical | -0/+6 |
| 2024-05-17 | Fix `htmldocck` function | Guillaume Gomez | -1/+1 |
| 2024-05-15 | Rollup merge of #125142 - GuillaumeGomez:migrate-rustdoc-themes, r=jieyouxu | León Orell Valerian Liehr | -0/+6 |
| 2024-05-15 | Add new `htmldocck` function to `run-make-support` | Guillaume Gomez | -0/+6 |
| 2024-05-14 | Port issue-11908 to rmake | Oneirical | -12/+49 |
| 2024-05-14 | Rollup merge of #125047 - Oneirical:test5, r=jieyouxu | Michael Goulet | -0/+13 |
| 2024-05-13 | lto function, static_library call, rename | Oneirical | -4/+3 |
| 2024-05-13 | Add `library_search_path` to `Rustdoc` | Guillaume Gomez | -0/+8 |
| 2024-05-13 | Add `target` method to `Rustdoc` type | Guillaume Gomez | -0/+6 |
| 2024-05-12 | rewrite issue-14500 to rmake | Oneirical | -0/+14 |
| 2024-05-12 | Migrate `rustdoc-scrape-examples-ordering` to `rmake` | Guillaume Gomez | -5/+6 |
| 2024-05-11 | Add `extern_` method to `Rustdoc` | Guillaume Gomez | -0/+15 |
| 2024-05-11 | Add `python_command` and `source_path` functions | Guillaume Gomez | -0/+9 |
| 2024-05-11 | Add `crate_name` method to `Rustdoc` and `Rustc` | Guillaume Gomez | -0/+14 |
| 2024-05-11 | Add `crate_type` method to `Rustdoc` | Guillaume Gomez | -0/+7 |
| 2024-05-06 | Add new `output` method to `Rustc` and `Rustdoc` types | Guillaume Gomez | -0/+14 |
| 2024-05-05 | Rename `run-make-support` library `output` method to `command_output` | Guillaume Gomez | -10/+10 |
| 2024-05-05 | Implement `edition` method on `Rustdoc` type as well | Guillaume Gomez | -0/+7 |
| 2024-05-03 | Add `Rustdoc::current_dir` method to run-make-support | Guillaume Gomez | -0/+6 |
| 2024-05-03 | Rollup merge of #124612 - Urgau:run-make-stdin, r=jieyouxu | Matthias Krüger | -17/+94 |
| 2024-05-02 | run-make-support: add support for stdin input with rustc/rustdoc | Urgau | -17/+94 |
| 2024-05-02 | run-make-support: preserve tooks.mk behavior for EXTRACXXFLAGS | 许杰友 Jieyou Xu (Joe) | -2/+3 |
| 2024-04-30 | Rollup merge of #124561 - GuillaumeGomez:run-make-normalize, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+47 |
| 2024-04-30 | Rollup merge of #124280 - beetrees:repr128-test-rmake, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-04-30 | Port repr128-dwarf run-make test to rmake | beetrees | -0/+2 |
| 2024-04-30 | Add `normalize()` in run-make `Diff` type | Guillaume Gomez | -3/+47 |
| 2024-04-25 | Rewrite `no-input-file.stderr` test in Rust and support diff | Jover Zhang | -0/+130 |
| 2024-04-17 | run-make-support: add clang and llvm-readobj command wrappers | 许杰友 Jieyou Xu (Joe) | -0/+121 |
| 2024-04-15 | mention json target specs in `run_make_support` | Rémy Rakic | -2/+1 |
| 2024-04-15 | add `link_arg` helper to `run_make_support` | Rémy Rakic | -0/+6 |
| 2024-04-15 | add regex to run_make_support | Rémy Rakic | -0/+2 |
| 2024-04-13 | run-make-support: add some top-level docs | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-04-13 | run-make-support: use macro to implement common methods | 许杰友 Jieyou Xu (Joe) | -112/+8 |
| 2024-04-13 | run-make-support: introduce macro for common methods to avoid repetition | 许杰友 Jieyou Xu (Joe) | -0/+124 |
| 2024-04-13 | run-make-support: make `handle_failed_output` take a `&Command` | 许杰友 Jieyou Xu (Joe) | -9/+9 |
| 2024-04-12 | Rollup merge of #123763 - cuviper:host-rpath-run-make-v2, r=jieyouxu | Matthias Krüger | -3/+20 |
| 2024-04-10 | Set the host library path in run-make v2 | Josh Stone | -3/+20 |
| 2024-04-10 | Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQK | Matthias Krüger | -0/+12 |
| 2024-04-09 | run-make: make arg take AsRef<OsStr> instead of str | 5225225 | -8/+3 |
| 2024-04-09 | Convert tests/run-make/cross-lang-lto-riscv-abi to rmake | kxxt | -0/+12 |
| 2024-04-08 | move exit-code to rmake | 5225225 | -0/+29 |
| 2024-04-06 | extend run-make test runner with some helper functions | Michael Baikov | -18/+30 |
| 2024-04-01 | Modify compiletest and run-make-support to support CC invocations in rmake.rs | 许杰友 Jieyou Xu (Joe) | -14/+298 |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -1/+23 |
| 2024-03-30 | Rewrite core-no-fp-fmt-parse in Rust | Oneirical | -0/+14 |
| 2024-03-24 | Rework rmake support library to have a weakly-typed API with helper methods | 许杰友 Jieyou Xu (Joe) | -177/+306 |
| 2024-03-23 | Add `Rustdoc` into `run-make-support` | Guillaume Gomez | -4/+37 |
| 2024-03-20 | Add a test | Ben Kimock | -0/+2 |
| 2024-03-11 | Convert some WebAssembly run-make tests to Rust | Alex Crichton | -4/+13 |
| 2024-02-29 | Add supporting infrastructure for `run-make` V2 tests | 许杰友 Jieyou Xu (Joe) | -0/+157 |