about summary refs log tree commit diff
path: root/tests/ui/repr
AgeCommit message (Expand)AuthorLines
2025-01-10adjust UI testsThe 8472-15/+57
2025-01-07warn about broken simd not only on structs but also enums and unions when we ...Matthias Krüger-3/+15
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-11-04remove support for extern-block const intrinsicsRalf Jung-5/+6
2024-10-30tests: Bless `rustc_abi::Abi::Aggregate` => `::Memory`Jubilee Young-10/+10
2024-10-28Error on alignments greater than `isize::MAX`asquared31415-0/+44
2024-09-09Ban non-array SIMDScott McMurray-2/+2
2024-08-24repr_transparent_external_private_fields: treat `rustc_pub_transparent` types...Pavel Grigorenko-0/+25
2024-08-06bump conflicting_repr_hints lint to be shown in dependenciesRalf Jung-0/+22
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-07-04Rollup merge of #123043 - GoldsteinE:fix/repr-c-dead-branches, r=oli-obkMatthias Krüger-0/+1541
2024-06-28Disable dead variant removal for `#[repr(C)]` enums.Goldstein-0/+1541
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+163
2024-04-01Use the `Align` type when parsing alignment attributesbeetrees-7/+43
2024-03-04Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error, r=compi...bors-24/+24
2024-03-03fix spans of arguments in diagnosticyukang-24/+24
2024-02-29Update ui testsGuillaume Gomez-7/+4
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-15/+15
2024-01-13Bless testsGeorge-lewis-0/+1
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-1/+1
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