about summary refs log tree commit diff
path: root/library/core/src/ascii
AgeCommit message (Expand)AuthorLines
2024-10-09Add more precondition check testsBen Kimock-1/+1
2024-08-21Use `assert_unsafe_precondition!` in `AsciiChar::digit_unchecked`Chai T. Rex-3/+7
2024-08-09core: optimise Debug impl for ascii::CharMichal Nazarewicz-19/+13
2024-02-13implement `Default` for `AsciiChar`joseLuĂ­s-1/+1
2024-01-25core: add `From<core::ascii::char>` implementationsMichal Nazarewicz-0/+16
2023-09-01fix `Debug` impl for `AsciiChar`soqb-2/+39
2023-08-08Rename copying `ascii::Char` methods from `as_` to `to_`Alyssa Haroldsen-2/+2
2023-05-03Add the basic `ascii::Char` typeScott McMurray-0/+565