about summary refs log tree commit diff
path: root/tests/ui/repr
AgeCommit message (Expand)AuthorLines
2023-11-27Detect and reject malformed repr(Rust) hintsLeón Orell Valerian Liehr-8/+35
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
2023-10-23Update `since` stability attributes in testsDavid Tolnay-3/+3
2023-10-23Fix stable feature names in testsDavid Tolnay-3/+3
2023-10-18Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one anotherLeón Orell Valerian Liehr-0/+62
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+16
2023-09-25Gate and validate #[rustc_safe_intrinsic]León Orell Valerian Liehr-1/+1
2023-09-19Don't complain on a single non-exhaustive 1-zstMichael Goulet-1/+81
2023-08-29repr(transparent): it's fine if the one non-1-ZST field is a ZSTRalf Jung-44/+61
2023-08-20Clarify that `Rust` is default reprCatherine Flores-5/+5
2023-07-29Allow explicit `#[repr(Rust)]`Catherine Flores-5/+5
2023-07-21error/E0691: include alignment in error messageDavid Rheinsberg-4/+4
2023-05-01Don't bail out early when checking invalid `repr` attrclubby789-1/+24
2023-04-21Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-1/+3
2023-02-16Default repr(C) enums to c_int sizeJubilee Young-0/+52
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1281