summary refs log tree commit diff
path: root/tests/rustdoc-json/attrs
AgeCommit message (Expand)AuthorLines
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-2/+2
2025-06-17fix clippyJana Dönszelmann-3/+3
2025-05-22rustdoc JSON: Don't apply `#[repr]` privacy heuristicsLeón Orell Valerian Liehr-37/+4
2025-05-21rustdoc-json: Remove false docs and add test for inline attributeAlona Enraght-Moony-0/+11
2025-05-07rustdoc-json: Remove newlines from attributesAlona Enraght-Moony-10/+10
2025-05-03Improve hir pretty-printing of attributes.Nicholas Nethercote-10/+10
2025-03-31rustdoc-json: Add test for #[automatically_derived] attributeAlona Enraght-Moony-0/+13
2025-03-22rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output.Predrag Gruevski-29/+45
2025-03-21tests/rustdoc-json: replace `$.index[*][?` with `$.index[?`Alona Enraght-Moony-49/+49
2025-03-18Rollup merge of #138569 - aDotInTheVoid:reprdoc-json, r=GuillaumeGomezMatthias Krüger-0/+163
2025-03-16rustdoc-json: Don't also include `#[deprecated]` in `Item::attrs`Alona Enraght-Moony-8/+8
2025-03-16rustdoc-json: Add tests for `#[deprecated(...)]`Alona Enraght-Moony-0/+38
2025-03-16rustdoc-json: Add tests for `#[repr(...)]`Alona Enraght-Moony-0/+163
2025-03-05rustdoc: Add attribute-related tests for rustdoc JSON.Predrag Gruevski-0/+58