rust/src/librustdoc
bors 24667aa19d Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus
rustdoc: display rustc_private APIs as "Internal"

This PR updates the display of `rustc_private` APIs to be "Internal" instead of "Experimental", and changes the colors appropriately. It also updates the copy of the `rustc_private` feature to sound more informative and less like a compiler suggestion.

The PR additionally contains a significant refactor of the `short_stability` function to remove duplication and fix a few rendering bugs due to extra or missing spaces.

Before:

![screen shot 2018-12-14 at 11 45 28 am](https://user-images.githubusercontent.com/1372438/50015926-c9768d80-ff95-11e8-9649-5df29df6909b.png)

After:

![screen shot 2018-12-14 at 11 45 11 am](https://user-images.githubusercontent.com/1372438/50015934-cf6c6e80-ff95-11e8-912b-74b893f55425.png)
2018-12-22 04:21:30 +00:00
..
clean Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus 2018-12-22 04:21:30 +00:00
html Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus 2018-12-22 04:21:30 +00:00
passes Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix 2018-12-19 11:47:05 +01:00
Cargo.toml Update minifier version 2018-10-11 21:37:04 +02:00
config.rs Introduce SearchPath and replace SearchPaths with Vec<SearchPath>. 2018-12-12 10:36:15 +11:00
core.rs Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis 2018-12-19 15:22:55 +00:00
doctree.rs add derive macros' helper attributes to doc output 2018-09-26 13:40:08 -05:00
externalfiles.rs add Debug impls for the Options structs 2018-11-04 16:39:24 -06:00
fold.rs shuffle ownership of external_traits 2018-09-20 05:54:26 -05:00
lib.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
markdown.rs Bump to 1.33.0 2018-12-12 08:09:26 -08:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomez 2018-12-16 14:08:30 +01:00
theme.rs use top level fs functions where appropriate 2018-12-07 12:54:11 -05:00
visit_ast.rs Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix 2018-12-19 11:47:05 +01:00
visit_lib.rs Remove lifetime from Resolver 2018-12-10 06:38:27 +01:00

For more information about how librustdoc works, see the rustc guide.