| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-12 | ignore `run-make` tests that need `std` on `no_std` targets | Folkert de Vries | -0/+1 | |
| In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda` | ||||
| 2025-04-02 | Update `run-make` tests to no longer use `aux_build` | Jieyou Xu | -2/+2 | |
| 2024-08-10 | remove unused imports from rmake tests | Rémy Rakic | -2/+0 | |
| 2024-07-17 | tests: update for `rfs` rename | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-07-17 | tests: update for renamed `fs` module in run_make_support | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2024-06-17 | Rewrite and rename `issue-26092` to rmake | Oneirical | -1/+0 | |
| 2024-06-11 | Implement fs wrapper for run_make_support | Oneirical | -2/+2 | |
| 2024-06-08 | Migrate runmake tests away from custom commands and `command_output` | Jakub Beránek | -7/+3 | |
| 2024-06-08 | Auto merge of #126097 - Kobzol:runmake-change-cwd, r=jieyouxu | bors | -5/+5 | |
| Change how runmake v2 tests are executed This PR makes execution of v2 runmake tests more sane, by executing each test in a temporary directory by default, rather than running it inside `tests/run-make`. This will have.. a lot of conflicts. Fixes: https://github.com/rust-lang/rust/issues/126080 Closes https://github.com/rust-lang/rust/issues/125726, because it removes `tmp_dir`, lol. r? `@jieyouxu` try-job: x86_64-msvc | ||||
| 2024-06-07 | Remove all usages of `tmp_dir` from tests | Jakub Beránek | -5/+5 | |
| 2024-06-07 | Do not pass source root when building run-make tests | Jakub Beránek | -2/+2 | |
| 2024-05-05 | Rename `run-make-support` library `output` method to `command_output` | Guillaume Gomez | -1/+2 | |
| 2024-05-03 | Allow `fmt` to run on `rmake.rs` test files | Guillaume Gomez | -6/+2 | |
| 2024-05-02 | Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;` | León Orell Valerian Liehr | -2/+0 | |
| 2024-03-24 | Rework rmake support library to have a weakly-typed API with helper methods | 许杰友 Jieyou Xu (Joe) | -10/+11 | |
| 2024-02-29 | Add supporting infrastructure for `run-make` V2 tests | 许杰友 Jieyou Xu (Joe) | -6/+27 | |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -0/+15 | |
| this avoids having to rebuild the whole compiler on each commit when `omit-git-hash = false`. | ||||
