about summary refs log tree commit diff
path: root/tests/run-make/profile
AgeCommit message (Collapse)AuthorLines
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-22/+0
2024-10-09Rename directive `needs-profiler-support` to `needs-profiler-runtime`Zalathar-1/+1
2024-08-29Use path instead of Path in some run-make testsOneirical-6/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-07-05rewrite profile to rmakeOneirical-13/+22
2023-08-30`ignore-cross-compile` remaining tests that run binariesLukas Wirth-0/+1
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+13
They pass fine.