rust/src/libcore/char
Aleksey Kladov a0c186c34f remove XID and Pattern_White_Space unicode tables from libcore
They are only used by rustc_lexer, and are not needed elsewhere.

So we move the relevant definitions into rustc_lexer (while the actual
unicode data comes from the unicode-xid crate) and make the rest of
the compiler use it.
2019-09-04 13:11:11 +03:00
..
convert.rs Change `...` to `..=` where applicable 2019-06-14 12:24:38 -05:00
decode.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
methods.rs remove XID and Pattern_White_Space unicode tables from libcore 2019-09-04 13:11:11 +03:00
mod.rs libcore: deny more... 2019-04-19 01:37:12 +02:00