| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-22 | Updated uitests for new parser | Jonathan Brouwer | -12/+12 | |
| 2025-07-16 | Port `#[coverage]` to the new attribute system | Sasha Pourcelot | -60/+74 | |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -12/+8 | |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -32/+48 | |
| ``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ``` | ||||
| 2024-12-23 | Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, ↵ | Zalathar | -13/+13 | |
| r=wesleywiser" This reverts commit 1d35638dc38dbfbf1cc2a9823135dfcf3c650169, reversing changes made to f23a80a4c2fbca593b64e70f5970368824b4c5e9. | ||||
| 2024-12-18 | Add reference annotations for the `coverage` attribute | Eric Huss | -13/+13 | |
| 2024-12-16 | Stabilize #[coverage] attribute | ltdk | -13/+13 | |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -4/+7 | |
| Go over all structured parser suggestions and make them verbose style. When suggesting to add or remove delimiters, turn them into multiple suggestion parts. | ||||
| 2024-06-24 | coverage: Bless coverage attribute tests | Zalathar | -38/+99 | |
| 2024-06-18 | Add a more thorough test of incorrect/unusal `#[coverage(..)]` syntax | Zalathar | -0/+78 | |
| This test reflects the current implementation behaviour, which is not necessarily the desired behaviour. | ||||
