rust/src/librustdoc/html
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
..
static rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
escape.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
format.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
highlight.rs Add br##"xx"## raw byte string literals. 2014-06-17 23:43:18 +02:00
item_type.rs rustdoc: Create anchor pages for primitive types 2014-05-31 21:59:50 -07:00
layout.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
markdown.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
render.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
toc.rs Register new snapshots 2014-06-15 23:30:24 -07:00