about summary refs log tree commit diff
path: root/src/libcore/tests/ascii.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-401/+0
2020-07-05Optimize is_ascii for &str and &[u8]Thom Chiovoloni-0/+56
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-66/+64
2019-07-03Fix mismatching Kleene operatorsJulien Cretin-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-3/+0
2018-03-12include AsciiExt in tests1011X-1/+2
2018-03-05Copy license into libcore/tests/ascii.rs1011X-0/+10
2018-03-05Move tests, re-export items from core::ascii1011X-0/+349