| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-10 | Use `is_windows_msvc` instead of `is_msvc` in run-make tests | Jieyou Xu | -2/+2 | |
| 2025-06-19 | Adjust some run-make tests on cross-compile | Jieyou Xu | -4/+6 | |
| 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-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -6/+6 | |
| the linker arguments can be *very* long, especially for crates with many dependencies. some parts of them are not very useful. unless specifically requested: - omit object files specific to the current invocation - fold rlib files into a single braced argument (in shell expansion format) this shortens the output significantly without removing too much information. | ||||
| 2024-08-04 | run-make: enable msvc for link-dedup | Chris Denton | -8/+25 | |
| 2024-06-17 | Rewrite and rename `issue-26092` to rmake | Oneirical | -30/+10 | |
| 2024-06-17 | rewrite `link-dedup` to rmake | Oneirical | -0/+32 | |
| 2023-03-30 | Move almost all run-make-fulldeps to run-make | Joshua Nelson | -0/+39 | |
| They pass fine. | ||||
