| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |