| 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 | -1/+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-12-14 | don't show the full linker args unless `--verbose` is passed | jyn | -2/+4 | |
| 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 | Enable msvc for link-args-order | Chris Denton | -6/+5 | |
| 2024-06-19 | make assert_stderr_contains print its contents on panic | Oneirical | -8/+11 | |
| 2024-06-18 | Rewrite lto-readonly-lib to rmake | Oneirical | -30/+18 | |
| 2024-06-18 | Rewrite link-args-order to rmake | Oneirical | -10/+39 | |
| 2023-03-30 | Move almost all run-make-fulldeps to run-make | Joshua Nelson | -0/+11 | |
| They pass fine. | ||||
