rust/src/librustdoc/html
Steve Klabnik 76d6030e80 Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichton
rustdoc: add "src" links to individual impls

Since these impls can be scattered around quite a bit, it is nice to be able to jump to the location where individual methods and trait impls are defined.

NOTE: this needs an update to the CSS, which I'd like to leave for whoever is the "rustdoc frontend champion". The new [src] links are currently too large and bold. Also, the interaction with the "since version X" annotations is not good.

Fixes: #30416
2016-05-07 15:35:17 -04:00
..
static Improve accessibility of rustdoc pages 2016-04-25 07:50:16 +02:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs rustdoc: HTML-escape Rust code (from constants) 2016-05-03 13:31:29 +02:00
highlight.rs rustdoc: refactor rustdoc syntax highlighting for a more flexible API 2016-05-04 10:29:58 +12:00
item_type.rs Make the rendering process less pass-aware 2016-04-02 12:00:55 +02:00
layout.rs Add --extend-css option to rustdoc 2016-04-05 01:39:35 +02:00
markdown.rs rustdoc: factor out function for getting inner html of highlighted source 2016-04-04 11:07:41 +12:00
render.rs Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichton 2016-05-07 15:35:17 -04:00
toc.rs fix alignment 2016-03-22 22:03:54 -05:00