rust/library/core/src/char
okaneco 465ffc9ca7 Refactor some char, u8 ascii functions to be branchless
Decompose singular `matches!` with or-patterns to individual `matches!`
statements to enable branchless code output. The following functions
were changed:
- `is_ascii_alphanumeric`
- `is_ascii_hexdigit`
- `is_ascii_punctuation`

Add codegen tests

Co-authored-by: George Bateman <george.bateman16@gmail.com>
Co-authored-by: scottmcm <scottmcm@users.noreply.github.com>
2023-10-26 21:48:36 -04:00
..
convert.rs Bump version placeholders 2023-10-03 20:26:36 -04:00
decode.rs Implement FusedIterator for DecodeUtf16 when the inner iterator does 2023-04-24 13:34:36 +02:00
methods.rs Refactor some char, u8 ascii functions to be branchless 2023-10-26 21:48:36 -04:00
mod.rs ascii::Char-ify the escaping code 2023-05-12 19:37:02 -07:00