about summary refs log tree commit diff
path: root/tests/ui/layout/debug.rs
AgeCommit message (Expand)AuthorLines
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+1
2025-02-18clean up layout error diagnosticsLukas Markeffsky-1/+1
2025-02-18document and test all `LayoutError` variantsLukas Markeffsky-0/+5
2025-01-10adjust UI testsThe 8472-0/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-09-16layout computation: eagerly error for unexpected unsized fieldsLukas Markeffsky-0/+5
2024-09-09Ban non-array SIMDScott McMurray-1/+1
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-09-09rustc_layout, rustc_abi: make sure the types are well-formedRalf Jung-0/+3
2023-09-06rustc_layout/abi: error when attribute is applied to the wrong thingRalf Jung-2/+9
2023-08-27add rustc_abi debugging attributeRalf Jung-1/+1
2023-05-05Add additional test case for repr(packed) allowing union abi opt to kick in.Luqman Aden-0/+4
2023-05-05Add test cases for #104802.Luqman Aden-1/+22
2023-05-05Do not use scalar layout if there are ZSTs with alignment > 1Oli Scherer-0/+21
2023-01-11Move /src/test to /testsAlbert Larsan-0/+22