| Age | Commit message (Expand) | Author | Lines |
| 2017-12-29 | Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomez | bors | -1/+7 |
| 2017-12-27 | rustdoc: add option to abort process on markdown differences | QuietMisdreavus | -1/+7 |
| 2017-12-21 | Auto merge of #46922 - kennytm:rollup, r=kennytm | bors | -3/+4 |
| 2017-12-22 | Rollup merge of #46847 - GuillaumeGomez:more-sidebar-escape, r=QuietMisdreavus | kennytm | -3/+4 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -2/+4 |
| 2017-12-21 | Escape more items in the sidebar when needed | Guillaume Gomez | -3/+4 |
| 2017-12-17 | Add an option to allow rustdoc to list modules by appearance | varkor | -4/+13 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -27/+34 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -5/+2 |
| 2017-12-08 | Auto merge of #46247 - GuillaumeGomez:md-warnings, r=QuietMisdreqvus | bors | -8/+16 |
| 2017-12-07 | fix markdown file differences | Guillaume Gomez | -6/+11 |
| 2017-12-07 | Generate difference warnings for markdown files as well | Guillaume Gomez | -2/+5 |
| 2017-12-07 | Greatly improve sidebar when width < 700px | Guillaume Gomez | -0/+7 |
| 2017-12-03 | Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavus | bors | -1/+2 |
| 2017-12-02 | Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavus | bors | -5/+6 |
| 2017-12-02 | Auto merge of #46288 - alexcrichton:bump-bootstrap, r=Mark-Simulacrum | bors | -2/+0 |
| 2017-11-29 | Update bootstrap compiler | Alex Crichton | -2/+0 |
| 2017-11-30 | Fix rustoc item summaries that are headers | Christian Duerr | -1/+3 |
| 2017-11-29 | rustdoc: Fix issues with cross-crate inlined associated items | Oliver Middleton | -1/+2 |
| 2017-11-29 | Fix invalid HTML escape | Guillaume Gomez | -5/+6 |
| 2017-11-22 | Auto merge of #44781 - QuietMisdreavus:doc-include, r=GuillaumeGomez | bors | -4/+26 |
| 2017-11-21 | allow loading external files in documentation | QuietMisdreavus | -4/+26 |
| 2017-11-22 | Rollup merge of #46134 - GuillaumeGomez:negative-traits, r=QuietMisdreavus | kennytm | -9/+19 |
| 2017-11-21 | Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM... | bors | -7/+74 |
| 2017-11-20 | Display negative traits implementation | Guillaume Gomez | -9/+19 |
| 2017-11-20 | Make rustdoc not include self-by-value methods from Deref target | Florian Hartwig | -5/+6 |
| 2017-11-18 | Add tooltip for important traits display | Guillaume Gomez | -4/+9 |
| 2017-11-18 | Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM... | bors | -2/+29 |
| 2017-11-17 | Add trait methods as well | Guillaume Gomez | -1/+2 |
| 2017-11-17 | Improve modal display and add JS events | Guillaume Gomez | -11/+6 |
| 2017-11-17 | First step for important traits UI | Guillaume Gomez | -13/+14 |
| 2017-11-17 | spotlight Iterator/Read/Write impls on function return types | QuietMisdreavus | -7/+72 |
| 2017-11-15 | Escape doc root URLs | Laurentiu Nicola | -1/+1 |
| 2017-11-15 | Support `extern type` in rustdoc. | kennytm | -2/+29 |
| 2017-11-12 | Generate generics on search-index | Guillaume Gomez | -7/+29 |
| 2017-11-07 | Add more elements in the sidebar | Guillaume Gomez | -31/+139 |
| 2017-11-07 | Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus | bors | -4/+4 |
| 2017-11-05 | Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr... | bors | -0/+1 |
| 2017-11-03 | Remove unused AsciiExt imports and fix tests related to ascii methods | Lukas Kalbertodt | -0/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -2/+2 |
| 2017-11-01 | Auto merge of #45187 - GuillaumeGomez:doc-ui-improvement, r=QuietMisdreavus | bors | -42/+104 |
| 2017-10-29 | rustdoc: Fix duplicated impls with generics | Oliver Middleton | -4/+4 |
| 2017-10-28 | Fix weird bugs | Guillaume Gomez | -31/+43 |
| 2017-10-27 | Encode urls | Guillaume Gomez | -1/+17 |
| 2017-10-27 | Change sidebar items order | Guillaume Gomez | -3/+3 |
| 2017-10-27 | Improve sidebar rendering and add methods list | Guillaume Gomez | -14/+48 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+3 |
| 2017-10-16 | Display rustdoc pulldown switch warnings everytime | Guillaume Gomez | -27/+22 |
| 2017-10-15 | Auto merge of #44613 - QuietMisdreavus:rustdoc-perf, r=michaelwoerister | bors | -5/+22 |
| 2017-10-13 | rustdoc: wrap redirect page writers in a BufWriter | QuietMisdreavus | -2/+4 |