about summary refs log tree commit diff
path: root/tests/ui/abi/debug.rs
AgeCommit message (Expand)AuthorLines
2025-07-04Fix tests/ui/abi/debug.rs to cross-compile for riscv64Jubilee Young-1/+2
2025-07-04Fixed the ABI parameter inconsistency issue in debug.rs for the riscv64 archi...YingkaiLi-VM-0/+3
2025-07-03minicore: use core's `diagnostic::on_unimplemented` messagesFolkert de Vries-3/+13
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-1/+1
2025-04-17Augment some tests involving attributes.Nicholas Nethercote-0/+3
2025-01-10adjust UI testsThe 8472-0/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-5/+5
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-5/+5
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-6/+6
2023-09-15special case `TyAndLayout` debug implBoxy-1/+0
2023-09-11Disentangle `Debug` and `Display` for `Ty`.Nicholas Nethercote-0/+1
2023-09-09rustc_layout, rustc_abi: make sure the types are well-formedRalf Jung-0/+3
2023-09-08also ensure that size and alignment are the sameRalf Jung-0/+3
2023-09-08accept some differences for rustc_abi(assert_eq), so that we can test more th...Ralf Jung-0/+7
2023-09-07add support for rustc_abi(assert_eq) and use it to test some repr(transparent...Ralf Jung-0/+6
2023-09-06rustc_layout/abi: error when attribute is applied to the wrong thingRalf Jung-1/+10
2023-09-06rustc_abi: also support debugging function pointersRalf Jung-0/+2
2023-08-27add rustc_abi debugging attributeRalf Jung-0/+23