rust/src/libstd/sys/common
kwantam 29d1252e4d deprecate Unicode functions that will be moved to crates.io
This patch
1. renames libunicode to librustc_unicode,
2. deprecates several pieces of libunicode (see below), and
3. removes references to deprecated functions from
   librustc_driver and libsyntax. This may change pretty-printed
   output from these modules in cases involving wide or combining
   characters used in filenames, identifiers, etc.

The following functions are marked deprecated:

1. char.width() and str.width():
   --> use unicode-width crate

2. str.graphemes() and str.grapheme_indices():
   --> use unicode-segmentation crate

3. str.nfd_chars(), str.nfkd_chars(), str.nfc_chars(), str.nfkc_chars(),
   char.compose(), char.decompose_canonical(), char.decompose_compatible(),
   char.canonical_combining_class():
   --> use unicode-normalization crate
2015-04-16 17:03:05 -04:00
..
backtrace.rs Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
condvar.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
helper_thread.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
mod.rs std: Remove old_io/old_path/rand modules 2015-04-14 10:14:11 -07:00
mutex.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
net2.rs rollup merge of #23919: alexcrichton/stabilize-io-error 2015-03-31 16:18:55 -07:00
net.rs Tweak relese notes + rebase fixes 2015-04-02 00:18:45 -07:00
poison.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
remutex.rs Implement reentrant mutexes and make stdio use them 2015-04-08 19:42:16 +03:00
rwlock.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
stack.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
thread_info.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
thread_local.rs pluralize doc comment verbs and add missing periods 2015-04-13 13:57:51 -04:00
thread.rs Remove Thunk struct and Invoke trait; change Thunk to be an alias 2015-04-01 14:41:21 -04:00
wtf8.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00