rust/src/libcore/unicode
Vadzim Dambrouski f29e62aadf Fix a warning in libcore on 16bit targets.
This code is assuming that usize >= 32bits, but it is not the case on
16bit targets. It is producing a warning that will fail the compilation
on MSP430 if deny(warnings) is enabled.
It is very unlikely that someone would actually use this code on
a microcontroller, but since unicode was merged into libcore we
have compile it on 16bit targets.
2018-05-01 17:48:31 +03:00
..
bool_trie.rs Fix a warning in libcore on 16bit targets. 2018-05-01 17:48:31 +03:00
mod.rs Mark the rest of the unicode feature flag as perma-unstable. 2018-04-12 00:13:53 +02:00
printable.py Move core::char::printable to core::unicode::printable 2018-04-12 00:13:53 +02:00
printable.rs Move core::char::printable to core::unicode::printable 2018-04-12 00:13:53 +02:00
tables.rs Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. 2018-04-12 00:13:53 +02:00
unicode.py Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. 2018-04-12 00:13:53 +02:00
version.rs Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. 2018-04-12 00:13:53 +02:00