rust/src/librustdoc
Aaron Turon 256df5e3df rustdoc: incorporate stability index throughout
This commit hooks rustdoc into the stability index infrastructure in two
ways:

1. It looks up stability levels via the index, rather than by manual
attributes.

2. It adds stability level information throughout rustdoc output, rather
than just at the top header. In particular, a stability color (with
mouseover text) appears next to essentially every item that appears
in rustdoc's HTML output.

Along the way, the stability index code has been lightly refactored.
2014-06-30 22:36:24 -07:00
..
clean rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
html rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
core.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
doctree.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
externalfiles.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
flock.rs Add utf16_units 2014-06-30 18:50:32 +02:00
fold.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
lib.rs Fix issues in librustdoc 2014-06-30 21:35:49 +02:00
markdown.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
passes.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
plugins.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
test.rs librustc: Match trait self types exactly. 2014-06-28 11:18:37 -07:00
visit_ast.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00