| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2016-02-27 | Correct plain-summary-line | mitaa | -2/+2 |
| 2016-02-25 | Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichton | Manish Goregaokar | -4/+11 |
| 2016-02-25 | Rollup merge of #31835 - mitaa:rdoc-global-src, r=alexcrichton | Manish Goregaokar | -8/+11 |
| 2016-02-24 | Fix source-links for files with absolute-paths | mitaa | -7/+8 |
| 2016-02-24 | Allow creation of src-links for device files | mitaa | -1/+3 |
| 2016-02-23 | Show associated types in inherent impls | mitaa | -6/+3 |
| 2016-02-23 | Don't show associated consts from trait impls | mitaa | -0/+10 |
| 2016-02-23 | Don't record self parameter for static methods | mitaa | -6/+7 |
| 2016-02-22 | Simplify search-index serialization | mitaa | -112/+94 |
| 2016-02-16 | Add crates to search-index | mitaa | -8/+14 |
| 2016-02-14 | Auto merge of #31626 - mitaa:rdoc-srch-escape, r=alexcrichton | bors | -2/+2 |
| 2016-02-14 | Auto merge of #31614 - mitaa:rdoc_locitem_extmac, r=alexcrichton | bors | -5/+11 |
| 2016-02-13 | Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichton | bors | -3/+4 |
| 2016-02-13 | Escape search-index item descriptions | mitaa | -2/+2 |
| 2016-02-12 | Omit src-links for items from extern macros | mitaa | -5/+11 |
| 2016-02-12 | Shorten docstrings after Markdown rendering | mitaa | -3/+4 |
| 2016-02-12 | Fix associated item identifiers | mitaa | -4/+4 |
| 2016-02-09 | Rustdoc - display `since` version for stable items | Wesley Wiser | -27/+71 |
| 2016-02-01 | Decide to hide constness only in fn/method renders | Brandon W Maister | -2/+12 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -1/+1 |
| 2016-01-11 | rustdoc: remove dead link from issue-less unstable entries. | Shmuale Mark | -2/+2 |
| 2015-12-22 | Don't record the root module in the search index | mitaa | -8/+10 |
| 2015-12-12 | Support `#[deprecated]` in rustdoc | Vadim Petrochenkov | -2/+22 |