rust/src/librustc_unicode
kwantam c361e13d71 implement rfc 1054: split_whitespace() fn, deprecate words()
For now, words() is left in (but deprecated), and Words is a type alias for
struct SplitWhitespace.

Also cleaned up references to s.words() throughout codebase.

Closes #15628
2015-04-21 15:31:51 -04:00
..
char.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00
lib.rs implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00
normalize.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00
tables.rs optimize Unicode tables 2015-04-18 13:20:57 -04:00
u_str.rs implement rfc 1054: split_whitespace() fn, deprecate words() 2015-04-21 15:31:51 -04:00