| Age | Commit message (Expand) | Author | Lines |
| 2018-01-26 | Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollup | Alex Crichton | -25/+27 |
| 2018-01-25 | Auto merge of #47686 - GuillaumeGomez:theme-fixes, r=QuietMisdreavus | bors | -4/+4 |
| 2018-01-24 | Few fixes for multiple themes support feature | Guillaume Gomez | -4/+4 |
| 2018-01-23 | Auto merge of #47678 - kennytm:rollup, r=kennytm | bors | -1/+2 |
| 2018-01-23 | Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavus | bors | -6/+76 |
| 2018-01-23 | rustdoc: Hide methods from #[doc(masked)] crates from the search index | Oliver Middleton | -25/+27 |
| 2018-01-23 | rustdoc: Show when traits are auto traits | Oliver Middleton | -1/+2 |
| 2018-01-23 | Fasten even more theme switch | Guillaume Gomez | -2/+4 |
| 2018-01-22 | Fasten up theme loading | Guillaume Gomez | -22/+1 |
| 2018-01-22 | Change theme icon | Guillaume Gomez | -0/+2 |
| 2018-01-22 | Resolve foreign macros | Manish Goregaokar | -1/+1 |
| 2018-01-22 | Use correct item for links in modules | Manish Goregaokar | -2/+2 |
| 2018-01-22 | cleanup | QuietMisdreavus | -4/+18 |
| 2018-01-22 | Add LinkReplacer pass for pulldown | Manish Goregaokar | -6/+7 |
| 2018-01-22 | give render_text a generic return type | QuietMisdreavus | -1/+1 |
| 2018-01-21 | Add themes option | Guillaume Gomez | -11/+24 |
| 2018-01-21 | Add possibility to have multiple themes | Guillaume Gomez | -4/+78 |
| 2018-01-17 | Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavus | Guillaume Gomez | -3/+2 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -4/+4 |
| 2018-01-15 | Reexport -> re-export in documentation section headings | Carol (Nichols || Goulding) | -3/+3 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -13/+3 |
| 2018-01-10 | Use the new fs_read_write functions in rustc internals | Matt Brubeck | -15/+5 |
| 2018-01-10 | rustdoc: Populate external_traits with traits only seen in impls | Oliver Middleton | -3/+2 |
| 2018-01-07 | Auto merge of #47039 - ollie27:rustdoc_trait_impl_src, r=GuillaumeGomez | bors | -60/+30 |
| 2018-01-06 | Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakis | bors | -1/+5 |
| 2017-12-30 | Hard break for rust-lang/rust#46976 | Christopher Durham | -1/+5 |
| 2017-12-29 | Auto merge of #46883 - QuietMisdreavus:faildown, r=GuillaumeGomez | bors | -1/+7 |
| 2017-12-27 | rustdoc: Add missing src links for generic impls on trait pages | Oliver Middleton | -60/+30 |
| 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 |