| Age | Commit message (Expand) | Author | Lines |
| 2018-12-06 | Show 'loading content' when loading content | Guillaume Gomez | -58/+51 |
| 2018-12-06 | Show everything when noscript is on | Guillaume Gomez | -0/+26 |
| 2018-12-06 | cleanup | Guillaume Gomez | -65/+46 |
| 2018-12-06 | Prevent lazy iterations over DOM | Guillaume Gomez | -105/+99 |
| 2018-12-06 | Greatly improve rustdoc rendering speed issues | Guillaume Gomez | -529/+611 |
| 2018-12-06 | Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavus | Pietro Albini | -26/+144 |
| 2018-12-05 | Auto merge of #56549 - pietroalbini:rollup, r=pietroalbini | bors | -12/+62 |
| 2018-12-05 | Rollup merge of #56523 - JohnHeitmann:es6, r=GuillaumeGomez | Pietro Albini | -2/+36 |
| 2018-12-05 | Rollup merge of #56498 - GuillaumeGomez:line-numbers, r=QuietMisdreavus | Pietro Albini | -2/+2 |
| 2018-12-05 | Rollup merge of #56476 - GuillaumeGomez:invalid-line-number-match, r=QuietMis... | Pietro Albini | -1/+1 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+4 |
| 2018-12-05 | Rollup merge of #55563 - GuillaumeGomez:doc-search-sentence, r=QuietMisdreavus | Pietro Albini | -3/+19 |
| 2018-12-05 | Auto merge of #55933 - euclio:doc-panic, r=QuietMisdreavus | bors | -2/+2 |
| 2018-12-05 | emit error when doc generation fails | Andy Russell | -2/+2 |
| 2018-12-04 | Added trailing newline | John Heitmann | -1/+1 |
| 2018-12-04 | Added a bare-bones eslint config (removing jslint) | John Heitmann | -2/+36 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+4 |
| 2018-12-04 | Fix line numbers display | Guillaume Gomez | -2/+2 |
| 2018-12-04 | Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavus | bors | -63/+410 |
| 2018-12-04 | Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisd... | bors | -30/+57 |
| 2018-12-03 | Don't generate suffix for source-file.js | Guillaume Gomez | -4/+4 |
| 2018-12-03 | Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkov | kennytm | -1/+1 |
| 2018-12-03 | Rollup merge of #56416 - GuillaumeGomez:css-body, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-12-02 | Fix invalid line number match | Guillaume Gomez | -1/+1 |
| 2018-12-02 | Remove not used `DotEq` token | yui-knk | -1/+1 |
| 2018-12-01 | Remove unneeded body class selector | Guillaume Gomez | -2/+2 |
| 2018-11-29 | Add arrow to the crate select box | Guillaume Gomez | -1/+14 |
| 2018-11-28 | Add crate filtering | Guillaume Gomez | -26/+131 |
| 2018-11-28 | rustdoc: add margin-bottom spacing to nested lists | Lyndon Brown | -1/+1 |
| 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 |