| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-19 | Adjust some run-make tests on cross-compile | Jieyou Xu | -2/+2 | |
| 2025-06-12 | ignore `run-make` tests that need `std` on `no_std` targets | Folkert de Vries | -0/+2 | |
| In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda` | ||||
| 2024-08-15 | About rmake tests | Guillaume Gomez | -1/+1 | |
| 2024-06-08 | Migrate runmake tests away from custom commands and `command_output` | Jakub Beránek | -6/+7 | |
| 2024-06-07 | Remove all usages of `tmp_dir` from tests | Jakub Beránek | -2/+2 | |
| 2024-05-06 | Add new `output` method to `Rustc` and `Rustdoc` types | Guillaume Gomez | -1/+1 | |
| 2024-05-03 | Allow `fmt` to run on `rmake.rs` test files | Guillaume Gomez | -23/+7 | |
| 2024-05-02 | Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;` | León Orell Valerian Liehr | -2/+0 | |
| 2024-04-09 | run-make: make arg take AsRef<OsStr> instead of str | 5225225 | -1/+2 | |
| 2024-04-08 | move exit-code to rmake | 5225225 | -12/+42 | |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -1/+1 | |
| Implement rust-lang/compiler-team#578. When an ICE is encountered on nightly releases, the new rustc panic handler will also write the contents of the backtrace to disk. If any `delay_span_bug`s are encountered, their backtrace is also added to the file. The platform and rustc version will also be collected. | ||||
| 2023-03-30 | ignore failing cross-compiled run-make tests | Joshua Nelson | -0/+1 | |
| `run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now. | ||||
| 2023-03-30 | Move almost all run-make-fulldeps to run-make | Joshua Nelson | -0/+24 | |
| They pass fine. | ||||
