| 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 | Update `rustdoc-ui` versions of the `doc-attr` test | Camelid | -0/+15 | |
| It seems there are two copies of it: one in `src/test/ui/attributes/` and one in `src/test/rustdoc-ui/`. I'm guessing this is to test that the lint is emitted both when you run the compiler and when you run rustdoc. | ||||
| 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 | |
