| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-02-03 | Move test from bootstrap to compiletest | Guillaume Gomez | -0/+27 |
| 2017-01-15 | Fix missing blank space issue | Guillaume Gomez | -1/+1 |
| 2017-01-09 | Improved rustdoc rendering for unstable features | Manish Goregaokar | -3/+9 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -2/+0 |
| 2016-12-12 | rustdoc: Fix short summaries in search results | Oliver Middleton | -0/+20 |
| 2016-12-09 | rustdoc: fix doctests with non-feature crate attrs | Alex Burka | -0/+110 |
| 2016-12-08 | Fix doc-tests on exported `macro_rules!`. | Jeffrey Seyfried | -0/+18 |
| 2016-12-01 | Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton | bors | -0/+24 |
| 2016-11-30 | rustdoc: link to cross-crate sources directly. | Eduard-Mihai Burtescu | -3/+4 |
| 2016-11-30 | unstable --playground-url, add test code | Liigo Zhuang | -0/+24 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -4/+10 |
| 2016-11-16 | Auto merge of #37773 - ollie27:rustdoc_inline_glob, r=brson | bors | -0/+173 |