| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-03-27 | Don't initialize id-map when rendering md files | mitaa | -4/+10 |
| 2016-03-27 | Linkify associated types and constants | mitaa | -17/+41 |
| 2016-03-27 | Don't hardcode item-type anchor ids | mitaa | -13/+17 |
| 2016-03-27 | Correct anchor for links to associated trait items | mitaa | -45/+47 |
| 2016-03-23 | Auto merge of #32454 - eddyb:rollup, r=eddyb | bors | -2/+3 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -137/+136 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -283/+283 |
| 2016-03-22 | Consider `doc(no_inline)` in crate-local inlining | mitaa | -2/+3 |
| 2016-03-08 | rustdoc: correct src-link url | mitaa | -1/+1 |
| 2016-03-04 | This doesn't seem necessary? | mitaa | -1/+1 |
| 2016-03-04 | Use const instead of function | mitaa | -5/+3 |
| 2016-03-04 | Use `Item::is_*` methods consistently | mitaa | -18/+6 |
| 2016-03-04 | Refactor rustdocs attribute handling | mitaa | -38/+9 |
| 2016-03-04 | Simplify `if let`/`match` expressions | mitaa | -172/+134 |
| 2016-03-03 | Refactor src-link creation for local sources | mitaa | -41/+32 |