about summary refs log tree commit diff
path: root/library/core/src/array/ascii.rs
AgeCommit message (Expand)AuthorLines
2025-03-06Remove #[cfg(not(test))] gates in coreThalia Archibald-1/+0
2024-10-12Stabilize `const_option`Trevor Gross-1/+0
2024-07-26Fix doc nitsJohn Arundel-2/+2
2023-05-04Add an example that depends on `is_ascii` in a `const`Scott McMurray-0/+13
2023-05-04Constify `[u8]::is_ascii` (unstably)Scott McMurray-1/+1
2023-05-03Add the basic `ascii::Char` typeScott McMurray-0/+34