]> git.lizzy.rs Git - rust.git/commit
auto merge of #15263 : aturon/rust/rustdoc-stability-index, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 1 Jul 2014 06:31:35 +0000 (06:31 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Jul 2014 06:31:35 +0000 (06:31 +0000)
commit721b4cb5c544328d8991216afd7445648a3ce6c6
tree48b5dba5042e6af094c96ea2009269f9c465bfb6
parentd96834067165634addc172b27ed993ef5f12bae8
parent256df5e3df5fecbd8e9a8ca1b7a370b0ce22efee
auto merge of #15263 : aturon/rust/rustdoc-stability-index, r=alexcrichton

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.