about summary refs log tree commit diff
path: root/tests/ui/union/unnamed-fields
AgeCommit message (Expand)AuthorLines
2024-10-01Remove unnamed field featureMichael Goulet-2673/+0
2024-03-04hir_analysis: enums return `None` in `find_field`David Wood-0/+70
2024-02-23Don't ICE on anonymous struct in enum variantclubby789-0/+27
2024-02-17Add more checks for `unnamed_field` during HIR analysisclubby789-0/+124
2024-02-12Improve some codes according to the reviewsFrank King-0/+494
2024-02-12Add `#[derive(Clone, Copy)]` to anonymous adtsFrank King-175/+184
2024-02-12Check representation of unnamed fieldsFrank King-0/+177
2024-02-12check uniqueness of nested fieldsFrank King-20/+1632
2024-02-12Lower anonymous structs or unions to HIRFrank King-84/+14
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+230