]> git.lizzy.rs Git - rust.git/commit
rustdoc: Add stability dashboard
authorAaron Turon <aturon@mozilla.com>
Fri, 4 Jul 2014 07:51:46 +0000 (00:51 -0700)
committerAaron Turon <aturon@mozilla.com>
Fri, 11 Jul 2014 03:51:35 +0000 (20:51 -0700)
commit4d16de01d0beb84dc4a351022ea5cb587b4ab557
treef51d913f9828ac455dee055e58f2f9846f8c8868
parentb57d272e9908e164a72bd1a688141031705e1208
rustdoc: Add stability dashboard

This commit adds a crate-level dashboard summarizing the stability
levels of all items for all submodules of the crate.

The information is also written as a json file, intended for consumption
by pages like http://huonw.github.io/isrustfastyet/

Closes #13541
src/librustdoc/html/format.rs
src/librustdoc/html/render.rs
src/librustdoc/html/static/main.css
src/librustdoc/lib.rs
src/librustdoc/stability_summary.rs [new file with mode: 0644]