]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15586 : aturon/rust/stability-dashboard, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 11 Jul 2014 22:06:43 +0000 (22:06 +0000)
committerbors <bors@rust-lang.org>
Fri, 11 Jul 2014 22:06:43 +0000 (22:06 +0000)
This PR 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/

Along the way, fixes a few bugs in stability tracking and places where rustdoc was not pulling the existing stability data.

Closes #13541


Trivial merge