| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |