about summary refs log tree commit diff
path: root/src/test/ui/repr
AgeCommit message (Expand)AuthorLines
2021-07-31Fix ICE in `improper_ctypes_definitions` lint with all-ZST transparent typesFabian Wolff-0/+28
2021-07-19Fix incorrect use of `#[repr(no_niche)]`Aaron Hill-8/+6
2021-07-09Enhance well-formedness checks for `#[repr(...)]` attributesFabian Wolff-0/+122
2021-06-24Auto merge of #86279 - JohnTitor:transparent-zero-size-fields, r=nikomatsakisbors-72/+42
2021-06-18Fix ICE with `#[repr(simd)]` on enumFabian Wolff-0/+40
2021-06-14Permit zero non-zero-field on transparent typesYuki Okushi-72/+42
2021-04-05Allow specifying alignment for functionsWesley Norris-3/+3
2020-09-28passes: `check_attr` on more targetsDavid Wood-8/+29
2020-03-14Add long error explanation for E0693 #61137Ayush Kumar Mishra-0/+1
2020-02-10tests for `#[repr(no_niche)]`.Felix S. Klock II-0/+417
2020-01-20transparent_enums: test alignmentMazdak Farrokhzad-3/+25
2020-01-20stabilize transparent_enumsMazdak Farrokhzad-1/+1
2020-01-17Rollup merge of #67956 - varkor:E0588-provide-context, r=estebankDylan DPC-16/+112
2020-01-09Update testsVadim Petrochenkov-7/+65
2020-01-07Detail transitive containment in E0588 diagnosticvarkor-16/+112
2019-10-20Update ui testsGuillaume Gomez-0/+1
2019-06-14Tweak transparent enums and unions diagnostic spansEsteban Küber-60/+34
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-92/+123
2019-05-27Harden tests for repr_align_enum.Mazdak Farrokhzad-7/+28
2019-05-27Stabilize repr_align_enum in 1.37.0.Mazdak Farrokhzad-5/+4
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+2
2019-03-11Update testsVadim Petrochenkov-34/+34
2019-01-31Add more tests for #[repr(align(x))] on enumsNiklas Fiekas-4/+14
2018-12-25Remove licensesMark Rousskov-102/+34
2018-08-31cleanup: Add main functions to some UI testsVadim Petrochenkov-20/+13
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-2/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+519