about summary refs log tree commit diff
path: root/library/core/src/ascii.rs
AgeCommit message (Expand)AuthorLines
2025-06-20add doc(alias("AsciiChar")) to core::ascii::Charbinarycat-0/+1
2025-06-15Get rid of `EscapeDebugInner`.Markus Reiter-10/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-05-09Improve escape methods.Markus Reiter-1/+1
2024-05-08Avoid panicking branch in `EscapeIterInner`.Markus Reiter-5/+9
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2023-06-29optimize Cstr/EscapeAscii displayThe 8472-0/+11
2023-05-12`ascii::Char`-ify the escaping codeScott McMurray-1/+1
2023-05-04Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushiMatthias Krüger-0/+4
2023-05-03Add the basic `ascii::Char` typeScott McMurray-0/+4
2023-04-05Refactor core::char::EscapeDefault and co. structuresMichal Nazarewicz-30/+41
2022-03-10Inline <EscapeDefault as Iterator>::nextMartin Gammelsæter-0/+2
2022-03-09Use indexing instead of .get_unchecked() for LUT lookupMartin Gammelsæter-14/+2
2022-03-09Optimize ascii::escape_default by using a digit LUTMartin Gammelsæter-5/+13
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+1
2021-09-18EscapeDefault: change `range` field to `Range<u8>`, reducing struct size 24 -...klensy-4/+6
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-1/+1
2020-09-18Fixed some intra-docs links in library/coreAmjad Alsharafi-4/+0
2020-07-27mv std libs to library/mark-0/+154