| Age | Commit message (Expand) | Author | Lines |
| 2018-12-18 | Fix mobile menu rendering collision with tooltip. | John Heitmann | -1/+1 |
| 2018-12-18 | Fix DOM errors | Guillaume Gomez | -30/+26 |
| 2018-12-16 | Auto merge of #56875 - Centril:rollup, r=Centril | bors | -1/+1 |
| 2018-12-16 | Add version display for associated consts | Guillaume Gomez | -8/+32 |
| 2018-12-16 | Fix invalid JS file generation | Guillaume Gomez | -4/+4 |
| 2018-12-16 | Fix js errors | Guillaume Gomez | -2/+2 |
| 2018-12-15 | Improve CSS rule | Guillaume Gomez | -1/+1 |
| 2018-12-15 | Auto merge of #56005 - GuillaumeGomez:speedup-doc-render, r=QuietMisdreavus | bors | -612/+688 |
| 2018-12-14 | simplify deprecation and stability rendering | Andy Russell | -98/+84 |
| 2018-12-14 | Rollup merge of #56709 - GuillaumeGomez:reduce-search-index, r=QuietMisdreavus | kennytm | -6/+30 |
| 2018-12-14 | Rollup merge of #56637 - ollie27:rustdoc_proc_macro_local_reexport, r=QuietMi... | kennytm | -1/+2 |
| 2018-12-13 | Split on words instead | Guillaume Gomez | -7/+27 |
| 2018-12-11 | Remove unneeded extra chars to reduce search-index size | Guillaume Gomez | -1/+5 |
| 2018-12-10 | Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdr... | Guillaume Gomez | -1/+1 |
| 2018-12-08 | rustdoc: Fix local reexports of proc macros | Oliver Middleton | -1/+2 |
| 2018-12-08 | Fix right arrow size for crate filter | Guillaume Gomez | -1/+1 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -10/+10 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -10/+10 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -12/+4 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -1/+1 |
| 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 |