about summary refs log tree commit diff
path: root/src/libcore/benches/ascii.rs
AgeCommit message (Expand)AuthorLines
2019-06-14Change `...` to `..=` where applicableAaron Kutch-4/+4
2019-04-06Tiny docs fixTobias Bucher-1/+1
2019-03-19ASCII uppercase: add "subtract multiplied bool" benchmarkSimon Sapin-0/+12
2019-03-19ASCII uppercase: add "subtract shifted bool" benchmarkSimon Sapin-0/+12
2019-03-19Simplify u8::to_ascii_{upp,low}ercase while keeping it fastSimon Sapin-1/+23
2019-03-19Benchmark more possibles impls of [u8]::make_ascii_uppercaseSimon Sapin-1/+83
2019-03-18Add benchmarks for `u8::is_ascii*`Simon Sapin-17/+32
2019-03-18Rename src/libcore/benches/ascii_case.rs to ascii.rsSimon Sapin-0/+206