rust/src/bootstrap/bin
kennytm 445bbde784
Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomez
let rustdoc print the crate version into docs

This PR adds a new unstable flag to rustdoc, `--crate-version`, which when present will add a new entry to the sidebar of the root module, printing the given version number:

![Screenshot of a test crate, showing "Version 1.3.37" under the crate name](https://user-images.githubusercontent.com/5217170/31104096-805e3f4c-a7a0-11e7-96fc-368b6fe063d6.png)

Closes #24336

(The WIP status is because i don't want to merge this until i can get the std docs to use it, which i need help from rustbuild people to make sure i get right.)
2017-10-13 01:58:36 +08:00
..
main.rs Unify flags into config. 2017-08-13 05:15:43 +05:00
rustc.rs Migrate to eprint/eprintln macros where appropriate. 2017-09-28 11:38:35 -04:00
rustdoc.rs render the rust version into std/compiler/test docs 2017-10-10 20:36:09 -05:00
sccache-plus-cl.rs Update to the cc crate 2017-09-28 07:45:50 -07:00