| Age | Commit message (Expand) | Author | Lines |
| 2017-10-01 | rustdoc: Style of [src] link for trait implementors | Vitaly _Vi Shukela | -1/+8 |
| 2017-09-29 | rustdoc: Render [src] links for trait implementors (#43893) | Vitaly _Vi Shukela | -1/+10 |
| 2017-09-29 | rustdoc: Extract converter from Impementor to Item to a fn | Vitaly _Vi Shukela | -13/+19 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -3/+3 |
| 2017-09-24 | Rollup merge of #44789 - GuillaumeGomez:fix-rustdoc-display, r=QuietMisdreavus | Guillaume Gomez | -1/+1 |
| 2017-09-23 | Fix warning position in rustdoc code blocks | Guillaume Gomez | -1/+1 |
| 2017-09-23 | Rollup merge of #44554 - GuillaumeGomez:add-missing-pub, r=QuietMisdreavus | Corey Farwell | -2/+4 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -3/+3 |
| 2017-09-20 | Auto merge of #44350 - GuillaumeGomez:id-false-positive, r=QuietMisdreavus | bors | -24/+44 |
| 2017-09-19 | Improve how warnings are displayed | Guillaume Gomez | -24/+44 |
| 2017-09-19 | Add pub visibility for methods as well | Guillaume Gomez | -2/+4 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -17/+29 |
| 2017-09-18 | Rollup merge of #44671 - GuillaumeGomez:run-button, r=steveklabnik | Alex Crichton | -0/+5 |
| 2017-09-18 | Fix run button | Guillaume Gomez | -0/+5 |
| 2017-09-17 | Add more links and put the link character to the left | Guillaume Gomez | -5/+15 |
| 2017-09-17 | Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavus | Tim Neumann | -10/+142 |
| 2017-09-15 | Auto merge of #43949 - GuillaumeGomez:compile_fail_stable, r=alexcrichton | bors | -3/+1 |
| 2017-09-14 | Rollup merge of #44368 - ollie27:rustdoc_pulldown_ids, r=QuietMisdreavus | Corey Farwell | -2/+6 |
| 2017-09-14 | Rollup merge of #44254 - GuillaumeGomez:const-fix-rustdoc, r=QuietMisdreavus | Corey Farwell | -17/+4 |
| 2017-09-12 | Fix rendering of const keyword for functions | Guillaume Gomez | -17/+4 |
| 2017-09-11 | Add arrow and improve display | Guillaume Gomez | -36/+98 |
| 2017-09-11 | Add class for codeblocks | Guillaume Gomez | -9/+79 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-09-10 | Rollup merge of #44347 - GuillaumeGomez:rustdoc-false-positive, r=QuietMisdre... | Guillaume Gomez | -3/+7 |
| 2017-09-10 | Rollup merge of #44329 - nrc:pulldown-warn-fix, r=ollie27 | Guillaume Gomez | -80/+22 |
| 2017-09-10 | Auto merge of #44274 - Mark-Simulacrum:rustdoc-tests, r=alexcrichton | bors | -2/+4 |
| 2017-09-06 | rustdoc: Don't counts ids twice when using --enable-commonmark | Oliver Middleton | -2/+6 |
| 2017-09-06 | Reduce false positives number in rustdoc html diff | Guillaume Gomez | -3/+7 |
| 2017-09-06 | Fixup some nits from #44238 | Nick Cameron | -80/+22 |
| 2017-09-05 | new attribute #[doc(masked)] to hide internal crates from std docs | QuietMisdreavus | -17/+29 |
| 2017-09-05 | Test rustdoc unit tests. | Mark Simulacrum | -2/+4 |
| 2017-09-05 | add "Implementations on Foreign Types" to the sidebar | QuietMisdreavus | -0/+11 |
| 2017-09-05 | if not showing default docs on an impl, autohide the items | QuietMisdreavus | -0/+9 |
| 2017-09-05 | rustdoc: add new "Implementations on Foreign Types" section to traits | QuietMisdreavus | -14/+56 |
| 2017-09-01 | set compile_fail flag stable | Guillaume Gomez | -3/+1 |
| 2017-09-01 | Auto merge of #44238 - nrc:pulldown-warn, r=@QuietMisdreavus | bors | -35/+210 |
| 2017-09-01 | Windows line endings | Nick Cameron | -1/+1 |
| 2017-09-01 | Do a better job of eliding whitespace-only differences from warnings | Nick Cameron | -1/+67 |
| 2017-09-01 | Improve the appearance of markdown warnings | Nick Cameron | -14/+98 |
| 2017-09-01 | rustdoc: collect rendering warnings and print them in one place | Nick Cameron | -16/+34 |
| 2017-08-31 | Rollup merge of #44192 - GuillaumeGomez:sub-fields-style, r=QuietMisdreavus | Mark Simulacrum | -5/+9 |
| 2017-09-01 | Only emit warnings if the user is using Pulldown | Nick Cameron | -25/+32 |
| 2017-08-31 | Auto merge of #41991 - GuillaumeGomez:rustdoc-html-diff, r=nrc | bors | -2/+31 |
| 2017-08-30 | Fix invalid display of enum sub-fields docs | Guillaume Gomez | -5/+9 |
| 2017-08-30 | Remove some false positive issues | Guillaume Gomez | -1/+9 |
| 2017-08-30 | Print warning whatever the rendering mode | Guillaume Gomez | -26/+15 |
| 2017-08-30 | Update unstable-crate test | Guillaume Gomez | -7/+8 |
| 2017-08-30 | Add warnings when rustdoc html rendering differs | Guillaume Gomez | -2/+33 |
| 2017-08-29 | Rollup merge of #44135 - GuillaumeGomez:fix-css-links, r=QuietMisdreavus | Ariel Ben-Yehuda | -6/+9 |
| 2017-08-29 | Rollup merge of #43918 - mystor:rustdoc-pound, r=QuietMisdreavus | Ariel Ben-Yehuda | -15/+43 |