about summary refs log tree commit diff
path: root/src/test/ui/layout
AgeCommit message (Expand)AuthorLines
2021-11-20Align multiline messages to their label (add left margin)Esteban Kuber-1137/+1137
2021-08-12Add c_enum_min_bits to target specManish Goregaokar-0/+476
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-1/+1
2021-04-13Fix ICE during type layout when there's a `[type error]`Camelid-0/+58
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-2/+2
2021-02-22Test hexagon-enum only when llvm target is presentSimonas Kazlauskas-5/+6
2021-02-22Fix sizes of repr(C) enums on hexagonSimonas Kazlauskas-0/+475
2020-11-18change error for `LayoutErr::SizeOverflow`Bastian Kauschke-0/+13
2020-05-30tag/niche terminology cleanupRalf Jung-6/+6
2020-04-16rustc_target::abi: add Primitive variant to FieldsShape.Ana-Maria Mihalache-3/+1
2020-04-06tweak rustc_layout debug outputRalf Jung-10/+10
2020-04-05also print type typeRalf Jung-5/+5
2020-04-05also print rustc_layout on impl trait type aliasesRalf Jung-2/+41
2020-03-25Rename LayoutDetails to just Layout.Ana-Maria Mihalache-8/+8
2020-03-21normalize away preferred alignmentRalf Jung-28/+13
2020-03-20make rustc_layout also work for type definitionsRalf Jung-6/+228
2020-03-20add a test for rustc_layout(debug)Ralf Jung-0/+127
2020-02-10Add `repr(no_niche)` to `UnsafeCell`. Fix #68303.Felix S. Klock II-0/+32
2020-02-08rustc_target: switch homogeneous_aggregate to returning Result.Eduard-Mihai Burtescu-22/+22
2019-11-26Fix spelling typosBrian Wignall-1/+1
2019-07-12Regression test for issue 60431.Felix S. Klock II-0/+35
2019-01-25distinguish "no data" from "heterogeneous" for ABI purposesNiko Matsakis-0/+276