| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | beta-targetted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -24/+6 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -17/+0 |
| 2021-03-09 | Simplify some of the rendering code in the index | Michael Howell | -5/+1 |
| 2021-03-09 | Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez | bors | -5/+15 |
| 2021-03-05 | Don't share `id_map` and `deref_id_map` | Camelid | -13/+7 |
| 2021-03-05 | rustdoc: Make a bunch of fields private | Camelid | -7/+8 |
| 2021-03-05 | rustdoc: Move most shared fields to `SharedContext` | Camelid | -7/+22 |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -0/+1 |
| 2021-03-04 | Corrected imports for render tests and mod files | Nicholas-Baron | -2/+0 |
| 2021-03-04 | Moved `write_shared` to its own file | Nicholas-Baron | -535/+6 |
| 2021-03-04 | Moved the `make_item_keywords` function to `context.rs` as it is only used there | Nicholas-Baron | -3/+0 |
| 2021-03-04 | Moved `print_item` and helpers to a separate file | Nicholas-Baron | -1402/+7 |
| 2021-03-04 | Moved Context and its impls to a separate file | Nicholas-Baron | -593/+7 |
| 2021-03-04 | Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomez | Yuki Okushi | -7/+10 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -10/+43 |
| 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 |