about summary refs log tree commit diff
path: root/library/core/src/ascii
AgeCommit message (Expand)AuthorLines
2025-09-22assert_unsafe_precondition: fix some incorrect check_language_ubRalf Jung-1/+1
2025-09-12Constify Eq, Ord, PartialOrdEvgenii Zheltonozhskii-1/+2
2025-09-01Constify conversion traitsltdk-1/+1
2025-08-05Add `std::ascii::Char` `MIN` and `MAX` constantsChai T. Rex-0/+8
2025-08-05Add `u8`-as-ASCII methods to `core::ascii::Char`Chai T. Rex-1/+603
2025-07-21Constify Try, From, TryFromEvgenii Zheltonozhskii-1/+2
2025-05-21Add some track_caller info to precondition panicsBen Kimock-0/+1
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