about summary refs log tree commit diff
path: root/library/core/src/escape.rs
AgeCommit message (Expand)AuthorLines
2025-06-15Get rid of `EscapeDebugInner`.Markus Reiter-38/+184
2025-01-20core: add `#![warn(unreachable_pub)]`Urgau-11/+11
2024-10-09Optimize escape_asciiltdk-23/+91
2024-06-21Remove `feature(effects)` from the standard libraryDeadbeef-1/+1
2024-05-09Improve escape methods.Markus Reiter-33/+28
2024-05-08Avoid panicking branch in `EscapeIterInner`.Markus Reiter-51/+97
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2023-11-15Re-format code with new rustfmtMark Rousskov-6/+10
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