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