| Age | Commit message (Expand) | Author | Lines |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-05-03 | Fix invalid path generation in rustdoc search | Guillaume Gomez | -1/+1 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+1 |
| 2018-04-27 | Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavus | kennytm | -0/+2 |
| 2018-04-26 | Add setting to go to item if there is only one result | Guillaume Gomez | -0/+2 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+2 |
| 2018-04-22 | Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavus | bors | -3/+76 |
| 2018-04-21 | Add aliases in the search as well | Guillaume Gomez | -3/+7 |
| 2018-04-21 | Generate alias file | Guillaume Gomez | -6/+74 |
| 2018-04-21 | Remove link generation on image, favicon and logo in settings | Guillaume Gomez | -17/+19 |
| 2018-04-17 | Add rustdoc settings menu | Guillaume Gomez | -3/+74 |
| 2018-04-17 | Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomez | Guillaume Gomez | -1/+3 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -1/+1 |
| 2018-04-13 | rustdoc: Don't include private paths in all.html | Oliver Middleton | -1/+3 |
| 2018-04-10 | Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavus | bors | -36/+205 |
| 2018-04-07 | Improve code | Guillaume Gomez | -21/+20 |
| 2018-04-06 | Auto merge of #49335 - GuillaumeGomez:remove-unneeded-trait-implementations-t... | bors | -11/+19 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -1/+1 |
| 2018-04-04 | Rollup merge of #49516 - GuillaumeGomez:add-union-field-missing-anchor, r=Qui... | kennytm | -2/+7 |
| 2018-04-04 | Rollup merge of #49179 - varkor:future-deprecation, r=QuietMisdreavus,Guillau... | kennytm | -4/+18 |
| 2018-04-04 | Add page to list all crate's items | Guillaume Gomez | -36/+206 |
| 2018-03-31 | Shorten deprecation note | varkor | -2/+2 |
| 2018-03-30 | Rename fs::read_string to read_to_string and stabilize | Matt Brubeck | -1/+1 |
| 2018-03-30 | Add missing anchor for union type fields | Guillaume Gomez | -2/+7 |
| 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 | Remove unneeded trait implementations titles | Guillaume Gomez | -11/+19 |
| 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-26 | Add future deprecation warning to rustdoc | varkor | -4/+18 |
| 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 |