| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove `span` method from AttributesExt trait | Guillaume Gomez | -6/+3 |
| 2023-03-23 | Use Cow to reduce numbers of memory clone | Guillaume Gomez | -29/+39 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-23 | rustdoc: Skip doc link resolution for non-exported items | Vadim Petrochenkov | -9/+13 |
| 2023-03-23 | Fix ICE for intra-doc link on intermediate re-export | Guillaume Gomez | -35/+80 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -1/+1 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -12/+64 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-22 | Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelid | Matthias Krüger | -12/+64 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -21/+21 |
| 2023-03-23 | Rollup merge of #109312 - petrochenkov:docice5, r=GuillaumeGomez | Dylan DPC | -177/+102 |
| 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-21 | rustdoc: Factor out some doc link resolution code into a separate function | Vadim Petrochenkov | -24/+27 |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -160/+82 |
| 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 #109266 - petrochenkov:docice4, r=petrochenkov | Matthias Krüger | -6/+8 |
| 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 | -40/+59 |
| 2023-03-20 | Rollup merge of #109259 - GuillaumeGomez:fix-missing-private-inlining, r=notr... | Matthias Krüger | -4/+4 |
| 2023-03-20 | Fix improper escaping of deprecation reasons | clubby789 | -1/+1 |
| 2023-03-20 | Auto merge of #108148 - parthopdas:master, r=oli-obk | bors | -0/+10 |
| 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 | Add clarifying comments | Michael Howell | -0/+3 |
| 2023-03-17 | extra_info_tags don't return string, use display_fn | klensy | -35/+56 |
| 2023-03-17 | rustdoc: Correctly merge import's and its target's docs in one more case | Vadim Petrochenkov | -6/+8 |
| 2023-03-17 | Only add into `view_item_stack` if the item will be inlined | Guillaume Gomez | -4/+4 |
| 2023-03-17 | Rollup merge of #109229 - DaniPopes:link-references, r=notriddle | Matthias Krüger | -7/+7 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-03-16 | Fix invalid markdown link references | DaniPopes | -7/+7 |
| 2023-03-16 | clean up few alloc | klensy | -5/+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 #109166 - lcnr:define_opaque_types-explicit, r=oli-obk | Matthias Krüger | -3/+2 |
| 2023-03-16 | Rollup merge of #109139 - GuillaumeGomez:rustdoc-windows-wait-for-write, r=no... | Matthias Krüger | -10/+22 |
| 2023-03-16 | Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomez | Matthias Krüger | -2/+7 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -1/+1 |
| 2023-03-15 | rustdoc: remove `std::` from primitive intra-doc link tooltips | Michael Howell | -0/+6 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -0/+10 |
| 2023-03-15 | Update docsfs module documentation | Guillaume Gomez | -1/+0 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -3/+2 |