| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-12 | Delegate `<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-24 | add CStr::display | Tamir 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-18 | Move `<CStr as Debug>` test to coretests | Tamir Duberstein | -0/+6 | |
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -0/+15 | |
