| Age | Commit message (Expand) | Author | Lines |
| 2021-03-02 | Load rustdoc's JS search index on-demand. | Jacob Hoffman-Andrews | -7/+10 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -2/+1 |
| 2021-02-26 | Rollup merge of #82545 - jsha:woff2, r=GuillaumeGomez | Guillaume Gomez | -0/+2 |
| 2021-02-26 | Embed woff2 files in rustdoc binary. | Jacob Hoffman-Andrews | -0/+2 |
| 2021-02-25 | Rollup merge of #82484 - bugadani:docfix, r=jyn514 | Aaron Hill | -1/+11 |
| 2021-02-24 | Add test | Dániel Buga | -0/+11 |
| 2021-02-24 | Remove duplicate string | Dániel Buga | -1/+0 |
| 2021-02-23 | Put clean::Trait extra information into a new struct to make it more coherent | Guillaume Gomez | -4/+4 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -4/+5 |
| 2021-02-23 | Fix nits | Guillaume Gomez | -8/+4 |
| 2021-02-23 | Add --generate-redirect-map option to replace HTML redirection file with a un... | Guillaume Gomez | -12/+49 |
| 2021-02-22 | Rollup merge of #82351 - notriddle:docs-meta-description, r=jyn514 | Yuki Okushi | -1/+4 |
| 2021-02-20 | Revert changes to all.html | Michael Howell | -6/+1 |
| 2021-02-20 | Use the first paragraph, instead of cookie-cutter text, for rustdoc descriptions | Michael Howell | -2/+10 |
| 2021-02-20 | Don't render [src] link on dummy spans | Guillaume Gomez | -0/+3 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -1/+1 |
| 2021-02-08 | Auto merge of #81313 - LeSeulArtichaut:revert-32558, r=jyn514 | bors | -7/+6 |
| 2021-02-06 | Restore linking to itself in implementors section of trait page | LeSeulArtichaut | -7/+6 |
| 2021-02-05 | Remove unused cache argument | Guillaume Gomez | -12/+9 |
| 2021-02-05 | Improve code | Guillaume Gomez | -1/+1 |
| 2021-02-05 | Improve html::render::cache::get_real_types code | Guillaume Gomez | -3/+125 |
| 2021-02-05 | Remove Function all_types and ret_types fields | Guillaume Gomez | -14/+20 |
| 2021-02-03 | Rollup merge of #81679 - GuillaumeGomez:clean-fixme-match-bind, r=poliorcetic... | Guillaume Gomez | -2/+10 |
| 2021-02-02 | Bind all clean::Type variants and remove FIXME | Guillaume Gomez | -2/+10 |
| 2021-02-02 | Auto merge of #81557 - GuillaumeGomez:primitive-search, r=ollie27 | bors | -1/+1 |
| 2021-02-01 | Put back primitives in search | Guillaume Gomez | -1/+1 |
| 2021-01-30 | Balance sidebar `Deref` cycle check with main content | J. Ryan Stinnett | -7/+11 |
| 2021-01-30 | rustdoc tweaking | bors | -338/+361 |
| 2021-01-28 | Fix rustdoc page title text selection | Kasper | -32/+32 |
| 2021-01-27 | More cleanup | Guillaume Gomez | -5/+2 |
| 2021-01-27 | Unify cache usage and improve naming | Guillaume Gomez | -11/+12 |
| 2021-01-27 | Update to new rustdoc APIs | Guillaume Gomez | -1/+1 |
| 2021-01-27 | Apply review comments and improve code | Guillaume Gomez | -1/+1 |
| 2021-01-27 | Remove cache usage wherever possible | Guillaume Gomez | -30/+38 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -290/+296 |
| 2021-01-24 | Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514 | Jonas Schievink | -30/+21 |
| 2021-01-23 | Fix rendering of stabilization version for trait implementors | LeSeulArtichaut | -4/+4 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -0/+4 |
| 2021-01-23 | Cleanup `render_stability_since_raw` to remove code duplication | LeSeulArtichaut | -26/+17 |
| 2021-01-23 | Add more timing info to render_html | Joshua Nelson | -0/+4 |
| 2021-01-22 | Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514 | Mara Bos | -7/+7 |
| 2021-01-21 | Fix rustc::internal lints on rustdoc | Joshua Nelson | -2/+1 |
| 2021-01-21 | Rollup merge of #81184 - jyn514:combine-after, r=CraftSpider | Yuki Okushi | -12/+15 |
| 2021-01-20 | Remove StructType entirely and replace it with CtorKind | Rune Tynan | -6/+7 |
| 2021-01-20 | Move StructType to clean, remove it from Unions, make JSON output whether som... | Rune Tynan | -7/+6 |
| 2021-01-19 | Remove unnecessary `after_run` function | Joshua Nelson | -12/+15 |
| 2021-01-18 | Remove inline script tags | Guillaume Gomez | -5/+2 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -6/+6 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -13/+10 |
| 2021-01-09 | Replace under-used ImplPolarity enum with a boolean | Guillaume Gomez | -8/+3 |