| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -2/+2 | |
| And suggest adding the `#[coroutine]` to the closure | ||||
| 2024-01-18 | coverage: Format all remaining tests | Zalathar | -8/+8 | |
| These tests can simply be reformatted as normal, because the resulting changes are unimportant. | ||||
| 2023-11-25 | coverage: Simplify building coverage expressions based on sums | Zalathar | -4/+4 | |
| In some cases we need to prepare a coverage expression that is the sum of an arbitrary number of other terms. This patch simplifies the code paths that build those sums. This causes some churn in the mappings, because the previous code was building its sums in a somewhat idiosyncratic order. | ||||
| 2023-11-07 | coverage: Migrate `tests/coverage-map` into `tests/coverage` | Zalathar | -0/+53 | |
