| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-03-14 | rustdoc: DocFS: Replace rayon with threadpool and enable it for all targets | Guillaume Gomez | -9/+22 |
| 2023-03-13 | Better names? | Michael Goulet | -1/+1 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -2/+2 |
| 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 | -11/+11 |
| 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/+50 |
| 2023-03-10 | rustdoc: use restricted Damerau-Levenshtein distance for search | Michael Howell | -147/+215 |
| 2023-03-11 | Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelix | bors | -0/+21 |
| 2023-03-10 | Render doc sidebar using Askama | clubby789 | -644/+616 |
| 2023-03-10 | Migrate `document_item_info` to templates | clubby789 | -43/+84 |
| 2023-03-10 | rustdoc: sort deprecated items lower in search | Peter Jaszkowiak | -9/+50 |
| 2023-03-10 | Rollup merge of #108936 - GuillaumeGomez:rustdoc-anonymous-reexport, r=notriddle | Matthias Krüger | -2/+7 |
| 2023-03-09 | rustdoc: handle generics better when matching notable traits | Michael Howell | -6/+55 |
| 2023-03-09 | Don't hide anonymous re-exports but never inline them | Guillaume Gomez | -2/+7 |
| 2023-03-09 | avoid reuse tripping over copyright notices | Pietro Albini | -0/+21 |
| 2023-03-09 | Rollup merge of #108929 - eltociear:patch-20, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2023-03-09 | Rollup merge of #108870 - GuillaumeGomez:rustdoc-reexport-of-reexport-of-priv... | Matthias Krüger | -43/+85 |
| 2023-03-09 | Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum... | Matthias Krüger | -53/+100 |
| 2023-03-09 | Fix typo in span_map.rs | Ikko Eltociear Ashimine | -3/+3 |
| 2023-03-08 | Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jsha | Matthias Krüger | -3/+1 |
| 2023-03-08 | Update src/librustdoc/html/static/js/storage.js | Michael Howell | -1/+1 |
| 2023-03-08 | Fix eslint errors | Guillaume Gomez | -0/+1 |
| 2023-03-08 | Only load one CSS theme by default | Michael Howell | -53/+99 |
| 2023-03-07 | Fix invalid inlining of reexport of reexport of private item | Guillaume Gomez | -43/+85 |
| 2023-03-07 | rustdoc: fix type search when more than one `where` clause applies | Michael Howell | -1/+1 |
| 2023-03-07 | rustdoc: fix type search index for `fn<T>() -> &T where T: Trait` | Michael Howell | -1/+6 |