| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-10-11 | compiletest: Remove the magic hacks for finding output with `lto=thin` | Zalathar | -4/+0 | |
| This hack was intended to handle the case where `-Clto=thin` causes the compiler to emit multiple output files (when producing LLVM-IR or assembly). The hack only affects 4 tests, of which 3 are just meta-tests for the hack itself. The one remaining test that motivated the hack currently doesn't even need it! (`tests/codegen/issues/issue-81408-dllimport-thinlto-windows.rs`) | ||||
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-01-18 | coverage: Format all remaining tests | Zalathar | -2/+1 | |
| These tests can simply be reformatted as normal, because the resulting changes are unimportant. | ||||
| 2023-11-30 | Add thinlto support to codegen, assembly and coverage tests | DianQK | -0/+5 | |
