rust/src/libcore/char
Andrea Canciani 4e7aeaf1b5 Improve char::is_ascii_* code
These methods explicitly check if a char is in a specific ASCII range,
therefore the `is_ascii()` check is not needed, but LLVM seems to be
unable to remove it.

WARNING: this change improves the performance on ASCII `char`s, but
complex checks such as `is_ascii_punctuation` become slower on
non-ASCII `char`s.
2020-02-11 10:22:47 +01:00
..
convert.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
decode.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
methods.rs Improve char::is_ascii_* code 2020-02-11 10:22:47 +01:00
mod.rs Replace old tables with new unicode data 2020-01-14 19:11:28 -05:00