| Age | Commit message (Expand) | Author | Lines |
| 2018-05-15 | Rename GenericParam to GenericParamDef | varkor | -4/+4 |
| 2018-05-15 | Rollup merge of #50691 - ollie27:rustdoc_pub_restricted, r=QuietMisdreavus | Guillaume Gomez | -2/+13 |
| 2018-05-15 | Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27 | Guillaume Gomez | -12/+28 |
| 2018-05-15 | Auto merge of #50259 - GuillaumeGomez:improve-results, r=ollie27 | bors | -73/+137 |
| 2018-05-12 | Use fullpath instead of recreating it | Guillaume Gomez | -4/+2 |
| 2018-05-12 | rustdoc: Add support for pub(restricted) | Oliver Middleton | -2/+13 |
| 2018-05-12 | Fix invalid deduplication | Guillaume Gomez | -8/+1 |
| 2018-05-12 | Fix items counts in search results | Guillaume Gomez | -12/+15 |
| 2018-05-12 | Reduce js files size | Guillaume Gomez | -26/+31 |
| 2018-05-12 | Remove extra span tags | Guillaume Gomez | -1/+11 |
| 2018-05-12 | Handle blur on theme buttons nicely | Guillaume Gomez | -1/+19 |
| 2018-05-12 | Add missing description in alias items | Guillaume Gomez | -3/+3 |
| 2018-05-12 | Improve alias rendering | Guillaume Gomez | -6/+16 |
| 2018-05-12 | Improve results | Guillaume Gomez | -26/+53 |
| 2018-05-12 | Add minification process | Guillaume Gomez | -12/+28 |
| 2018-05-12 | Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov | Mark Simulacrum | -2/+2 |
| 2018-05-09 | use fmt::Result where applicable | Andre Bogus | -2/+2 |
| 2018-05-05 | Fix paths search | Guillaume Gomez | -1/+1 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -2/+2 |
| 2018-05-04 | Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMi... | kennytm | -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-30 | Rename "show type declaration" to "show declaration" | Guillaume Gomez | -1/+1 |
| 2018-04-27 | fix search load page failure | Guillaume Gomez | -1/+1 |
| 2018-04-27 | Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavus | kennytm | -31/+59 |
| 2018-04-26 | Add setting to go to item if there is only one result | Guillaume Gomez | -31/+59 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+3 |
| 2018-04-25 | Some JS improvements | Guillaume Gomez | -32/+24 |
| 2018-04-23 | fix search bar bug | Guillaume Gomez | -10/+18 |
| 2018-04-22 | Auto merge of #49954 - GuillaumeGomez:doc-settings, r=ollie27,QuietMisdreavus | bors | -26/+231 |
| 2018-04-21 | remove unused condition | Guillaume Gomez | -5/+0 |
| 2018-04-21 | fix invalid items removal | Guillaume Gomez | -2/+4 |
| 2018-04-21 | Add aliases in the search as well | Guillaume Gomez | -6/+20 |
| 2018-04-21 | Generate alias file | Guillaume Gomez | -7/+76 |
| 2018-04-21 | Add specific never search | Guillaume Gomez | -1/+6 |
| 2018-04-21 | Remove link generation on image, favicon and logo in settings | Guillaume Gomez | -26/+19 |
| 2018-04-17 | Add rustdoc settings menu | Guillaume Gomez | -26/+238 |
| 2018-04-17 | Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomez | Guillaume Gomez | -1/+3 |
| 2018-04-17 | Rollup merge of #49966 - GuillaumeGomez:comma-search, r=QuietMisdreavus | Guillaume Gomez | -129/+180 |
| 2018-04-16 | Add rustdoc-ui test suite | Guillaume Gomez | -1/+1 |
| 2018-04-14 | Add doc | Guillaume Gomez | -0/+4 |
| 2018-04-14 | Small size reduction | Guillaume Gomez | -122/+106 |
| 2018-04-14 | Add multi-query search | Guillaume Gomez | -7/+70 |
| 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/+237 |
| 2018-04-07 | Improve code | Guillaume Gomez | -21/+20 |
| 2018-04-07 | Rollup merge of #49652 - GuillaumeGomez:anchor-collapsed, r=QuietMisdreavus | kennytm | -10/+23 |
| 2018-04-07 | Rollup merge of #49510 - GuillaumeGomez:anchor-field-position, r=QuietMisdreavus | kennytm | -0/+3 |
| 2018-04-06 | Auto merge of #49335 - GuillaumeGomez:remove-unneeded-trait-implementations-t... | bors | -11/+19 |