| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2019-01-13 | Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+10 |
| 2019-01-10 | Re-enable history api on file:// protocol | Guillaume Gomez | -2/+1 |
| 2018-12-29 | Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus | bors | -3/+5 |
| 2018-12-27 | Simplify foreign type rendering. | John Heitmann | -1/+10 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -12/+0 |
| 2018-12-24 | Add no-crate filter option on rustdoc | Guillaume Gomez | -3/+5 |
| 2018-12-16 | Fix js errors | Guillaume Gomez | -2/+2 |
| 2018-12-06 | Show 'loading content' when loading content | Guillaume Gomez | -4/+9 |
| 2018-12-06 | cleanup | Guillaume Gomez | -57/+37 |
| 2018-12-06 | Prevent lazy iterations over DOM | Guillaume Gomez | -105/+99 |
| 2018-12-06 | Greatly improve rustdoc rendering speed issues | Guillaume Gomez | -497/+587 |
| 2018-12-06 | Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavus | Pietro Albini | -16/+83 |
| 2018-12-05 | Rollup merge of #56523 - JohnHeitmann:es6, r=GuillaumeGomez | Pietro Albini | -2/+6 |
| 2018-12-05 | Rollup merge of #55563 - GuillaumeGomez:doc-search-sentence, r=QuietMisdreavus | Pietro Albini | -1/+10 |
| 2018-12-04 | Added a bare-bones eslint config (removing jslint) | John Heitmann | -2/+6 |
| 2018-11-28 | Add crate filtering | Guillaume Gomez | -16/+83 |