rust/src/libunicode
Patrick Walton 67deb2e65e libsyntax: Remove the use foo = bar syntax from the language in favor
of `use bar as foo`.

Change all uses of `use foo = bar` to `use bar as foo`.

Implements RFC #47.

Closes #16461.

[breaking-change]
2014-08-18 09:19:10 -07:00
..
lib.rs collections, unicode: Add support for NFC and NFKC 2014-07-28 18:47:38 +02:00
normalize.rs core: Add binary_search and binary_search_elem methods to slices. 2014-08-13 11:30:15 -07:00
tables.rs core: Add binary_search and binary_search_elem methods to slices. 2014-08-13 11:30:15 -07:00
u_char.rs Add libunicode; move unicode functions from core 2014-07-07 14:52:24 -04:00
u_str.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00