| Age | Commit message (Expand) | Author | Lines |
| 2016-06-23 | rustdoc: Fix panic caused by doc(hidden) trait methods | Oliver Middleton | -0/+20 |
| 2016-06-20 | rustdoc: Fix a couple of issues with src links to external crates | Oliver Middleton | -0/+66 |
| 2016-06-17 | Auto merge of #34292 - ollie27:rustdoc_depr_impl, r=GuillaumeGomez | bors | -0/+128 |
| 2016-06-15 | rustdoc: Add stability notices to impl items | Oliver Middleton | -0/+128 |
| 2016-06-14 | Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichton | bors | -0/+32 |
| 2016-06-14 | rustdoc: Fix redirect pages for renamed reexports | Oliver Middleton | -0/+32 |
| 2016-06-14 | Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichton | bors | -0/+42 |
| 2016-06-12 | Auto merge of #34045 - ollie27:rustdoc_stripped, r=brson | bors | -0/+22 |
| 2016-06-11 | rustdoc: Don't inline #[doc(hidden)] pub use | Oliver Middleton | -0/+42 |
| 2016-06-03 | rustdoc: Fix generating redirect pages for statics and consts | Oliver Middleton | -0/+23 |
| 2016-06-02 | rustdoc: Don't generate empty files for stripped items | Oliver Middleton | -0/+22 |
| 2016-05-20 | Update tests | Manish Goregaokar | -6/+19 |
| 2016-05-12 | rustdoc: Fix missing type parameters on impls | Oliver Middleton | -0/+23 |
| 2016-05-10 | Auto merge of #33512 - birkenfeld:issue-25944, r=sanxiyn | bors | -0/+21 |
| 2016-05-09 | rustdoc: remove artificial indentation of doctest code | Georg Brandl | -0/+21 |
| 2016-05-09 | rustdoc: do not strip blanket impls in crate of origin | Georg Brandl | -0/+26 |
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -0/+0 |
| 2016-05-06 | add missing aux files | Niko Matsakis | -0/+55 |
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -0/+554 |
| 2016-05-03 | Rollup merge of #33372 - birkenfeld:rustdoc-escape-code, r=cmr | Manish Goregaokar | -0/+15 |
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -0/+15 |
| 2016-05-03 | rustdoc: fix inserting source code spans for constant values | Georg Brandl | -0/+46 |
| 2016-04-27 | Auto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton | bors | -0/+37 |
| 2016-04-27 | Auto merge of #33199 - mitaa:tokenize-responsibly, r=nrc | bors | -0/+21 |
| 2016-04-27 | Make some fatal lexer errors recoverable | mitaa | -0/+21 |
| 2016-04-27 | rustdoc: Render `extern fn` instead of `extern "C" fn` | Oliver Middleton | -8/+8 |
| 2016-04-26 | Rollup merge of #33196 - mitaa:rdoc-crate-links, r=alexcrichton | Manish Goregaokar | -0/+43 |
| 2016-04-26 | Rollup merge of #33160 - euclio:rustdoc-unstable-deprecated, r=alexcrichton | Manish Goregaokar | -0/+25 |
| 2016-04-26 | Rollup merge of #33133 - mitaa:rdoc-smth-smth-impl, r=alexcrichton | Manish Goregaokar | -0/+64 |
| 2016-04-25 | Linkify extern crates on rustdoc pages | mitaa | -0/+43 |
| 2016-04-24 | Check reachability for inlined extern links too | mitaa | -0/+22 |
| 2016-04-24 | Remove, now unnecessary, workaround | mitaa | -0/+42 |
| 2016-04-22 | show unstable status for deprecated items | Andy Russell | -0/+25 |
| 2016-04-22 | Only record the same impl once | mitaa | -0/+43 |
| 2016-04-22 | rustdoc: Cleanup ABI rendering | Oliver Middleton | -5/+42 |
| 2016-04-21 | Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichton | bors | -0/+20 |
| 2016-04-19 | Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton | bors | -0/+130 |
| 2016-04-19 | Auto merge of #32985 - caipre:rustdoc-disambiguate-impl-anchors, r=alexcrichton | bors | -0/+27 |
| 2016-04-18 | Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnik | Steve Klabnik | -0/+16 |
| 2016-04-18 | Fix the strip-hidden `ImplStripper` | mitaa | -0/+20 |
| 2016-04-17 | rustdoc: Disambiguate anchors for assoc item impls | Nick Platt | -0/+27 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -0/+23 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -0/+107 |
| 2016-04-15 | Add flag for whether an item is default or not. | pierzchalski | -0/+4 |
| 2016-04-15 | Add tests against weird provided/required method behaviour | pierzchalski | -7/+55 |
| 2016-04-14 | Delegate whether to print docblocks to 'document' | pierzchalski | -0/+26 |
| 2016-04-11 | rustdoc: Fix testing no_run code blocks | Alex Crichton | -0/+19 |
| 2016-04-06 | Add a test | Seo Sanghyeon | -0/+16 |
| 2016-04-02 | Refactor `HiddenStructField` into `StrippedItem` | mitaa | -0/+44 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -0/+48 |