| Age | Commit message (Expand) | Author | Lines |
| 2024-05-22 | rewrite issue-30063 | Oneirical | -36/+38 |
| 2024-05-22 | rewrite and rename `issue-24445` to rmake | Oneirical | -11/+36 |
| 2024-05-22 | Rewrite `core-no-oom-handling` as rmake.rs | Oneirical | -6/+16 |
| 2024-05-22 | Migrate `run-make/rustdoc-scrape-examples-macros` to `rmake.rs` | Guillaume Gomez | -19/+64 |
| 2024-05-21 | Rollup merge of #125357 - GuillaumeGomez:migrate-rustdoc-scrape-examples-mult... | Matthias Krüger | -26/+6 |
| 2024-05-21 | Rollup merge of #125218 - Oneirical:easy-test-the-third, r=jieyouxu | Matthias Krüger | -8/+17 |
| 2024-05-21 | Migrate `run-make/rustdoc-scrape-examples-multiple` to `rmake.rs` | Guillaume Gomez | -26/+6 |
| 2024-05-20 | simplify | Oneirical | -9/+4 |
| 2024-05-21 | Rollup merge of #124050 - saethlin:less-sysroot-libc, r=ChrisDenton | Matthias Krüger | -8/+3 |
| 2024-05-20 | Rollup merge of #125318 - GuillaumeGomez:migrate-rustdoc-examples-whitespaces... | Matthias Krüger | -5/+6 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -2/+2 |
| 2024-05-20 | Fix up a few more tests | Ben Kimock | -8/+3 |
| 2024-05-20 | Migrate `run-make/rustdoc-scrape-examples-whitespace` to `rmake.rs` | Guillaume Gomez | -5/+6 |
| 2024-05-19 | Migrate `run-make/rustdoc-scrape-examples-test` to new `rmake.rs` | Guillaume Gomez | -10/+11 |
| 2024-05-18 | Migrate `run-make/rustdoc-scrape-examples-invalid-expr` to `rmake.rs` | Guillaume Gomez | -5/+6 |
| 2024-05-18 | Auto merge of #124611 - Urgau:rustdoc-stdin, r=GuillaumeGomez | bors | -0/+25 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -2/+2 |
| 2024-05-18 | Rollup merge of #125221 - Oneirical:fourth, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -5/+13 |
| 2024-05-18 | Rollup merge of #125215 - Oneirical:easy-test-the-second, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -40/+45 |
| 2024-05-18 | Rollup merge of #125213 - Oneirical:easy-test, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -8/+15 |
| 2024-05-17 | fix: swap the error codes | Oneirical | -2/+2 |
| 2024-05-17 | missing import | Julien | -0/+1 |
| 2024-05-17 | rewrite and rename issue-28766 | Oneirical | -5/+13 |
| 2024-05-17 | tidy fix | Oneirical | -2/+2 |
| 2024-05-17 | rewrite no-intermediate-extras | Oneirical | -8/+21 |
| 2024-05-17 | rewrite issue64319 and rename | Oneirical | -40/+45 |
| 2024-05-17 | Rewrite static-unwinding as rmake.rs | Oneirical | -8/+15 |
| 2024-05-17 | Use common `scrape.rs` file | Guillaume Gomez | -46/+3 |
| 2024-05-17 | Migrate `run-make/rustdoc-scrape-examples-remap` to `rmake.rs` | Guillaume Gomez | -5/+54 |
| 2024-05-17 | Auto merge of #125178 - GuillaumeGomez:migrate-rustdoc-with-out-dir, r=jieyouxu | bors | -10/+9 |
| 2024-05-17 | Add missing assert! calls | Guillaume Gomez | -2/+2 |
| 2024-05-17 | Migrate `run-make/rustdoc-with-out-dir-option` to new `rmake.rs` | Guillaume Gomez | -8/+7 |
| 2024-05-16 | test rust-lld is on by default on the x64 linux target | Rémy Rakic | -0/+48 |
| 2024-05-15 | Rollup merge of #125146 - Oneirical:panic-impl, r=jieyouxu | León Orell Valerian Liehr | -7/+19 |
| 2024-05-15 | Rollup merge of #125142 - GuillaumeGomez:migrate-rustdoc-themes, r=jieyouxu | León Orell Valerian Liehr | -19/+33 |
| 2024-05-15 | fix tidy | Oneirical | -1/+6 |
| 2024-05-15 | rewrite panic-impl-transitive | Oneirical | -7/+14 |
| 2024-05-15 | Rollup merge of #125104 - Oneirical:test6, r=jieyouxu | León Orell Valerian Liehr | -16/+16 |
| 2024-05-15 | Rollup merge of #125027 - Oneirical:c-test-with-remove, r=jieyouxu | León Orell Valerian Liehr | -16/+15 |
| 2024-05-15 | Migrate `run-make/rustdoc-themes` to new rmake | Guillaume Gomez | -11/+31 |
| 2024-05-15 | Add new `htmldocck` function to `run-make-support` | Guillaume Gomez | -8/+2 |
| 2024-05-14 | fix the test | Oneirical | -5/+1 |
| 2024-05-14 | Port issue-11908 to rmake | Oneirical | -24/+30 |
| 2024-05-14 | port no-cdylib-as-rdylib test | Oneirical | -16/+16 |
| 2024-05-14 | remove cxx_flags | Julien | -2/+1 |
| 2024-05-14 | rewrite c-link-to-rust-staticlib | Oneirical | -16/+20 |
| 2024-05-14 | Rollup merge of #125118 - GuillaumeGomez:cleanup-run-make, r=jieyouxu | Michael Goulet | -12/+6 |
| 2024-05-14 | Rollup merge of #125047 - Oneirical:test5, r=jieyouxu | Michael Goulet | -15/+26 |
| 2024-05-14 | Use new utility functions/methods in run-make tests | Guillaume Gomez | -12/+6 |
| 2024-05-14 | Auto merge of #125026 - Oneirical:clink-tests, r=jieyouxu | bors | -7/+18 |