| Age | Commit message (Expand) | Author | Lines |
| 2016-05-21 | Rollup merge of #33679 - Manishearth:rustdoc-readmore-impls, r=alexcrichton | Manish Goregaokar | -12/+43 |
| 2016-05-20 | Update tests | Manish Goregaokar | -15/+17 |
| 2016-05-19 | Make the #[stable(since)] version attribute clearer with a tooltip | Rémy Rakic | -2/+3 |
| 2016-05-18 | Move read more link to same line | Manish Goregaokar | -5/+6 |
| 2016-05-18 | rustdoc: Support short doc fallback for non-default items | Manish Goregaokar | -9/+25 |
| 2016-05-18 | rustdoc: Add doc snippets for trait impls, with a read more link | Manish Goregaokar | -0/+12 |
| 2016-05-14 | Remove ExplicitSelf from HIR | Vadim Petrochenkov | -36/+14 |
| 2016-05-10 | Improve "since" tag placement | Guillaume Gomez | -3/+3 |
| 2016-05-09 | Rollup merge of #33509 - birkenfeld:issue-30219, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-05-09 | Rollup merge of #33431 - GuillaumeGomez:issue-30416, r=steveklabnik | Manish Goregaokar | -3/+6 |
| 2016-05-09 | rustdoc: fix emitting duplicate implementors in .js files | Georg Brandl | -1/+1 |
| 2016-05-07 | Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichton | Steve Klabnik | -39/+59 |
| 2016-05-06 | rustdoc: add "src" links to individual impls | Georg Brandl | -39/+59 |
| 2016-05-05 | Improve rustdoc css of "source" and "since" elements | ggomez | -3/+6 |
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -2/+2 |
| 2016-04-27 | Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton | bors | -6/+1 |
| 2016-04-26 | Auto merge of #33191 - alexcrichton:rustdoc-create-dir-all-racy, r=steveklabnik | bors | -6/+9 |
| 2016-04-26 | Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichton | Manish Goregaokar | -2/+5 |
| 2016-04-26 | Rollup merge of #33194 - mitaa:rdoc-a, r=alexcrichton | Manish Goregaokar | -2/+3 |
| 2016-04-26 | Rollup merge of #33160 - euclio:rustdoc-unstable-deprecated, r=alexcrichton | Manish Goregaokar | -29/+38 |
| 2016-04-25 | Linkify extern crates on rustdoc pages | mitaa | -2/+5 |
| 2016-04-25 | Improve accessibility of rustdoc pages | mitaa | -2/+3 |
| 2016-04-24 | rustdoc: Handle concurrent mkdir requests | Alex Crichton | -6/+9 |
| 2016-04-22 | show unstable status for deprecated items | Andy Russell | -29/+38 |
| 2016-04-22 | Only record the same impl once | mitaa | -24/+38 |
| 2016-04-22 | rustdoc: Cleanup ABI rendering | Oliver Middleton | -6/+1 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -21/+33 |
| 2016-04-19 | Auto merge of #32985 - caipre:rustdoc-disambiguate-impl-anchors, r=alexcrichton | bors | -14/+26 |
| 2016-04-18 | Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnik | Steve Klabnik | -1/+4 |
| 2016-04-17 | rustdoc: Disambiguate anchors for assoc item impls | Nick Platt | -14/+26 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -4/+5 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -0/+3 |
| 2016-04-16 | Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakis | bors | -1/+2 |
| 2016-04-15 | Add flag for whether an item is default or not. | pierzchalski | -4/+4 |
| 2016-04-14 | Fix fallout in rustdoc | Jeffrey Seyfried | -1/+2 |
| 2016-04-14 | Delegate whether to print docblocks to 'document' | pierzchalski | -5/+4 |
| 2016-04-13 | Retire rustdocs `ANALYSISKEY` | mitaa | -21/+29 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -11/+11 |
| 2016-04-06 | Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichton | bors | -4/+22 |
| 2016-04-06 | Update to last rustdoc version | Guillaume Gomez | -5/+5 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -1/+1 |
| 2016-04-05 | Rollup merge of #32715 - nrc:rustdoc-highlight, r=cmr | Manish Goregaokar | -4/+4 |
| 2016-04-05 | Centralize nightly compiler flags handling | Guillaume Gomez | -4/+0 |
| 2016-04-05 | Add --extend-css option to rustdoc | Guillaume Gomez | -5/+27 |
| 2016-04-04 | rustdoc: factor out function for getting inner html of highlighted source | Nick Cameron | -4/+4 |
| 2016-04-02 | Slim down `rustdoc::html::render::Context` | mitaa | -40/+47 |
| 2016-04-02 | Refactor `HiddenStructField` into `StrippedItem` | mitaa | -26/+14 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -100/+84 |
| 2016-03-29 | Avoid linking to itself in implementors section of trait page | Seo Sanghyeon | -1/+4 |