| Age | Commit message (Expand) | Author | Lines |
| 2016-08-11 | Make `private_in_public` compatibility lint deny-by-default | Vadim Petrochenkov | -2/+4 |
| 2016-08-11 | Add test for recursive private alias substitution in rustdoc | Vadim Petrochenkov | -0/+11 |
| 2016-08-11 | Substitute private type aliases in rustdoc | petrochenkov | -0/+30 |
| 2016-07-25 | rustdoc: Fix tuple struct where clause rendering | Oliver Middleton | -1/+17 |
| 2016-07-13 | Auto merge of #34684 - oli-obk:eval_rustdoc_array_len, r=alexcrichton | bors | -2/+2 |
| 2016-07-13 | evaluate the array length of fixed size array types in rustdoc | Oliver Schneider | -2/+2 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -0/+42 |
| 2016-06-30 | rustdoc: Remove paths from primitive page <title> tags | Oliver Middleton | -0/+17 |
| 2016-06-29 | Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichton | Manish Goregaokar | -0/+15 |
| 2016-06-29 | Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton | Manish Goregaokar | -0/+66 |
| 2016-06-28 | rustdoc: Fix empty Implementations section on some module pages | Oliver Middleton | -0/+15 |
| 2016-06-27 | rustdoc: Fix a few stripping issues | Oliver Middleton | -0/+66 |
| 2016-06-26 | rustdoc: Fix inlined renamed reexports in import lists | Oliver Middleton | -0/+22 |
| 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 |