| Age | Commit message (Expand) | Author | Lines |
| 2018-03-30 | Rename fs::read_string to read_to_string and stabilize | Matt Brubeck | -1/+1 |
| 2018-03-30 | Auto merge of #49489 - kennytm:rollup, r=kennytm | bors | -6/+6 |
| 2018-03-30 | Auto merge of #49412 - GuillaumeGomez:hide-type-decl, r=QuietMisdreavus | bors | -135/+150 |
| 2018-03-30 | Rollup merge of #49445 - GuillaumeGomez:light-theme, r=QuietMisdreavus | kennytm | -6/+6 |
| 2018-03-29 | Rename main theme into light theme | Guillaume Gomez | -6/+6 |
| 2018-03-28 | Fix text overlap | Guillaume Gomez | -16/+17 |
| 2018-03-27 | Hide type declarations by default | Guillaume Gomez | -135/+150 |
| 2018-03-13 | Rollup merge of #48898 - GuillaumeGomez:remove-empty-section, r=QuietMisdreavus | kennytm | -8/+10 |
| 2018-03-10 | Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus | bors | -28/+23 |
| 2018-03-09 | Remove auto trait implementation section when empty | Guillaume Gomez | -8/+10 |
| 2018-03-09 | Add missing items in the sidebar for functions | Guillaume Gomez | -28/+23 |
| 2018-03-05 | Add resource-suffix option for rustdoc | Guillaume Gomez | -15/+36 |
| 2018-02-18 | Remove extra whitespace | Aaron Hill | -1/+1 |
| 2018-02-18 | Fix inlining | Aaron Hill | -2/+7 |
| 2018-02-18 | More formatting fixups | Aaron Hill | -1/+1 |
| 2018-02-18 | Cleanup formatting | Aaron Hill | -18/+0 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -60/+235 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -218/+18 |
| 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 |