| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | beta-targetted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -32/+8 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -23/+54 |
| 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 | -43/+71 |
| 2021-03-07 | Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez | Yuki Okushi | -15/+25 |
| 2021-03-05 | Undo addition of boxes | Camelid | -7/+7 |
| 2021-03-05 | Don't unnecessarily clone some fields in `Context` | Camelid | -6/+15 |
| 2021-03-05 | Box some fields to reduce `Context` size | Camelid | -5/+5 |
| 2021-03-05 | Don't share `id_map` and `deref_id_map` | Camelid | -21/+20 |
| 2021-03-05 | rustdoc: Add static size assertion for `Context` | Camelid | -0/+4 |
| 2021-03-05 | rustdoc: Make a bunch of fields private | Camelid | -12/+18 |
| 2021-03-05 | rustdoc: Replace `Arc` around `SharedContext` with `Rc` | Camelid | -6/+5 |
| 2021-03-05 | rustdoc: Move most shared fields to `SharedContext` | Camelid | -37/+48 |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -18/+22 |
| 2021-03-05 | Store `UNVERSIONED_FILES` in a data structure | Joshua Nelson | -15/+21 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -3/+3 |
| 2021-03-04 | Corrected imports for render tests and mod files | Nicholas-Baron | -3/+4 |
| 2021-03-04 | Moved `write_shared` to its own file | Nicholas-Baron | -535/+549 |
| 2021-03-04 | Moved the `make_item_keywords` function to `context.rs` as it is only used there | Nicholas-Baron | -5/+6 |
| 2021-03-04 | Moved `print_item` and helpers to a separate file | Nicholas-Baron | -1404/+1430 |
| 2021-03-04 | Moved Context and its impls to a separate file | Nicholas-Baron | -593/+618 |
| 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/+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 |