| Age | Commit message (Expand) | Author | Lines |
| 2018-11-24 | Don't show file sidebar by default | Guillaume Gomez | -6/+6 |
| 2018-11-24 | Source sidebar improvements | Guillaume Gomez | -60/+86 |
| 2018-11-24 | Add source file sidebar | Guillaume Gomez | -63/+384 |
| 2018-11-21 | Fixes primitive sidebar link generation | Guillaume Gomez | -30/+57 |
| 2018-11-21 | Improve no result found sentence in doc search | Guillaume Gomez | -6/+22 |
| 2018-11-15 | Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez | Pietro Albini | -1/+1 |
| 2018-11-13 | Change sidebar selector to fix compatibility with docs.rs | cynecx | -1/+1 |
| 2018-11-13 | Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavus | kennytm | -32/+53 |
| 2018-11-13 | Rollup merge of #55858 - GuillaumeGomez:fixes-rustdoc-codeblocks, r=QuietMisd... | kennytm | -4/+9 |
| 2018-11-11 | Rollup merge of #55856 - QuietMisdreavus:static-discharge, r=GuillaumeGomez | kennytm | -25/+136 |
| 2018-11-10 | move all static-file include!s into a single module | QuietMisdreavus | -25/+136 |
| 2018-11-10 | Small fixes on code blocks in rustdoc | Guillaume Gomez | -4/+9 |
| 2018-11-10 | Remove short doc where it starts with a codeblock | Guillaume Gomez | -32/+53 |
| 2018-11-07 | Remove intermediate font specs | Jon Gjengset | -5/+5 |
| 2018-11-05 | Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez | bors | -48/+43 |
| 2018-11-04 | add Debug impls for the Options structs | QuietMisdreavus | -1/+1 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -41/+116 |
| 2018-11-02 | pass the Options struct instead of individual args | QuietMisdreavus | -49/+42 |
| 2018-11-02 | split off a separate RenderOptions struct | QuietMisdreavus | -2/+2 |
| 2018-11-02 | swap uses of Matches with pre-parsed args | QuietMisdreavus | -8/+10 |
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -12/+74 |
| 2018-10-30 | Fix invalid "expand description" display | Guillaume Gomez | -8/+9 |
| 2018-10-29 | Fix source code pages in rustdoc | Guillaume Gomez | -2/+5 |
| 2018-10-29 | Rollup merge of #55440 - xfix:patch-11, r=GuillaumeGomez | Pietro Albini | -5/+0 |
| 2018-10-28 | Remove unreachable code in hasClass function in Rustdoc | Konrad Borowski | -5/+0 |
| 2018-10-27 | Fix sub-variant doc display | Guillaume Gomez | -17/+39 |
| 2018-10-26 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -4/+4 |
| 2018-10-26 | Rollup merge of #54921 - GuillaumeGomez:line-numbers, r=QuietMisdreavus | kennytm | -14/+68 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -4/+4 |
| 2018-10-22 | Fix multiple errors | Guillaume Gomez | -8/+19 |
| 2018-10-21 | improve search tabs look | Guillaume Gomez | -23/+14 |
| 2018-10-21 | Fix script to avoid displaying unnecessary items | Guillaume Gomez | -4/+8 |
| 2018-10-21 | Hide items if they use default docs | Guillaume Gomez | -27/+85 |
| 2018-10-21 | Improve stability messages display a bit | Guillaume Gomez | -12/+14 |
| 2018-10-21 | Use markdown::render instead of using pulldown_cmark directly | Guillaume Gomez | -29/+21 |
| 2018-10-21 | Add index page | Guillaume Gomez | -6/+76 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -10/+10 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -15/+15 |
| 2018-10-18 | Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus | bors | -2/+4 |
| 2018-10-18 | Rollup merge of #55161 - akxcv:rustdoc/disable-spellcheck, r=QuietMisdreavus,... | kennytm | -0/+1 |
| 2018-10-18 | Rollup merge of #55080 - thanatos:fix-localstorage-crash, r=GuillaumeGomez | kennytm | -2/+20 |
| 2018-10-17 | [librustdoc] Disable spellcheck for search field | Alexander Komarov | -0/+1 |
| 2018-10-16 | Move usableLocalStorage() above functions that make use of it | Roy Wellington Ⅳ | -15/+15 |
| 2018-10-15 | Extract localStorage tests out into a helper method; use in getCurrentValue() | Roy Wellington Ⅳ | -8/+20 |
| 2018-10-14 | Detect if access to localStorage is forbidden by the user's browser | Roy Wellington Ⅳ | -0/+6 |
| 2018-10-15 | rustdoc: Use dyn keyword when rendering dynamic traits | Oliver Middleton | -0/+3 |
| 2018-10-12 | Rollup merge of #54869 - GuillaumeGomez:fix-mobile-docs, r=QuietMisdreavus | kennytm | -15/+27 |
| 2018-10-12 | Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavus | bors | -7/+18 |
| 2018-10-11 | Fix mobile doc display | Guillaume Gomez | -15/+27 |
| 2018-10-09 | Add line numbers option to rustdoc | Guillaume Gomez | -14/+68 |