]> git.lizzy.rs Git - rust.git/commit
Merge `UnicodeChar` and `CharExt`.
authorHuon Wilson <dbau.pp+github@gmail.com>
Tue, 30 Dec 2014 02:58:31 +0000 (13:58 +1100)
committerHuon Wilson <dbau.pp+github@gmail.com>
Mon, 5 Jan 2015 01:30:51 +0000 (12:30 +1100)
commit0302d379776fca82d3eb693046239dc66998f691
treeee410f469e5a025f09d1eca774ca3aa71f9d519e
parent19120209d8e532514203d16a2cff0ad3b44de3bb
Merge `UnicodeChar` and `CharExt`.

This "reexports" all the functionality of `core::char::CharExt` as
methods on `unicode::u_char::UnicodeChar` (renamed to `CharExt`).

Imports may need to be updated (one now just imports
`unicode::CharExt`, or `std::char::CharExt` rather than two traits from
either), so this is a

[breaking-change]
src/libcollections/lib.rs
src/libstd/io/mod.rs
src/libstd/num/strconv.rs
src/libstd/path/windows.rs
src/libstd/prelude/v1.rs
src/libunicode/lib.rs
src/libunicode/tables.rs
src/libunicode/u_char.rs
src/libunicode/u_str.rs