| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-03-27 | Load struct-variant data correctly from metadata | mitaa | -0/+2 |
| 2016-03-27 | Linkify associated types and constants | mitaa | -1/+4 |
| 2016-03-27 | Correct anchor for links to associated trait items | mitaa | -0/+39 |
| 2016-03-23 | Rollup merge of #32434 - mitaa:rdoc-no-inline, r=alexcrichton | Eduard-Mihai Burtescu | -0/+33 |
| 2016-03-22 | Consider `doc(no_inline)` in crate-local inlining | mitaa | -0/+33 |
| 2016-03-22 | Omit `pub` for inlined variant-struct fields | mitaa | -0/+21 |
| 2016-03-12 | Auto merge of #32142 - mitaa:rdoc-maybe-inline-local, r=alexcrichton | bors | -4/+56 |
| 2016-03-11 | Adjust rustdoc test for new restriction | Aaron Turon | -3/+3 |
| 2016-03-10 | Remove `feature(globs)` since they are stable | mitaa | -4/+0 |
| 2016-03-10 | Consider `doc(hidden)` for crate-local inlining | mitaa | -0/+27 |
| 2016-03-09 | Check for `doc(inline)` instead of `.*(inline)` | mitaa | -0/+29 |
| 2016-03-06 | Auto merge of #32055 - mitaa:rdoc-strip-priv-imports, r=alexcrichton | bors | -1/+21 |
| 2016-03-06 | Split out rustdoc pass to strip private imports | mitaa | -1/+21 |
| 2016-03-03 | Ignore a rustdoc test that does not work on beta | Brian Anderson | -0/+1 |
| 2016-02-27 | Clearly separate code blocks from other blocks | mitaa | -0/+70 |
| 2016-02-26 | Auto merge of #31903 - mitaa:rdoc-ghostly-impls, r=alexcrichton | bors | -0/+18 |
| 2016-02-26 | Don't inline impls from `doc(hidden)` modules | mitaa | -0/+18 |
| 2016-02-26 | Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton | bors | -0/+0 |
| 2016-02-25 | Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichton | Manish Goregaokar | -0/+23 |
| 2016-02-24 | Add compiletest-ignore-dir to existing subdirectories. | Niko Matsakis | -0/+0 |
| 2016-02-24 | Fix source-links for files with absolute-paths | mitaa | -0/+17 |
| 2016-02-23 | Don't show associated consts from trait impls | mitaa | -0/+23 |
| 2016-02-14 | Auto merge of #31614 - mitaa:rdoc_locitem_extmac, r=alexcrichton | bors | -0/+21 |
| 2016-02-13 | Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichton | bors | -0/+16 |
| 2016-02-12 | Omit src-links for items from extern macros | mitaa | -0/+21 |
| 2016-02-12 | Shorten docstrings after Markdown rendering | mitaa | -0/+16 |
| 2016-02-12 | Fix associated item identifiers | mitaa | -5/+5 |
| 2016-01-28 | rustdoc: Add test for tuple rendering | Oliver Middleton | -0/+18 |
| 2015-12-16 | Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichton | Manish Goregaokar | -0/+16 |
| 2015-12-15 | Use --cfg when running doctests | Seo Sanghyeon | -0/+16 |
| 2015-12-12 | Support `#[deprecated]` in rustdoc | Vadim Petrochenkov | -0/+16 |
| 2015-12-08 | Auto merge of #30036 - mitaa:doc_id, r=alexcrichton | bors | -0/+83 |