| Age | Commit message (Expand) | Author | Lines |
| 2016-11-14 | rustdoc: Fix some local inlining issues | Oliver Middleton | -0/+173 |
| 2016-11-13 | do not use deprecated text for unstable docs | Andy Russell | -0/+10 |
| 2016-11-12 | Rollup merge of #37190 - QuietMisdreavus:rustdoc-where-newline, r=GuillaumeGomez | Eduard-Mihai Burtescu | -0/+19 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -0/+79 |
| 2016-10-13 | rustdoc: add line breaks to where clauses a la rustfmt | QuietMisdreavus | -0/+19 |
| 2016-10-11 | Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik | Guillaume Gomez | -0/+21 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -6/+6 |
| 2016-09-30 | rustdoc: Fix documenting rustc-macro crates | Alex Crichton | -0/+24 |
| 2016-09-27 | add rustdoc test for adding line breaks | QuietMisdreavus | -0/+21 |
| 2016-09-14 | Auto merge of #36293 - liigo:docblock-short, r=steveklabnik | bors | -1/+1 |
| 2016-09-14 | Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnik | bors | -0/+10 |
| 2016-09-10 | Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnik | Guillaume Gomez | -0/+59 |
| 2016-09-09 | rustdoc: don't collapse `docblock-short` | Liigo | -1/+1 |
| 2016-09-09 | rustdoc: Don't add extra newlines for fully opaque structs | Oliver Middleton | -0/+10 |
| 2016-09-08 | Auto merge of #35745 - jroesch:soundness-fix-29859, r=nikomatsakis | bors | -1/+1 |
| 2016-09-07 | Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton | bors | -0/+85 |
| 2016-09-05 | Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichton | bors | -0/+40 |
| 2016-09-05 | rustdoc: Filter more incorrect methods inherited through Deref | Piotr Jawniak | -0/+85 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -0/+20 |
| 2016-09-02 | Remove illegal bound from doc test | Jared Roesch | -1/+1 |
| 2016-08-29 | rustdoc: Fix associated consts in search results | Oliver Middleton | -0/+40 |
| 2016-08-27 | rustdoc: Add missing item types to page titles | Oliver Middleton | -0/+59 |
| 2016-08-19 | Redirect | Nick Cameron | -0/+2 |
| 2016-08-18 | rustdoc: remove the `!` from macro URLs and titles | Nick Cameron | -2/+2 |
| 2016-08-17 | Review changes | Nick Cameron | -0/+17 |
| 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 |