| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -25/+0 | |
| 2021-03-14 | Tweak diagnostics | Camelid | -3/+3 | |
| - Tweak lint message - Display multi-segment paths correctly | ||||
| 2021-03-13 | Add another test case | Camelid | -0/+5 | |
| 2021-03-13 | Report error for each invalid nested attribute | Camelid | -0/+2 | |
| 2021-03-13 | Lint non-meta doc attributes | Camelid | -0/+8 | |
| E.g., `#[doc(123)]`. | ||||
| 2021-03-04 | Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings | Guillaume Gomez | -4/+3 | |
| 2021-03-03 | Change error about unknown doc attributes to a warning | Joshua Nelson | -2/+8 | |
| This prevents breakage across the ecosystem, since the error was just introduced recently without first having a warning period. | ||||
| 2021-03-01 | Add tests for doc attribute check | Guillaume Gomez | -0/+5 | |
