| Age | Commit message (Expand) | Author | Lines |
| 2019-01-17 | Minify search-index in one pass | Guillaume Gomez | -5/+5 |
| 2019-01-17 | Reduce search-index.js size | Guillaume Gomez | -1/+4 |
| 2019-01-15 | Fix sources sidebar not showing up | Guillaume Gomez | -1/+1 |
| 2019-01-13 | Rollup merge of #56874 - JohnHeitmann:docs-spacing, r=GuillaumeGomez | Mazdak Farrokhzad | -51/+19 |
| 2019-01-07 | Update static files code for updated Source Serif Pro font | Trevor Spiteri | -6/+4 |
| 2018-12-29 | Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus | bors | -5/+15 |
| 2018-12-27 | Simplify foreign type rendering. | John Heitmann | -51/+19 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -7/+5 |
| 2018-12-24 | Add no-crate filter option on rustdoc | Guillaume Gomez | -5/+15 |
| 2018-12-23 | Rollup merge of #57011 - QuietMisdreavus:static-root-path, r=GuillaumeGomez | kennytm | -6/+22 |
| 2018-12-23 | Rollup merge of #56967 - GuillaumeGomez:regen-search-index, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-12-22 | Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus | bors | -95/+105 |
| 2018-12-21 | Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui... | bors | -30/+50 |
| 2018-12-20 | display rustc_private APIs as "Internal" | Andy Russell | -7/+31 |
| 2018-12-20 | split extra_scripts to handle root_path shenanigans | QuietMisdreavus | -6/+13 |
| 2018-12-20 | new --static-root-path flag for controlling static file locations | QuietMisdreavus | -0/+9 |
| 2018-12-19 | FIXME(9639) remove fixme and accept non-utf8 paths in librustdoc | Niv Kaminer | -7/+5 |
| 2018-12-19 | Replace current crate's searchIndex when regenerating | Guillaume Gomez | -2/+2 |
| 2018-12-18 | Fix DOM errors | Guillaume Gomez | -29/+25 |
| 2018-12-16 | Add version display for associated consts | Guillaume Gomez | -8/+32 |
| 2018-12-16 | Fix invalid JS file generation | Guillaume Gomez | -3/+3 |
| 2018-12-15 | Auto merge of #56005 - GuillaumeGomez:speedup-doc-render, r=QuietMisdreavus | bors | -57/+47 |
| 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 | -5/+11 |
| 2018-12-13 | Split on words instead | Guillaume Gomez | -5/+11 |
| 2018-12-08 | rustdoc: Fix local reexports of proc macros | Oliver Middleton | -1/+2 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 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 | -54/+42 |
| 2018-12-06 | Show everything when noscript is on | Guillaume Gomez | -0/+3 |
| 2018-12-06 | Greatly improve rustdoc rendering speed issues | Guillaume Gomez | -3/+2 |
| 2018-12-06 | Rollup merge of #56332 - GuillaumeGomez:specifi-crate-search, r=QuietMisdreavus | Pietro Albini | -1/+3 |
| 2018-12-05 | Auto merge of #56549 - pietroalbini:rollup, r=pietroalbini | bors | -4/+4 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+4 |
| 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 | 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 | Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavus | bors | -5/+89 |
| 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 | -1/+2 |
| 2018-11-29 | Add arrow to the crate select box | Guillaume Gomez | -0/+2 |
| 2018-11-28 | Add crate filtering | Guillaume Gomez | -1/+1 |
| 2018-11-24 | Source sidebar improvements | Guillaume Gomez | -38/+46 |
| 2018-11-24 | Add source file sidebar | Guillaume Gomez | -5/+80 |
| 2018-11-21 | Fixes primitive sidebar link generation | Guillaume Gomez | -30/+57 |
| 2018-11-13 | Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavus | kennytm | -10/+25 |