| Age | Commit message (Expand) | Author | Lines |
| 2023-04-05 | Rollup merge of #109932 - GuillaumeGomez:source-code-scrollbar, r=notriddle | Yuki Okushi | -0/+4 |
| 2023-04-04 | Rollup merge of #109919 - fmease:rustdoc-fix-issue-109488, r=notriddle | Michael Goulet | -16/+15 |
| 2023-04-04 | Move scrollbar on the <main> element rather than only on the code block to im... | Guillaume Gomez | -0/+4 |
| 2023-04-03 | rustdoc: migrate document functions to return a Display | Michael Howell | -150/+169 |
| 2023-04-04 | rustdoc: escape GAT args in more cases | León Orell Valerian Liehr | -16/+15 |
| 2023-04-03 | rustdoc: convert render_attributes_in_pre to return a Display | Michael Howell | -20/+27 |
| 2023-04-03 | rustdoc: convert `print_tuple_struct_fields` to return a Display | Michael Howell | -16/+18 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -7/+4 |
| 2023-03-31 | rustdoc-search: update docs for comma in `?` help popover | Michael Howell | -3/+1 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -2/+2 |
| 2023-03-27 | Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddle | Matthias Krüger | -5/+1 |
| 2023-03-26 | Fix "Directly go to item in search if there is only one result" setting | Guillaume Gomez | -5/+1 |
| 2023-03-26 | rustdoc: tweak `some variants omitted` | Ezra Shaw | -1/+1 |
| 2023-03-25 | Rollup merge of #109542 - notriddle:notriddle/storage-js, r=GuillaumeGomez | Matthias Krüger | -77/+19 |
| 2023-03-24 | Auto merge of #109399 - petrochenkov:rendersort, r=GuillaumeGomez | bors | -7/+20 |
| 2023-03-24 | Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume... | Matthias Krüger | -53/+111 |
| 2023-03-23 | rustdoc: remove old `content` hack for theme switching | Michael Howell | -47/+5 |
| 2023-03-23 | rustdoc: clean up `storage.js` | Michael Howell | -30/+14 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -2/+2 |
| 2023-03-22 | Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelid | Matthias Krüger | -2/+2 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -21/+21 |
| 2023-03-23 | Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomez | Dylan DPC | -69/+67 |
| 2023-03-21 | rustdoc: remove redundant `.content` prefix from span/a colors | Michael Howell | -21/+21 |
| 2023-03-21 | Add `safe` to number rendering | clubby789 | -2/+2 |
| 2023-03-20 | rustdoc: add support for type filters in arguments and generics | Michael Howell | -53/+111 |
| 2023-03-20 | rustdoc: Optimize impl sorting during rendering | Vadim Petrochenkov | -7/+20 |
| 2023-03-20 | Rollup merge of #109375 - clubby789:unescape-deprecated-doc, r=jsha | Matthias Krüger | -1/+1 |
| 2023-03-20 | Rollup merge of #109351 - GuillaumeGomez:no-footnote-in-summary, r=notriddle | Matthias Krüger | -1/+13 |
| 2023-03-20 | Rollup merge of #109331 - notriddle:notriddle/search-bag-semantics, r=Guillau... | Matthias Krüger | -26/+70 |
| 2023-03-20 | Rollup merge of #109269 - klensy:rdoc-s, r=notriddle | Matthias Krüger | -38/+59 |
| 2023-03-20 | Fix improper escaping of deprecation reasons | clubby789 | -1/+1 |
| 2023-03-19 | rustdoc: implement bag semantics for function parameter search | Michael Howell | -26/+70 |
| 2023-03-19 | Remove footnote references from doc summary | Guillaume Gomez | -1/+13 |
| 2023-03-17 | rustdoc: reduce allocations in `visibility_to_src_with_space` | Michael Howell | -7/+7 |
| 2023-03-17 | extra_info_tags don't return string, use display_fn | klensy | -35/+56 |
| 2023-03-16 | Fix invalid markdown link references | DaniPopes | -7/+7 |
| 2023-03-16 | clean up few alloc | klensy | -3/+3 |
| 2023-03-16 | Render source page layout with Askama | clubby789 | -69/+67 |
| 2023-03-16 | Rollup merge of #109185 - notriddle:notriddle/primitive-tooltip, r=jsha | Matthias Krüger | -0/+6 |
| 2023-03-16 | Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomez | Matthias Krüger | -2/+7 |
| 2023-03-15 | rustdoc: remove `std::` from primitive intra-doc link tooltips | Michael Howell | -0/+6 |
| 2023-03-13 | Auto merge of #109011 - jsha:reduce-allocations-inner-full-print, r=notriddle | bors | -65/+71 |
| 2023-03-12 | rustdoc: rename `Type::is_same` to `is_doc_subtype_of` | Michael Howell | -2/+2 |
| 2023-03-12 | Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomez | Matthias Krüger | -149/+223 |
| 2023-03-11 | rustdoc: collapse edit distance state into an object | Michael Howell | -80/+86 |
| 2023-03-11 | rustdoc: reduce allocs in FnDecl::inner_full_print | Jacob Hoffman-Andrews | -65/+71 |
| 2023-03-11 | Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomez | Matthias Krüger | -644/+616 |
| 2023-03-11 | Rollup merge of #108757 - clubby789:askama-move, r=notriddle,jsha,GuillaumeGomez | Matthias Krüger | -43/+84 |
| 2023-03-11 | Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha | Matthias Krüger | -9/+49 |
| 2023-03-10 | rustdoc: use restricted Damerau-Levenshtein distance for search | Michael Howell | -147/+215 |