about summary refs log tree commit diff
path: root/src/test/ui/layout/debug.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-311/+0
2022-07-31reorder fields in Laout debug outputRalf Jung-121/+121
2022-07-01Shorten def_span for more items.Camille GILLOT-5/+5
2022-05-09make sure ScalarPair enums have ScalarPair variants; add some layout sanity ↵Ralf Jung-6/+32
checks
2022-05-06make Size and Align debug-printing a bit more compactRalf Jung-90/+30
2022-04-05Mark scalar layout unions so that backends that do not support partially ↵Oli Scherer-21/+17
initialized scalars can special case them.
2021-11-20Align multiline messages to their label (add left margin)Esteban Kuber-317/+317
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-5/+5
2020-04-05also print type typeRalf Jung-5/+5
2020-04-05also print rustc_layout on impl trait type aliasesRalf Jung-1/+33
2020-03-25Rename LayoutDetails to just Layout.Ana-Maria Mihalache-8/+8
2020-03-21normalize away preferred alignmentRalf Jung-28/+12
2020-03-20make rustc_layout also work for type definitionsRalf Jung-4/+219
2020-03-20add a test for rustc_layout(debug)Ralf Jung-0/+120