rust/src/librustc_unicode
Brian Anderson 8497c428e5 std: Create separate docs for the primitives
Having the primitive and module docs derived from the same source
causes problems, primarily that they can't contain hyperlinks
cross-referencing each other.

This crates dedicated private modules in `std` to document the
primitive types, then for all primitives that have a corresponding
module, puts hyperlinks in moth the primitive docs and the module docs
cross-linking each other.

This should help clear up confusion when readers find themselves on
the wrong page.
2015-07-20 13:18:06 -07:00
..
char.rs std: Create separate docs for the primitives 2015-07-20 13:18:06 -07:00
lib.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
normalize.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00
tables.rs Remove char::to_titlecase. Fix #26555 2015-06-24 22:16:25 -07:00
u_str.rs Replaces instanced of 'an UTF' with 'a UTF' 2015-04-30 21:38:01 -04:00