| Age | Commit message (Expand) | Author | Lines |
| 2017-08-08 | rustdoc: Don't add external impls to implementors js | Oliver Middleton | -0/+15 |
| 2017-08-07 | Remove \0 printing | Guillaume Gomez | -1/+1 |
| 2017-08-06 | Fix hoedown error in rustdoc | Guillaume Gomez | -0/+18 |
| 2017-07-25 | Add tests for issues with the E-needstest label | topecongiro | -0/+15 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -7/+0 |
| 2017-06-26 | Auto merge of #42885 - ollie27:rustdoc_empty_glob_path, r=GuillaumeGomez | bors | -0/+23 |
| 2017-06-24 | rustdoc: Don't ICE on `use *;` | Oliver Middleton | -0/+23 |
| 2017-06-23 | rustdoc: Fix a few issues with associated consts | Oliver Middleton | -0/+79 |
| 2017-06-13 | Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavus | bors | -0/+23 |
| 2017-06-12 | rustdoc: Fix missing enum variant reexports | Oliver Middleton | -0/+23 |
| 2017-06-12 | Rollup merge of #42594 - ollie27:rustdoc_assoc_type_links, r=steveklabnik | Corey Farwell | -0/+7 |
| 2017-06-11 | rustdoc: Stop stripping empty modules | Oliver Middleton | -0/+51 |
| 2017-06-11 | rustdoc: Link directly to associated types | Oliver Middleton | -0/+7 |
| 2017-06-09 | Document direct implementations on type aliases. | Michael Killough | -0/+35 |
| 2017-06-02 | rustdoc: Hide `self: Box<Self>` in list of deref methods | Oliver Middleton | -0/+12 |
| 2017-05-31 | rustdoc: Cleanup associated const value rendering | Oliver Middleton | -0/+18 |
| 2017-05-30 | Fix signature by adding parens when needed | Guillaume Gomez | -0/+15 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -2/+0 |
| 2017-05-22 | rustdoc: Fix names of items in cross crate reexported modules | Oliver Middleton | -0/+53 |
| 2017-05-15 | rustdoc: Display `extern "C" fn` instead of `extern fn` | Oliver Middleton | -8/+8 |
| 2017-05-06 | Allow # to appear in rustdoc code output. | Mark Simulacrum | -0/+25 |
| 2017-04-22 | Re-enable hoedown by default | Guillaume Gomez | -64/+0 |
| 2017-04-14 | Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv | Corey Farwell | -0/+26 |
| 2017-04-14 | Rollup merge of #41172 - Aaron1011:rustdoc-overflow, r=frewsxcv | Corey Farwell | -0/+31 |
| 2017-04-12 | Fix invalid associated type rendering in rustdoc | Guillaume Gomez | -0/+26 |
| 2017-04-09 | Fix rustdoc infinitely recursing when an external crate reexports itself | Aaron Hill | -0/+31 |
| 2017-04-09 | merge with master to pick up pulldown switch | QuietMisdreavus | -2/+244 |
| 2017-04-06 | rustdoc: where clause adjustment to fix tests | QuietMisdreavus | -5/+5 |
| 2017-04-06 | rustdoc: Use pulldown-cmark for Markdown HTML rendering | Oliver Middleton | -11/+20 |
| 2017-04-04 | Handle ordered lists as well | Guillaume Gomez | -0/+32 |
| 2017-04-02 | Auto merge of #40919 - GuillaumeGomez:fix-new-rustdoc, r=frewsxcv,steveklabnik | bors | -0/+59 |
| 2017-03-31 | Add end whitespace ignore flag for tidy | Guillaume Gomez | -1/+1 |
| 2017-03-31 | Fix hard break issue | Guillaume Gomez | -0/+19 |
| 2017-03-30 | Fix multiple footnotes and improve testing | Guillaume Gomez | -4/+9 |
| 2017-03-29 | Add support for image, rules and footnotes | Guillaume Gomez | -0/+35 |
| 2017-03-28 | Rustdoc: test proper representation for `pub use` macros | Austin Bonander | -0/+61 |
| 2017-03-21 | Add whitespace around "=" in assoc items | Guillaume Gomez | -2/+30 |
| 2017-03-19 | Rollup merge of #40587 - GuillaumeGomez:rustdoc-const-display, r=frewsxcv | Corey Farwell | -0/+31 |
| 2017-03-17 | Fix invalid debug display for associated consts | Guillaume Gomez | -0/+31 |
| 2017-03-16 | Fix const not displayed in rustdoc | Guillaume Gomez | -0/+22 |
| 2017-02-28 | Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv | Corey Farwell | -8/+33 |
| 2017-02-28 | Update tests accordingly | Guillaume Gomez | -8/+33 |
| 2017-02-25 | Fix nightly-only experimental API display | Guillaume Gomez | -7/+7 |
| 2017-02-12 | Rollup merge of #39654 - ollie27:rustdoc_attributes, r=GuillaumeGomez | Guillaume Gomez | -0/+27 |
| 2017-02-08 | Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichton | Corey Farwell | -0/+40 |
| 2017-02-08 | rustdoc: Show attributes on all item types | Oliver Middleton | -0/+27 |
| 2017-02-08 | Add more test for rustdoc --test | Guillaume Gomez | -0/+21 |
| 2017-02-06 | rustdoc: Improve impl disambiguation | Oliver Middleton | -0/+40 |
| 2017-02-05 | Auto merge of #38161 - durka:rustdoc-crate-attrs, r=alexcrichton | bors | -0/+110 |
| 2017-02-03 | Create new flag to test rustdoc --test | Guillaume Gomez | -3/+2 |