about summary refs log tree commit diff
path: root/library/core/src/slice/ascii.rs
AgeCommit message (Expand)AuthorLines
2023-12-12Add ASCII whitespace trimming functions to `&str`okaneco-0/+3
2023-10-03Bump version placeholdersMark Rousskov-1/+1
2023-09-01Const-stabilize `is_ascii`Scott McMurray-1/+1
2023-05-06Tune the `is_ascii` implementation used for short slicesScott McMurray-10/+19
2023-05-04Constify `[u8]::is_ascii` (unstably)Scott McMurray-12/+30
2023-05-03Add the basic `ascii::Char` typeScott McMurray-0/+30
2022-07-29EscapeAscii is not an ExactSizeIteratorMichael Goulet-2/+0
2022-04-15Make some `usize`-typed masks definition agnostic to the size of `usize`Eduardo Sánchez Muñoz-1/+1
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-03-30Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-sebors-1/+1
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-03-29cleanup some of the less terrifying library codeAria Beingessner-3/+3
2022-03-29Make the stdlib largely conform to strict provenance.Aria Beingessner-3/+3
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-0/+1
2022-02-20Rollup merge of #93686 - dbrgn:trim-on-byte-slices, r=joshtriplettMatthias Krüger-0/+78
2022-02-17core: Implement trim functions on byte slicesDanilo Bargen-0/+78
2022-02-12Stabilise inherent_ascii_escape (FCP in #77174)ltdk-9/+8
2021-10-12Add #[must_use] to expensive computationsJohn Kugelman-0/+2
2021-10-09Add #[must_use] to string/char transformation methodsJohn Kugelman-0/+2
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-1/+1
2021-05-06Bootstrapping preparation for the libraryScott McMurray-1/+1
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-1/+1
2021-03-28Add escape_default method to u8 and [u8]ltdk-0/+92
2021-03-26Use iter::zip in library/Josh Stone-1/+2
2020-09-14Move ascii to new moduleLzu Tao-0/+156