rust/src/libstd_unicode
Corey Farwell 6062bf7aca Rollup merge of #42705 - est31:master, r=alexcrichton
Introduce tidy lint to check for inconsistent tracking issues

This PR
* Refactors the collect_lib_features function to work in a
      non-checking mode (no bad pointer needed, and list of
      lang features).
* Introduces checking whether unstable/stable tags for a
      given feature have inconsistent tracking issues, as in,
      multiple tracking issues per feature.
* Fixes such inconsistencies throughout the codebase.
2017-06-16 23:10:50 -07:00
..
tests Utf8Lossy type with chunks iterator and impl Display and Debug 2017-06-15 20:42:35 +01:00
Cargo.toml Utf8Lossy type with chunks iterator and impl Display and Debug 2017-06-15 20:42:35 +01:00
char.rs Introduce tidy lint to check for inconsistent tracking issues 2017-06-16 20:40:40 +02:00
lib.rs Utf8Lossy type with chunks iterator and impl Display and Debug 2017-06-15 20:42:35 +01:00
lossy.rs Utf8Lossy type with chunks iterator and impl Display and Debug 2017-06-15 20:42:35 +01:00
tables.rs Move unicode Python script into libstd_unicode crate. 2017-05-04 22:37:55 -04:00
u_str.rs Merge crate `collections` into `alloc` 2017-06-13 23:37:34 -07:00
unicode.py Move unicode Python script into libstd_unicode crate. 2017-05-04 22:37:55 -04:00