| 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/+0 |
| 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 Function all_types and ret_types fields | 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 | Remove cache usage wherever possible | Guillaume Gomez | -22/+27 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -273/+279 |
| 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 |
| 2021-01-08 | Combine several `push_str` calls | J. Ryan Stinnett | -4/+3 |
| 2021-01-08 | Use target in `Deref` method section IDs | J. Ryan Stinnett | -40/+51 |
| 2021-01-08 | Recursively document methods via `Deref` traits | J. Ryan Stinnett | -3/+33 |
| 2021-01-04 | Extract `sidebar_deref_methods` function | J. Ryan Stinnett | -52/+52 |
| 2021-01-04 | Auto merge of #80661 - jyn514:duplicate-types, r=GuillaumeGomez | bors | -0/+3 |
| 2021-01-03 | Simplify rustdoc handling of type aliases for associated types | Joshua Nelson | -0/+3 |
| 2021-01-02 | Improve code for DocFragment rework | Guillaume Gomez | -6/+2 |
| 2021-01-02 | End of rework of Attributes struct | Guillaume Gomez | -8/+7 |
| 2021-01-01 | clippy fixes for librustdoc | Matthias Krüger | -7/+9 |