about summary refs log tree commit diff
path: root/library/core/src/escape.rs
AgeCommit message (Expand)AuthorLines
2023-08-08Rename copying `ascii::Char` methods from `as_` to `to_`Alyssa Haroldsen-2/+2
2023-05-12`ascii::Char`-ify the escaping codeScott McMurray-26/+39
2023-04-30a bit more usize::fromMichal Nazarewicz-1/+3
2023-04-30reviewMichal Nazarewicz-8/+8
2023-04-05Refactor core::char::EscapeDefault and co. structuresMichal Nazarewicz-0/+97