about summary refs log tree commit diff
path: root/library/coretests/tests/ffi
AgeCommit message (Collapse)AuthorLines
2025-06-12Delegate `<CStr as Debug>` to `ByteStr`Tamir Duberstein-1/+1
This allows UTF-8 characters to be printed without escapes, rather than just ASCII.
2025-05-24add CStr::displayTamir Duberstein-0/+6
The implementation delegates to `<ByteStr as Display>::fmt`. Link: https://github.com/rust-lang/libs-team/issues/550 Link: https://github.com/rust-lang/rust/issues/139984.
2025-04-18Move `<CStr as Debug>` test to coretestsTamir Duberstein-0/+6
2025-01-26Put all coretests in a separate cratebjorn3-0/+15