about summary refs log tree commit diff
path: root/src/test/rustdoc-json/enums
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-371/+0
2023-01-01Rustdoc-Json: Report discriminant on all kinds of enum variant.Nixon Enraght-Moony-116/+130
Closes #106299
2022-11-28Rustdoc-Json: Add tests for linking to foreign variants.Nixon Enraght-Moony-0/+25
2022-11-26jsondoclint: Handle using enum variants and glob using enums.Nixon Enraght-Moony-0/+33
Closes #104942
2022-09-10Rustdoc-Json Tests: Use `@is` and `@ismany` more often.Nixon Enraght-Moony-10/+10
2022-09-05Rustdoc-Json: Store Variant Fields as their own item.Nixon Enraght-Moony-0/+161
Closes #100587 Closes #92945
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-0/+119
2022-08-18Update rustdoc-json test filesGuillaume Gomez-10/+10
2022-01-19src/test/rustdoc-json: Check for `struct_field`s in `variant_tuple_struct.rs`Martin Nordholts-2/+4
The presence of `struct_field`s is being checked for already in `variant_struct.rs`. We should also check for them in `variant_tuple_struct.rs`.
2021-08-29Add rustdonc-json tests for enum variantsGuillaume Gomez-0/+17