about summary refs log tree commit diff
path: root/tests/ui/layout/debug.stderr
AgeCommit message (Expand)AuthorLines
2023-09-11Disentangle `Debug` and `Display` for `Ty`.Nicholas Nethercote-2/+2
2023-09-09better spans for WF errorsRalf Jung-2/+2
2023-09-09use hir_crate_items(()).definitions() instead of hir().items()Ralf Jung-6/+6
2023-09-09rustc_layout, rustc_abi: make sure the types are well-formedRalf Jung-1/+11
2023-09-06rustc_layout/abi: error when attribute is applied to the wrong thingRalf Jung-10/+22
2023-08-29there seems to be no reason to treat ZST specially in these casesRalf Jung-2/+2
2023-08-27add rustc_abi debugging attributeRalf Jung-18/+18
2023-07-14i686-windows: make requested alignment > 4 special case apply transitivelyErik Desjardins-18/+18
2023-07-10aarch64-linux: properly handle 128bit aligned aggregatesErik Desjardins-0/+18
2023-07-10repr(align) <= 4 should still be byvalErik Desjardins-18/+18
2023-07-10bless layout tests for has_repr_align in debug outputErik Desjardins-0/+18
2023-05-05Add additional test case for repr(packed) allowing union abi opt to kick in.Luqman Aden-2/+29
2023-05-05Add test cases for #104802.Luqman Aden-10/+98
2023-05-05Do not use scalar layout if there are ZSTs with alignment > 1Oli Scherer-1/+94
2023-01-11Move /src/test to /testsAlbert Larsan-0/+311