| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark... | bors | -2/+49 |
| 2019-10-29 | Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPC | Tyler Mandry | -3/+7 |
| 2019-10-27 | reduce size of generated HTML files by moving the popup helper code to the JS | Guillaume Gomez | -0/+47 |
| 2019-10-27 | Cleanup search element getter | Guillaume Gomez | -2/+2 |
| 2019-10-25 | Improve help popup detection | Guillaume Gomez | -3/+4 |
| 2019-10-24 | Prevent help popup to disappear when clicking on it | Guillaume Gomez | -2/+5 |
| 2019-10-24 | Fix default "disable-shortcuts" feature value | Guillaume Gomez | -1/+1 |
| 2019-10-21 | Add option to disable keyboard shortcuts in docs | Guillaume Gomez | -1/+2 |
| 2019-09-09 | Rollup merge of #64312 - GuillaumeGomez:rustdoc-better-esc-handling, r=Mark-S... | Mazdak Farrokhzad | -18/+29 |
| 2019-09-09 | Unify escape usage | Guillaume Gomez | -18/+29 |
| 2019-09-06 | Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomez | Mazdak Farrokhzad | -10/+6 |
| 2019-09-05 | Rollup merge of #63774 - chocol4te:fix_63707, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+1 |
| 2019-09-04 | Improve searching in rustdoc and add tests | Shiqing | -10/+6 |
| 2019-08-29 | Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-08-28 | Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrum | bors | -2/+18 |
| 2019-08-28 | Save crate filtering on rustdoc | Guillaume Gomez | -2/+18 |
| 2019-08-21 | Fix confusion in theme picker functions | Guillaume Gomez | -6/+6 |
| 2019-08-21 | Fix `window.hashchange is not a function` | Ferdia McKeogh | -1/+1 |
| 2019-07-16 | code formatting | Guillaume Gomez | -1/+1 |
| 2019-05-21 | Fix lines highlighting in rustdoc source view | Guillaume Gomez | -3/+14 |
| 2019-05-18 | Auto merge of #60093 - GuillaumeGomez:fix-attrs-pos, r=Manishearth | bors | -1/+5 |
| 2019-04-28 | Fix default value for setting "Auto-hide item methods' documentation" | Dmitry Murzin | -1/+1 |
| 2019-04-18 | Fixes attributes position in types decl | Guillaume Gomez | -1/+5 |
| 2019-04-12 | Auto merge of #59622 - GuillaumeGomez:improve-one-char-search, r=QuietMisdreavus | bors | -3/+7 |
| 2019-04-02 | Ensure that exact matches come first in rustdoc search | Guillaume Gomez | -3/+7 |
| 2019-03-30 | Rollup merge of #59534 - laurmaedje:collapse-blanket-impls, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+8 |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -0/+5 |
| 2019-03-29 | Collapse blanket impls in the same way as normal impls | Laurenz | -0/+8 |
| 2019-03-29 | Support non-exhaustive enum variants in rustdoc. | David Wood | -0/+5 |
| 2019-03-23 | Add test | Guillaume Gomez | -6/+10 |
| 2019-03-21 | Fix invalid returned types generation | Guillaume Gomez | -0/+3 |
| 2019-03-21 | Add bounds for return types as well | Guillaume Gomez | -6/+12 |
| 2019-03-21 | Small generics search improvement | Guillaume Gomez | -1/+4 |
| 2019-03-02 | Fix "Auto-hide item methods documentation" setting | Guillaume Gomez | -32/+37 |
| 2019-02-20 | Rollup merge of #58336 - GuillaumeGomez:fix-search-results-interactions, r=ol... | kennytm | -2/+2 |
| 2019-02-16 | Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=QuietMisdreavus | kennytm | -1/+1 |
| 2019-02-10 | Rollup merge of #58297 - GuillaumeGomez:cleanup-js, r=QuietMisdreavus | Guillaume Gomez | -8/+6 |
| 2019-02-10 | Add trait aliases to js types | Guillaume Gomez | -1/+3 |
| 2019-02-10 | Fix search results interactions | Guillaume Gomez | -2/+2 |
| 2019-02-08 | Don't default on std crate when manipulating browser history | Guillaume Gomez | -1/+1 |
| 2019-02-08 | Cleanup JS a bit | Guillaume Gomez | -8/+6 |
| 2019-02-08 | fix rustdoc JS | hrls | -1/+1 |
| 2019-02-07 | Rollup merge of #58150 - GuillaumeGomez:dont-apply-impl-collapse-rules-to-tra... | Guillaume Gomez | -8/+9 |
| 2019-02-07 | Rollup merge of #58146 - GuillaumeGomez:dont-collapse-everything, r=QuietMisd... | Guillaume Gomez | -2/+20 |
| 2019-02-07 | Rollup merge of #57504 - GuillaumeGomez:re-enable-history, r=QuietMisdreavus | Guillaume Gomez | -2/+1 |
| 2019-02-07 | Don't apply impl block collapse rules to trait impls | Guillaume Gomez | -8/+9 |
| 2019-02-04 | Prevent automatic collapse of methods impl blocks | Guillaume Gomez | -2/+20 |
| 2019-01-17 | End fixing search index minification | Guillaume Gomez | -2/+2 |
| 2019-01-15 | Rollup merge of #57614 - GuillaumeGomez:fix-crate-filtering, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+1 |
| 2019-01-15 | Fix crates filtering box not being filled | Guillaume Gomez | -1/+1 |