| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-05-12 | `ascii::Char`-ify the escaping code | Scott McMurray | -1/+1 |
| 2023-05-04 | Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi | Matthias Krüger | -0/+4 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -0/+4 |
| 2023-04-05 | Refactor core::char::EscapeDefault and co. structures | Michal Nazarewicz | -30/+41 |
| 2022-03-10 | Inline <EscapeDefault as Iterator>::next | Martin Gammelsæter | -0/+2 |
| 2022-03-09 | Use indexing instead of .get_unchecked() for LUT lookup | Martin Gammelsæter | -14/+2 |
| 2022-03-09 | Optimize ascii::escape_default by using a digit LUT | Martin Gammelsæter | -5/+13 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+1 |
| 2021-09-18 | EscapeDefault: change `range` field to `Range<u8>`, reducing struct size 24 -... | klensy | -4/+6 |
| 2021-04-21 | Replace all `fmt.pad` with `debug_struct` | Christiaan Dirkx | -1/+1 |
| 2020-09-18 | Fixed some intra-docs links in library/core | Amjad Alsharafi | -4/+0 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+154 |
