| Age | Commit message (Expand) | Author | Lines |
| 2024-06-12 | Rollup merge of #125674 - Oneirical:another-day-another-test, r=jieyouxu | Jubilee | -3/+0 |
| 2024-06-13 | Auto merge of #125165 - Oneirical:pgo-branch-weights, r=jieyouxu | bors | -1/+0 |
| 2024-06-12 | Improve error message if dependency installation in tidy fails | Jakub Beránek | -2/+7 |
| 2024-06-12 | Rollup merge of #126036 - Oneirical:the-intelligent-intestor, r=jieyouxu | Michael Goulet | -1/+0 |
| 2024-06-12 | Rollup merge of #126019 - tbu-:pr_unsafe_env_fixme, r=fee1-dead | Michael Goulet | -1/+3 |
| 2024-06-12 | Add a `ignore-tidy-todo` to ignore the tidy TODO comment check | Tobias Bucher | -1/+3 |
| 2024-06-12 | rewrite output-with-hyphens to rmake format | Oneirical | -1/+0 |
| 2024-06-12 | rewrite inaccessible-temp-dir to rmake format | Oneirical | -1/+0 |
| 2024-06-12 | rewrite and rename issue-10971-temps-dir to rmake format | Oneirical | -1/+0 |
| 2024-06-12 | port symlinked-libraries to rmake | Oneirical | -1/+0 |
| 2024-06-12 | port symlinked-rlib to rmake | Oneirical | -1/+0 |
| 2024-06-12 | port symlinked-extern to rmake | Oneirical | -1/+0 |
| 2024-06-12 | Auto merge of #125141 - SergioGasquez:feat/no_std-xtensa, r=davidtwco | bors | -0/+4 |
| 2024-06-12 | rewrite pgo-branch-weights to rmake | Oneirical | -1/+0 |
| 2024-06-12 | Rollup merge of #126310 - GuillaumeGomez:migrate-run-make-prefer-rlib, r=Kobzol | Jubilee | -1/+0 |
| 2024-06-12 | Rollup merge of #126256 - ferrocene:lw-target-subst, r=albertlarsan68 | Jubilee | -3/+3 |
| 2024-06-12 | Migrate `run-make/prefer-rlib` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-11 | Rollup merge of #126174 - GuillaumeGomez:migrate-run-make-prefer-dylib, r=jie... | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-06-11 | Rollup merge of #126186 - GuillaumeGomez:migrate-run-make-multiple-emits, r=j... | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-06-11 | Migrate `tests/run-make/prefer-dylib` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-11 | Migrate `run-make/multiple-emits` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-11 | Add {{target}} substitution to compiletest | Lukas Wirth | -3/+3 |
| 2024-06-10 | Rollup merge of #126211 - lolbinarycat:llvm-outputs-rmake, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-06-10 | migrate tests/run-make/llvm-outputs to use rmake.rs | binarycat | -1/+0 |
| 2024-06-09 | Auto merge of #126205 - jieyouxu:rollup-s64z5ng, r=jieyouxu | bors | -31/+2 |
| 2024-06-09 | Rollup merge of #126172 - clubby789:cargo-update, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -31/+2 |
| 2024-06-09 | Rollup merge of #125465 - weihanglo:opt-dist-vendor, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+41 |
| 2024-06-09 | rewrite `short-ice` in `rmake` format | Oneirical | -1/+0 |
| 2024-06-09 | tidy: add license exceptions for rustc-perf | Weihang Lo | -1/+41 |
| 2024-06-09 | Update `icu4x` dependencies | clubby789 | -31/+2 |
| 2024-06-08 | Use --quiet flag when installing pip dependencies | Jakub Beránek | -1/+1 |
| 2024-06-06 | Rollup merge of #126064 - GuillaumeGomez:migrate-run-make-manual-crate-name, ... | Jubilee | -1/+0 |
| 2024-06-06 | Migrate `run-make/manual-crate-name` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-06 | skip `src/tools/libcxx-version` from tidy | onur-ozkan | -0/+1 |
| 2024-06-05 | Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2024-06-05 | Rollup merge of #125683 - Oneirical:patience-testing-test, r=jieyouxu | Jubilee | -3/+0 |
| 2024-06-04 | rewrite suspicious-library in rmake | Oneirical | -1/+0 |
| 2024-06-04 | Give test a more useful name | Oli Scherer | -1/+0 |
| 2024-06-04 | Move tests to a more appropriate directory | Oli Scherer | -1/+1 |
| 2024-06-04 | Show that it will pick up the entirely wrong function as a private candidate | Oli Scherer | -1/+1 |
| 2024-06-03 | Revert "Rollup merge of #125472 - erikdesjardins:component, r=clubby789" | Erik Desjardins | -34/+0 |
| 2024-06-03 | Auto merge of #125383 - Oneirical:bundle-them-up, r=jieyouxu | bors | -3/+0 |
| 2024-06-02 | Remove some allowed-makefiles | Oneirical | -3/+0 |
| 2024-06-02 | Rollup merge of #125808 - GuillaumeGomez:migrate-run-make-c-link-to-rust-dyli... | Jubilee | -1/+0 |
| 2024-06-02 | Rollup merge of #125849 - GuillaumeGomez:migrate-emit-named-files, r=jieyouxu | Jubilee | -1/+0 |
| 2024-06-02 | Migrate `run-make/c-link-to-rust-dylib` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-01 | Migrate `run-make/emit-named-files` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-06-01 | Migrate `run-make/cdylib` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-30 | compiletest: clarify COMPILETEST_NEEDS_ALL_LLVM_COMPONENTS error | Ralf Jung | -0/+3 |
| 2024-05-30 | Auto merge of #125744 - fmease:rollup-ky7d098, r=fmease | bors | -5/+0 |