rust/src/test
bors 7a5754b330 Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton
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-18 07:09:22 +00:00
..
auxiliary Auto merge of #23985 - erickt:derive-cleanup, r=erickt 2015-04-18 00:48:34 +00:00
bench Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon 2015-04-17 20:38:18 +00:00
compile-fail-fulldeps Fallout to tests expecting unconditional help output from missing features. 2015-04-02 19:30:45 +02:00
debuginfo Test fixes and rebase conflicts, round 2 2015-04-14 17:40:37 -07:00
parse-fail Add tests for "ident only path should have been covered"-ICE 2015-04-15 14:18:47 +02:00
pretty Fallout in tests 2015-04-01 11:22:39 -04:00
run-fail unit test for checked overflow during signed negation. 2015-04-17 15:32:30 +02:00
run-make Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton 2015-04-18 07:09:22 +00:00
run-pass Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakis 2015-04-17 03:50:30 +00:00
run-pass-fulldeps Test fixes and rebase conflicts, round 2 2015-04-14 17:40:37 -07:00
run-pass-valgrind test: Fix fallout in run-pass tests 2015-04-14 10:14:19 -07:00
rustdoc rustdoc: Inline methods inhereted through Deref 2015-04-16 13:28:15 -07:00